Update to 0.99.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 51293411ef
commit 863ca0801b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/derive_more-0.15.0.crate
/derive_more-0.99.2.crate
/derive_more-0.99.3.crate
/derive_more-0.99.5.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm 13
# No test files in this release but included in the next thanks to Debian
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate derive_more
Name: rust-%{crate}
Version: 0.99.3
Version: 0.99.5
Release: 1%{?dist}
Summary: Adds #[derive(x)] macros for more traits
@ -149,6 +148,18 @@ which use "display" feature of "%{crate}" crate.
%files -n %{name}+display-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+error-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+error-devel %{_description}
This package contains library source intended for building other packages
which use "error" feature of "%{crate}" crate.
%files -n %{name}+error-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+from-devel
Summary: %{summary}
BuildArch: noarch
@ -305,6 +316,18 @@ which use "peg" feature of "%{crate}" crate.
%files -n %{name}+peg-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustc_version-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc_version-devel %{_description}
This package contains library source intended for building other packages
which use "rustc_version" feature of "%{crate}" crate.
%files -n %{name}+rustc_version-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+sum-devel
Summary: %{summary}
BuildArch: noarch
@ -317,6 +340,18 @@ which use "sum" feature of "%{crate}" crate.
%files -n %{name}+sum-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+testing-helpers-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+testing-helpers-devel %{_description}
This package contains library source intended for building other packages
which use "testing-helpers" feature of "%{crate}" crate.
%files -n %{name}+testing-helpers-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+try_into-devel
Summary: %{summary}
BuildArch: noarch
@ -348,6 +383,9 @@ which use "try_into" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 29 09:48:38 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.99.5-1
- Update to 0.99.5
* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.99.3-1
- Update to 0.99.3

@ -1 +1 @@
SHA512 (derive_more-0.99.3.crate) = ebc24eb2dae8ddfc6d15bf66fe4d925ace540059b04da67b08fc1e9e5755cebc3995a31a4d979ab24e35a5be5d71c1cb685b1a11f523125141ba1994020ed001
SHA512 (derive_more-0.99.5.crate) = 48466189dd2ea1742a347b6bcbcba6424eeda775a8bc55e71d13bac29da6f5545e8e51da6f23cda37983a3b9dd109f3445f0aa6550cf2bdf77b14a76aa9f63c5

Loading…
Cancel
Save