Update to 1.0.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 88f2a0702a
commit 7168f5ad08
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -4,3 +4,4 @@
/libflate-0.1.22.crate
/libflate-0.1.23.crate
/libflate-0.1.27.crate
/libflate-1.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate libflate
Name: rust-%{crate}
Version: 0.1.27
Version: 1.0.0
Release: 1%{?dist}
Summary: Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 18 12:37:14 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0
* Wed Feb 12 2020 Josh Stone <jistone@redhat.com> - 0.1.27-1
- Update to 0.1.27

@ -1 +1 @@
SHA512 (libflate-0.1.27.crate) = 056ecd475079ebf366209a04d8204b0c175365ab865607e5b6364a9177c8ffe7d56550d0af8b9269ba12996ff60b3258a0470116158fac6ac3eb0e786eb87050
SHA512 (libflate-1.0.0.crate) = 6a0feb9bf535296d896961e302710f37dbe07b1afbe332e23c9d9423410df855c2c5632e89ca7520949bd7ad764cc24bc276339377ced5ee012f4c3038ee5dea

Loading…
Cancel
Save