update to version 0.5.4

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

1
.gitignore vendored

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

@ -1,16 +1,16 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate pure-rust-locales
Name: rust-%{crate}
Version: 0.5.3
Release: 2%{?dist}
Version: 0.5.4
Release: 1%{?dist}
Summary: Pure Rust locales imported directly from the GNU C Library
# Upstream license specification: MIT
License: MIT
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/pure-rust-locales
Source: %{crates_source}
@ -37,7 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%license LICENSE.Apache-2.0 LICENSE.MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.4-1
- Update to version 0.5.4.
- Fixes RHBZ#1930392
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

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

Loading…
Cancel
Save