Update to 0.2.21

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/getopts-0.2.17.crate /getopts-0.2.17.crate
/getopts-0.2.18.crate /getopts-0.2.18.crate
/getopts-0.2.19.crate /getopts-0.2.19.crate
/getopts-0.2.21.crate

@ -5,8 +5,8 @@
%global crate getopts %global crate getopts
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.19 Version: 0.2.21
Release: 3%{?dist} Release: 1%{?dist}
Summary: Getopts-like option parsing Summary: Getopts-like option parsing
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -39,7 +39,6 @@ which use "%{crate}" crate.
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,6 +52,42 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-dep-of-std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-dep-of-std-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-dep-of-std" feature of "%{crate}" crate.
%files -n %{name}+rustc-dep-of-std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-std-workspace-core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-core-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-core" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-core-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+rustc-std-workspace-std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc-std-workspace-std-devel %{_description}
This package contains library source intended for building other packages
which use "rustc-std-workspace-std" feature of "%{crate}" crate.
%files -n %{name}+rustc-std-workspace-std-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
@ -72,6 +107,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Sep 01 20:37:10 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.21-1
- Update to 0.2.21
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.19-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (getopts-0.2.19.crate) = b9f344a10d67d99f7d4f21bfa0d940a677c9b50fb196718a5c3e08f5c46a4b9bb18983c7c12c9cf3d83136f3dce0a57bd2dca90c7461b9175bf26d733ca7eb62 SHA512 (getopts-0.2.21.crate) = 5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f

Loading…
Cancel
Save