Update to 1.2.0

epel9
Josh Stone 6 years ago
parent 054caed9ce
commit af95bfea72

1
.gitignore vendored

@ -1,2 +1,3 @@
/humantime-1.1.0.crate /humantime-1.1.0.crate
/humantime-1.1.1.crate /humantime-1.1.1.crate
/humantime-1.2.0.crate

@ -6,8 +6,8 @@
%global crate humantime %global crate humantime
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.1 Version: 1.2.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Parser and formatter for std::time::{Duration, SystemTime} Summary: Parser and formatter for std::time::{Duration, SystemTime}
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 27 2018 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0
* Tue Oct 30 2018 Josh Stone <jistone@redhat.com> - 1.1.1-4 * Tue Oct 30 2018 Josh Stone <jistone@redhat.com> - 1.1.1-4
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (humantime-1.1.1.crate) = b18608d088519df5e0c531c8756635f41bb6515ed7463891e6145b9a78ca2bc45c0698789015c093463c704b240434d1b54ab327fc4182a06a8b1d01f50430c6 SHA512 (humantime-1.2.0.crate) = 718e5d3568305e09c359ffb8ca478b36ca3b829667029daf238517e2b88df198c33e29c93b7e2d02552a4ec746c121421128002d20c549400ecee1942c4be6cb

Loading…
Cancel
Save