Update to 0.3.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/iso8601-0.2.0.crate /iso8601-0.2.0.crate
/iso8601-0.3.0.crate

@ -1,13 +0,0 @@
--- iso8601-0.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ iso8601-0.2.0/Cargo.toml 2018-11-14T11:45:22.909557+01:00
@@ -20,10 +20,6 @@
readme = "README.md"
license = "MIT"
repository = "https://github.com/badboy/iso8601"
-[dependencies.clippy]
-version = ">0.0.0"
-optional = true
-
[dependencies.nom]
version = "3.2"

@ -6,21 +6,18 @@
%global crate iso8601 %global crate iso8601
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.3.0
Release: 8%{?dist} Release: 1%{?dist}
Summary: Parsing ISO8601 dates using nom Summary: Parsing ISO8601 dates using nom
License: MIT License: MIT
URL: https://crates.io/crates/iso8601 URL: https://crates.io/crates/iso8601
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata
# * No clippy
Patch0: iso8601-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(nom/default) >= 3.2.0 with crate(nom/default) < 4.0.0) BuildRequires: (crate(nom/default) >= 4.0.0 with crate(nom/default) < 5.0.0)
%global _description \ %global _description \
Parsing ISO8601 dates using nom. Parsing ISO8601 dates using nom.
@ -54,7 +51,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -69,6 +66,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (iso8601-0.2.0.crate) = d7968d24a365cbf353d46454b64b15bb834b5afd06c027a0630e409c9224988fcef7fd4727351b0b0336d131e65928466751f006e4550c80945118d550618805 SHA512 (iso8601-0.3.0.crate) = c1a837e1fa6899c5f53cc5a29f47a0b5fac5b12095c6cb6ed6867dd5e7f226477983fb3b692b9370755addf060503bf812a06e198cfa7f589adaa9ac5e05287a

Loading…
Cancel
Save