update to version 2.1.0

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/humantime-1.3.0.crate /humantime-1.3.0.crate
/humantime-2.0.0.crate /humantime-2.0.0.crate
/humantime-2.0.1.crate /humantime-2.0.1.crate
/humantime-2.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate humantime %global crate humantime
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.1 Version: 2.1.0
Release: 2%{?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
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 13 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
- Fixes RHBZ#1915984
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (humantime-2.0.1.crate) = c3cb464801fcbeea7c04e148cda2467386b7f008642d2641bdffab85784c16aa2708e847740772674d62b746c66d404e3b8307ebaa9c2df836fb58b3b0278e62 SHA512 (humantime-2.1.0.crate) = 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c

Loading…
Cancel
Save