Update to version 1.0.31; Fixes RHBZ#2302592

epel10
Fabio Valentini 7 months ago
parent 55ead71991
commit cab0e00134
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/flate2-1.0.27.crate
/flate2-1.0.28.crate
/flate2-1.0.30.crate
/flate2-1.0.31.crate

@ -1,10 +1,10 @@
--- flate2-1.0.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.30/Cargo.toml 2024-07-02T15:09:18.500232+00:00
@@ -118,7 +118,3 @@
--- flate2-1.0.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.31/Cargo.toml 2024-08-09T10:40:17.703294+00:00
@@ -236,7 +236,3 @@
"libz-rs-sys",
]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
-[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies.miniz_oxide]
-version = "0.7.1"
-features = ["with-alloc"]
-default-features = false

@ -5,7 +5,7 @@
%global crate flate2
Name: rust-flate2
Version: 1.0.30
Version: 1.0.31
Release: %autorelease
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
@ -36,6 +36,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/MAINTENANCE.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (flate2-1.0.30.crate) = 21528f80c1709cfa764723dce012903581dbc2b63ecad194ec601fc75103307e1b2ef17479186ad895ad957c9a33c6fd666b2981382a8a68ca78dfac7cb5d578
SHA512 (flate2-1.0.31.crate) = b211254e15b38663f080552598d61d6766d6e7abc45cbac8fbdb5af65b833d2d3fbc00b5748ee12d4fc71726ab84dda9da20b6916121735c7b1c6c9d7a09fa61

Loading…
Cancel
Save