Update to 0.2.18

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/getopts-0.2.15.crate
/getopts-0.2.16.crate
/getopts-0.2.17.crate
/getopts-0.2.18.crate

@ -5,8 +5,8 @@
%global crate getopts
Name: rust-%{crate}
Version: 0.2.17
Release: 2%{?dist}
Version: 0.2.18
Release: 1%{?dist}
Summary: getopts-like option parsing
License: MIT or ASL 2.0
@ -16,9 +16,11 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(unicode-width) >= 0.1.5 with crate(unicode-width) < 0.2.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
%endif
%description
@ -56,6 +58,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Fri Jul 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.18-1
- Update to 0.2.18
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (getopts-0.2.17.crate) = 4e5f178e16ddffd7d9419d861c5b612cd49d4ed9ccb19d40300dfddf11e3100a586191360667b4c3a2c615fd0cb64bef7802b4328265e3f45b5da2b6cff6798d
SHA512 (getopts-0.2.18.crate) = 68236eda2645c92e09fe4f7408dc8fc07d7f143bcfc179d297b307ceea0420dd999586deb37fa4600e929228db5cf2c6f1217aecca500b4f5534ebd934b6dacc

Loading…
Cancel
Save