Update to 0.1.1

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 4 years ago
parent f66d57208f
commit bc285275cb
No known key found for this signature in database
GPG Key ID: F07E690B12A82D56

1
.gitignore vendored

@ -1 +1,2 @@
/chrono-humanize-0.0.11.crate
/chrono-humanize-0.1.1.crate

@ -5,8 +5,8 @@
%global crate chrono-humanize
Name: rust-%{crate}
Version: 0.0.11
Release: 7%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: Human-friendly time expressions
# Upstream license specification: MIT/Apache-2.0
@ -36,9 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pedantic-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "pedantic" feature of "%{crate}" crate.
%files -n %{name}+pedantic-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -83,6 +83,10 @@ which use "pedantic" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 28 17:39:41 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.1-1
- Update to 0.1.1
# Closes: rhbz#1879135
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (chrono-humanize-0.0.11.crate) = 47ca23567abf41975007025bdbb2b30ae9a59d8381069408716ff9d2c60f77bcd8c9aadd5cb672902d73cb85b3123b7818c20c8823a27f3a99cecd50cae47cd3
SHA512 (chrono-humanize-0.1.1.crate) = 26bc8d9a0209adbf3b52ad7e3029e171f50f1a5723bf777fddcf96f6f4d3d76f30a5ac2f68a762804d656bf9414091a8c3559e9c2f7f63a2c314309e72f6075e

Loading…
Cancel
Save