update to version 1.0.3

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/libflate-1.0.0.crate
/libflate-1.0.1.crate
/libflate-1.0.2.crate
/libflate-1.0.3.crate

@ -5,8 +5,8 @@
%global crate libflate
Name: rust-%{crate}
Version: 1.0.2
Release: 2%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
# Upstream license specification: MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
- Update to version 1.0.3.
- Fixes RHBZ#1891274
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (libflate-1.0.2.crate) = 1e67e8356fe4106d3a73c58aea9789bad54daade53ad5fbbc6b579139ff67be90dacdc79de7ea9a0854d7c17b0b4fbf3e834e55ce71971ea02bc2a4d554f904a
SHA512 (libflate-1.0.3.crate) = 00454b27a4ba37e9ec0c3f2e21cb0a29e5932c5361b25898f97a495ace8f387918bcc99d8ad3bb476247dcf45d48df76516bbb628acb9ee51bf3100b1b38c230

Loading…
Cancel
Save