Update to version 0.6.6; Fixes RHBZ#2195924

epel9
Fabio Valentini 2 years ago
parent 4274856c6e
commit 8db43f85f9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/zip-0.5.12.crate
/zip-0.5.13.crate
/zip-0.6.4.crate
/zip-0.6.6.crate

@ -5,7 +5,7 @@
%global crate zip
Name: rust-zip
Version: 0.6.4
Version: 0.6.6
Release: %autorelease
Summary: Library to support the reading and writing of zip files
@ -225,17 +225,17 @@ use the "zstd" feature of the "%{crate}" crate.
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%cargo_generate_buildrequires -a
%build
%cargo_build
%cargo_build -a
%install
%cargo_install
%cargo_install -a
%if %{with check}
%check
%cargo_test
%cargo_test -a
%endif
%changelog

@ -0,0 +1,2 @@
[DEFAULT]
all-features = true

@ -1 +1 @@
SHA512 (zip-0.6.4.crate) = 29392175711fb8585d400f99798596e10415423b3fda245069ca3144bce4b1027db845526c233bcf8be13b756e9605df21657bd2b5713339adeb334fe964ff8e
SHA512 (zip-0.6.6.crate) = affd46c17ceaa0545a155250dfd16756f8706dda43bae8a322ec0481dbfb41e4cf3166bf9662fc139ef9d0ab3b0f9f158535b21d2a61b21d38b8b2407813eeef

@ -1,6 +1,6 @@
--- zip-0.6.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-0.6.4/Cargo.toml 2023-04-15T11:49:45.631984+00:00
@@ -49,7 +49,7 @@
--- zip-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-0.6.6/Cargo.toml 2023-05-17T12:54:04.038663+00:00
@@ -50,7 +50,7 @@
optional = true
[dependencies.constant_time_eq]
@ -9,7 +9,7 @@
optional = true
[dependencies.crc32fast]
@@ -80,7 +80,7 @@
@@ -81,7 +81,7 @@
default-features = false
[dependencies.zstd]

Loading…
Cancel
Save