Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

5
.gitignore vendored

@ -19,8 +19,3 @@
/flate2-1.0.26.crate /flate2-1.0.26.crate
/flate2-1.0.27.crate /flate2-1.0.27.crate
/flate2-1.0.28.crate /flate2-1.0.28.crate
/flate2-1.0.30.crate
/flate2-1.0.31.crate
/flate2-1.0.33.crate
/flate2-1.0.34.crate
/flate2-1.0.35.crate

@ -1,10 +1,10 @@
--- flate2-1.0.35/Cargo.toml 1970-01-01T00:00:01+00:00 --- flate2-1.0.28/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.35/Cargo.toml 2024-12-08T15:43:13.196459+00:00 +++ flate2-1.0.28/Cargo.toml 2023-10-17T11:04:23.433000+00:00
@@ -237,7 +237,3 @@ @@ -105,7 +105,3 @@
"libz-rs-sys", "libz-sys/zlib-ng",
] ]
-[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.8.0" -version = "0.7.1"
-features = ["with-alloc"] -features = ["with-alloc"]
-default-features = false -default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 25
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate flate2 %global crate flate2
Name: rust-flate2 Name: rust-flate2
Version: 1.0.35 Version: 1.0.28
Release: %autorelease Release: %autorelease
Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams
@ -36,7 +36,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/MAINTENANCE.md %doc %{crate_instdir}/MAINTENANCE.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -77,30 +76,6 @@ use the "any_zlib" feature of the "%{crate}" crate.
%files -n %{name}+any_zlib-devel %files -n %{name}+any_zlib-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libz-ng-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+libz-ng-sys-devel %{_description}
This package contains library source intended for building other packages which
use the "libz-ng-sys" feature of the "%{crate}" crate.
%files -n %{name}+libz-ng-sys-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libz-rs-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+libz-rs-sys-devel %{_description}
This package contains library source intended for building other packages which
use the "libz-rs-sys" feature of the "%{crate}" crate.
%files -n %{name}+libz-rs-sys-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libz-sys-devel %package -n %{name}+libz-sys-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -173,30 +148,6 @@ use the "zlib-default" feature of the "%{crate}" crate.
%files -n %{name}+zlib-default-devel %files -n %{name}+zlib-default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-ng-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+zlib-ng-devel %{_description}
This package contains library source intended for building other packages which
use the "zlib-ng" feature of the "%{crate}" crate.
%files -n %{name}+zlib-ng-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-rs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+zlib-rs-devel %{_description}
This package contains library source intended for building other packages which
use the "zlib-rs" feature of the "%{crate}" crate.
%files -n %{name}+zlib-rs-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1,7 +1,9 @@
[features] [features]
hide = [ hide = [
"cloudflare-zlib-sys", "cloudflare-zlib-sys",
"libz-ng-sys",
"cloudflare_zlib", "cloudflare_zlib",
"zlib-ng",
"zlib-ng-compat", "zlib-ng-compat",
] ]

@ -1 +1 @@
SHA512 (flate2-1.0.35.crate) = aa2c4f0ad46cfbc7d2bfbdffd226eaa37f5223a34d132d8fb2dfd04c20d15a96c4882cc377fd72afbc7d13e512f5e9934386b0390a0ab2b171d081335c58fad4 SHA512 (flate2-1.0.28.crate) = 9db6f3ddc4e1e91960b07c08712beabd911b297d93db8be3ecb97a392a4262e608c75ed8e9e34d87d58c3e67d1b7987734e14ab3d45fd837a2767e8016380284

Loading…
Cancel
Save