update to version 0.5.3

epel10
Fabio Valentini 4 years ago
parent 811eb5110a
commit 225a830caf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate chrono-tz %global crate chrono-tz
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.2 Version: 0.5.3
Release: 2%{?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
@ -66,6 +66,18 @@ which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
mkdir .tmp mkdir .tmp
@ -89,6 +101,9 @@ mv .tmp tz
%endif %endif
%changelog %changelog
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.3-1
- Update to version 0.5.3.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (chrono-tz-0.5.2.crate) = 887437dece3d31765e0dd4e6fe488e50502178bcc9ae5da5b5b493b64eb05b1bffa5a24bd57b025346b777c777944fddedd60868d685b35b9d91aba076d4720f SHA512 (chrono-tz-0.5.3.crate) = c1f25caeeb0bf013a500476ffe67a42438d08d05984c5cc04b6499cb31fde48e05c51b88bbef8b2309c18871b8cdb62815eecd3b4bc1f704af0d6309c2d034f5

Loading…
Cancel
Save