update to version 0.5.3

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/pure-rust-locales-0.5.2.crate
/pure-rust-locales-0.5.3.crate

@ -5,12 +5,11 @@
%global crate pure-rust-locales
Name: rust-%{crate}
Version: 0.5.2
Version: 0.5.3
Release: 1%{?dist}
Summary: Pure Rust locales imported directly from the GNU C Library
# Upstream license specification: MIT
# https://github.com/cecton/pure-rust-locales/issues/1
License: MIT
URL: https://crates.io/crates/pure-rust-locales
Source: %{crates_source}
@ -38,6 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -72,5 +72,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Oct 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.3-1
- Update to version 0.5.3.
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.2-1
- Initial package

@ -1 +1 @@
SHA512 (pure-rust-locales-0.5.2.crate) = 98b18ff45eb6b77bf8c590b59a2f0afd40aac045e2a3732ca2372e1876e6d3209e57d02c18f167ac969df3c4905c81de01a7c4f73594e7b0fcf6fc22b1f0536d
SHA512 (pure-rust-locales-0.5.3.crate) = ed582fb958acb6bf112a5f2a5badc127400312444ade568c587311f99259453db691a7ea1998465b6535d65b7b12213eec55b64f13c459bb089749e4cf206225

Loading…
Cancel
Save