Update to 0.8.6

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

1
.gitignore vendored

@ -1 +1,2 @@
/darling_core-0.8.5.crate /darling_core-0.8.5.crate
/darling_core-0.8.6.crate

@ -5,11 +5,10 @@
%global crate darling_core %global crate darling_core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.5 Version: 0.8.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Helper crate for proc-macro library for reading attributes into structs Summary: Helper crate for proc-macro library for reading attributes into structs
# https://github.com/TedDriggs/darling/issues/64
License: MIT License: MIT
URL: https://crates.io/crates/darling_core URL: https://crates.io/crates/darling_core
Source: %{crates_source} Source: %{crates_source}
@ -41,6 +40,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -67,6 +67,30 @@ which use "diagnostics" feature of "%{crate}" crate.
%files -n %{name}+diagnostics-devel %files -n %{name}+diagnostics-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+strsim-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+strsim-devel %{_description}
This package contains library source intended for building other packages
which use "strsim" feature of "%{crate}" crate.
%files -n %{name}+strsim-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+suggestions-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+suggestions-devel %{_description}
This package contains library source intended for building other packages
which use "suggestions" feature of "%{crate}" crate.
%files -n %{name}+suggestions-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -83,5 +107,8 @@ which use "diagnostics" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Mar 18 21:46:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.6-1
- Update to 0.8.6
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.5-1 * Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.5-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (darling_core-0.8.5.crate) = 856256ca2cecb2620398d82eec8e1eb0658f728ddc89b6ae1c423b9d1956430ced0c25f14d880589444fb20f2839fdcc14e5672ddd1157f73c1129ac104d6c07 SHA512 (darling_core-0.8.6.crate) = d0d5983ff11d47b469d64b2ee6ed3e0c493e5a847ddaa97244b8eea9ba00692980ca4fffb91029dd079db7c7a31790d8904e06855205edc4539eb2fdfddb6666

Loading…
Cancel
Save