Update iso8601 to 0.4

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 361ef8e53c
commit 2227b04f6f
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,5 +1,14 @@
--- datetime-0.5.0/Cargo.toml 2020-04-07T23:43:49+00:00 --- datetime-0.5.0/Cargo.toml 2020-04-07T23:43:49+00:00
+++ datetime-0.5.0/Cargo.toml 2020-05-17T07:45:21.031321+00:00 +++ datetime-0.5.0/Cargo.toml 2020-05-18T08:54:10.110513+00:00
@@ -24,7 +24,7 @@
[lib]
name = "datetime"
[dependencies.iso8601]
-version = "0.3.0"
+version = "0.4"
[dependencies.libc]
version = "0.2"
@@ -39,8 +39,3 @@ @@ -39,8 +39,3 @@
version = "0.1" version = "0.1"
[dev-dependencies.rustc-serialize] [dev-dependencies.rustc-serialize]

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for date and time formatting and arithmetic Summary: Library for date and time formatting and arithmetic
# Upstream license specification: MIT # Upstream license specification: MIT
@ -16,6 +16,7 @@ URL: https://crates.io/crates/datetime
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/redox # * No windows/redox
# * Update iso8601 to 0.4, https://github.com/rust-datetime/datetime/pull/30
Patch0: datetime-fix-metadata.diff Patch0: datetime-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -73,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon May 18 10:54:10 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Update iso8601 to 0.4
* Sun May 17 09:45:21 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.0-1 * Sun May 17 09:45:21 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0 - Update to 0.5.0

Loading…
Cancel
Save