Compare commits

..

No commits in common. "rawhide" and "epel10.1" have entirely different histories.

4 changed files with 3 additions and 31 deletions

View file

@ -1,4 +1,4 @@
# Generated by rust2rpm 28
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
@ -30,10 +30,6 @@ Patch: zip-fix-metadata-auto.diff
# feature is counter to upstream guidance,”
# https://github.com/zip-rs/zip2/issues/336.
# * patch out the nt-time features; rust-nt-time not yet packaged
# * allow bzip2 0.6; see
# https://github.com/zip-rs/zip2/commit/c8278990c40ddfbeb4a23877c1221792535d21b3,
# released upstream in 4.3.0
# * Update constant_time_eq from 0.3 to 0.4. Downstream-only for MSRV reasons.
Patch: zip-fix-metadata.diff
# * Downstream-only: patch out tests that would need omitted test files to
# compile

View file

@ -9,12 +9,6 @@ cargo-toml-patch-comments = [
https://github.com/zip-rs/zip2/issues/336.\
""",
"patch out the nt-time features; rust-nt-time not yet packaged",
"""\
allow bzip2 0.6; see \
https://github.com/zip-rs/zip2/commit/c8278990c40ddfbeb4a23877c1221792535d21b3, \
released upstream in 4.3.0\
""",
"Update constant_time_eq from 0.3 to 0.4. Downstream-only for MSRV reasons.",
]
doc-files.exclude = ["pull_request_template.md"]
exclude-crate-files = [

View file

@ -1,5 +1,5 @@
--- zip-2.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-2.4.2/Cargo.toml 2026-01-09T22:17:36.639224+00:00
+++ zip-2.4.2/Cargo.toml 2025-05-19T21:37:14.924593+00:00
@@ -251,6 +251,3 @@
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies.crossbeam-utils]
version = "0.8.21"

View file

@ -1,5 +1,5 @@
--- zip-2.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zip-2.4.2/Cargo.toml 2026-01-09T22:17:36.640416+00:00
+++ zip-2.4.2/Cargo.toml 2025-05-19T21:37:14.925705+00:00
@@ -98,7 +98,6 @@
"_deflate-any",
]
@ -8,24 +8,6 @@
unreserved = []
xz = ["dep:xz2"]
@@ -126,7 +125,7 @@
optional = true
[dependencies.bzip2]
-version = "0.5.0"
+version = ">=0.5.0, <0.7.0"
optional = true
[dependencies.chrono]
@@ -134,7 +133,7 @@
optional = true
[dependencies.constant_time_eq]
-version = "0.3"
+version = "0.4"
optional = true
[dependencies.crc32fast]
@@ -156,7 +155,6 @@
[dependencies.getrandom]
version = "0.3.1"