Update to version 1.0.26; Fixes RHBZ#2190495

epel9
Fabio Valentini 2 years ago
parent 699cb7a702
commit 226584d8ec
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/flate2-1.0.22.crate
/flate2-1.0.24.crate
/flate2-1.0.25.crate
/flate2-1.0.26.crate

@ -1,10 +1,10 @@
--- flate2-1.0.25/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.25/Cargo.toml 2023-03-30T20:36:23.247717+00:00
@@ -90,7 +90,3 @@
--- flate2-1.0.26/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.26/Cargo.toml 2023-07-13T10:43:17.322245+00:00
@@ -101,7 +101,3 @@
"libz-sys/zlib-ng",
]
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
-version = "0.6.0"
-version = "0.7.1"
-features = ["with-alloc"]
-default-features = false

@ -5,7 +5,7 @@
%global crate flate2
Name: rust-flate2
Version: 1.0.25
Version: 1.0.26
Release: %autorelease
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
@ -123,6 +123,18 @@ use the "zlib" feature of the "%{crate}" crate.
%files -n %{name}+zlib-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+zlib-default-devel %{_description}
This package contains library source intended for building other packages which
use the "zlib-default" feature of the "%{crate}" crate.
%files -n %{name}+zlib-default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (flate2-1.0.25.crate) = d81a463360ee2778f609ff297e04548120d1fda1f9e020fb2f429ea51189b8fe6cae57252fcd924d71fb65ad0f93ff7cdc7235913f8b78fa82925939cf884af7
SHA512 (flate2-1.0.26.crate) = a9f7b9e4adfd0a22fbf66e1cbcfe377cc03ec248c7fb7113097b839922b569cc96bf080089b8c800b35ec6f81b3f602a5860de55963b85f27ee6d75a9df88f3d

Loading…
Cancel
Save