update to version 0.5.5

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/pure-rust-locales-0.5.2.crate
/pure-rust-locales-0.5.3.crate
/pure-rust-locales-0.5.4.crate
/pure-rust-locales-0.5.5.crate

@ -5,7 +5,7 @@
%global crate pure-rust-locales
Name: rust-%{crate}
Version: 0.5.4
Version: 0.5.5
Release: 1%{?dist}
Summary: Pure Rust locales imported directly from the GNU C Library
@ -68,10 +68,15 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# skip checking API freshness (only useful for upstream)
%cargo_test -- -- --skip checksum
%endif
%changelog
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.5-1
- Update to version 0.5.5.
- Fixes RHBZ#1936180
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.4-1
- Update to version 0.5.4.
- Fixes RHBZ#1930392

@ -1 +1 @@
SHA512 (pure-rust-locales-0.5.4.crate) = 55a06f0e114f77e79a23673bb97d4bd6562caf3ea375d616908206cdff21dc877cbf6e67c42367d40eedd0b0c671041e401faaacc0e518bf686f51421133705d
SHA512 (pure-rust-locales-0.5.5.crate) = a83f246fe1a06b60060fd1addf99cb3a2b4d9ff4cff019b65a0289437f280043b9f8db8c83bf13c12f7cfa9a905fe98bbd191b89025cca129f8c3036243a44ac

Loading…
Cancel
Save