Update to 0.1.9

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent fa49aac8a4
commit e5a4d0d67f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/cfg-if-0.1.5.crate
/cfg-if-0.1.6.crate
/cfg-if-0.1.7.crate
/cfg-if-0.1.9.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
# Generated by rust2rpm 9
%bcond_with check
%global debug_package %{nil}
%global crate cfg-if
Name: rust-%{crate}
Version: 0.1.7
Version: 0.1.9
Release: 1%{?dist}
Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters
@ -19,10 +18,10 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description \
A macro to ergonomically define an item depending on a large number of #[cfg]\
parameters. Structured like an if-else chain, the first matching branch is the\
item that gets emitted.
%global _description %{expand:
Macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.}
%description %{_description}
@ -68,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed May 15 08:13:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-1
- Update to 0.1.9
* Tue Mar 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7

@ -1 +1 @@
SHA512 (cfg-if-0.1.7.crate) = 30a1510f0a217e588e9a2c1ef51e6188d7437c63641284782262fa9a2ec78f04d0bbdac7ce32c0e8282e2e518d4b6c9d6ed0c2658baac412133ad1cc1f8d43a4
SHA512 (cfg-if-0.1.9.crate) = 45f7322217d291b3905ffdc45cadd5a7a7baf440f9a82a5b5596192ed0ac54353a3ecae0326d5807aae99bc4d79e0406d71bd65745ec8d9f8815a7c9436d648c

Loading…
Cancel
Save