update to version 0.2.25

epel9
Fabio Valentini 4 years ago
parent 8a324e0ca4
commit b8fcbc1886
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/time-0.2.22.crate /time-0.2.22.crate
/time-0.2.23.crate /time-0.2.23.crate
/time-0.2.24.crate /time-0.2.24.crate
/time-0.2.25.crate

@ -5,8 +5,8 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.24 Version: 0.2.25
Release: 2%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.25-1
- Update to version 0.2.25.
- Fixes RHBZ#1920132
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.24-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (time-0.2.24.crate) = 79d2b0de1f9529517b0d02cf471c7e73e3f3661ef231fe23f9e694d39eaed9e80e475ef882680e71b28ab92b2b8f1d565c2312501f7bca1e4816719b5c6fda1d SHA512 (time-0.2.25.crate) = 95f93373032fbce2a28e5be4e4781dd9ac7706637aa80e04e26cc2fb470b74fc77d84655d0cbebc6d0a0b64cf7f495040a3730b6c47b35799c6aea29bf6f1ac5

@ -1,5 +1,5 @@
--- time-0.2.24/Cargo.toml 2021-01-09T02:18:10+00:00 --- time-0.2.25/Cargo.toml 2021-01-25T03:12:16+00:00
+++ time-0.2.24/Cargo.toml 2021-01-09T19:12:55.633006+00:00 +++ time-0.2.25/Cargo.toml 2021-03-04T01:19:51.770951+00:00
@@ -64,15 +64,7 @@ @@ -64,15 +64,7 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []

Loading…
Cancel
Save