Update to version 1.0.27; Fixes RHBZ#2232059

epel9
Fabio Valentini 2 years ago
parent 2016a3a1ce
commit e0a9fbfca1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/flate2-1.0.24.crate
/flate2-1.0.25.crate
/flate2-1.0.26.crate
/flate2-1.0.27.crate

@ -1,6 +1,6 @@
--- 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 @@
--- flate2-1.0.27/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.27/Cargo.toml 2023-08-27T11:54:56.136895+00:00
@@ -105,7 +105,3 @@
"libz-sys/zlib-ng",
]

@ -5,7 +5,7 @@
%global crate flate2
Name: rust-flate2
Version: 1.0.26
Version: 1.0.27
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}/MAINTENANCE.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -51,6 +52,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+any_impl-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+any_impl-devel %{_description}
This package contains library source intended for building other packages which
use the "any_impl" feature of the "%{crate}" crate.
%files -n %{name}+any_impl-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+any_zlib-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (flate2-1.0.26.crate) = a9f7b9e4adfd0a22fbf66e1cbcfe377cc03ec248c7fb7113097b839922b569cc96bf080089b8c800b35ec6f81b3f602a5860de55963b85f27ee6d75a9df88f3d
SHA512 (flate2-1.0.27.crate) = e76e76444686433acabd16513e6e5860d4d6fa53a810f37266f36900f154acacac6dcd77b0373599a6d33a09175f5f02146d84726b982c59a78926950e19ff09

Loading…
Cancel
Save