update to version 0.5.9

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/zip-0.5.6.crate
/zip-0.5.8.crate
/zip-0.5.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate zip
Name: rust-%{crate}
Version: 0.5.8
Release: 2%{?dist}
Version: 0.5.9
Release: 1%{?dist}
Summary: Library to support the reading and writing of zip files
# Upstream license specification: MIT
@ -146,6 +146,10 @@ which use "time" feature of "%{crate}" crate.
%endif
%changelog
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.9-1
- Update to version 0.5.9.
- Fixes RHBZ#1904876
* Sun Nov 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.8-2
- Relax flate2 dependency.

@ -1 +1 @@
SHA512 (zip-0.5.8.crate) = 758d6c51f44fb0151176c0ec24d493c2f159a00c6f44d118568b1096676eb115ae4874556b7031a5f8ba0b17f3b48b6e355c340e7ea38b196d3df077cfdef344
SHA512 (zip-0.5.9.crate) = d22c079dabc946becc9d4c05fa65b95ae62422e0abcb95ee036415b58fb212c8d0996d71a30a62a32f0d710a8ba04c1d8b856e38ef6d088c6ce7b7f5eb3b563d

@ -1,5 +1,5 @@
--- zip-0.5.8/Cargo.toml 2020-09-10T17:52:16+00:00
+++ zip-0.5.8/Cargo.toml 2020-11-08T16:33:07.086008+00:00
--- zip-0.5.9/Cargo.toml 2020-12-06T23:39:50+00:00
+++ zip-0.5.9/Cargo.toml 2020-12-07T13:35:45.295316+00:00
@@ -35,7 +35,7 @@
version = "1.0"

Loading…
Cancel
Save