Update to 0.5.2

epel10
Josh Stone 5 years ago
parent ff2301e737
commit 0a9edaebb8

1
.gitignore vendored

@ -1 +1,2 @@
/chrono-tz-0.5.1.crate /chrono-tz-0.5.1.crate
/chrono-tz-0.5.2.crate

@ -1,13 +0,0 @@
--- chrono-tz-0.5.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ chrono-tz-0.5.1/Cargo.toml 2020-02-19T08:02:23.405137+00:00
@@ -28,6 +28,10 @@
[dependencies.serde]
version = "1"
optional = true
+[dev-dependencies.chrono]
+version = "0.4"
+default-features = false
+features = ["alloc"]
[dev-dependencies.serde_test]
version = "1"
[build-dependencies.parse-zoneinfo]

@ -5,8 +5,8 @@
%global crate chrono-tz %global crate chrono-tz
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.1 Version: 0.5.2
Release: 4%{?dist} Release: 1%{?dist}
Summary: TimeZone implementations for rust-chrono from the IANA database Summary: TimeZone implementations for rust-chrono from the IANA database
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -14,9 +14,6 @@ Summary: TimeZone implementations for rust-chrono from the IANA database
License: (MIT or ASL 2.0) and Public Domain License: (MIT or ASL 2.0) and Public Domain
URL: https://crates.io/crates/chrono-tz URL: https://crates.io/crates/chrono-tz
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Add missing feature in chrono for tests, https://github.com/chronotope/chrono-tz/commit/6130dbcf8049689b612ea52ebee69f23e1a7078c
Patch0: chrono-tz-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -33,7 +30,7 @@ TimeZone implementations for rust-chrono from the IANA database.}
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Provides: bundled(tzdata) = 2019c Provides: bundled(tzdata) = 2020a
%description devel %{_description} %description devel %{_description}
@ -92,6 +89,9 @@ mv .tmp tz
%endif %endif
%changelog %changelog
* Wed Jun 10 2020 Josh Stone <jistone@redhat.com> - 0.5.2-1
- Update to 0.5.2
* Wed Feb 19 09:02:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.1-4 * Wed Feb 19 09:02:23 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.1-4
- Fix FTBFS - Fix FTBFS

@ -1 +1 @@
SHA512 (chrono-tz-0.5.1.crate) = fddb6a5015fa87ce5d6d1024f73a497928233b0125ba31fe651cb03e6f9587e7664b360a27ae023bebfd7fbb29796d48a3c499255179d943fea372ce3e7b03dc SHA512 (chrono-tz-0.5.2.crate) = 887437dece3d31765e0dd4e6fe488e50502178bcc9ae5da5b5b493b64eb05b1bffa5a24bd57b025346b777c777944fddedd60868d685b35b9d91aba076d4720f

Loading…
Cancel
Save