public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-zip] epel10: Update lzma-rust2 to 0.17
@ 2026-07-21 5:19 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-21 5:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-zip
Branch : epel10
Commit : 3e73b98f4e73ab0a47b0b4f9b6581147acc3770d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-20T16:55:26+01:00
Stats : +15/-2 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-zip/c/3e73b98f4e73ab0a47b0b4f9b6581147acc3770d?branch=epel10
Log:
Update lzma-rust2 to 0.17
---
diff --git a/rust-zip.spec b/rust-zip.spec
index d099d6e..56da01a 100644
--- a/rust-zip.spec
+++ b/rust-zip.spec
@@ -27,6 +27,7 @@ Patch: zip-fix-metadata-auto.diff
# * Patch out the nt-time features; rust-nt-time not yet packaged
# * Patch out the deflate-flate2-zlib-ng-compat feature, which requires
# flate2/zlib-ng-compat, not packaged.
+# * build: update lzma-rust2 to 0.17: https://github.com/zip-rs/zip2/pull/891
Patch: zip-fix-metadata.diff
# * Downstream-only: patch out tests that would need omitted test files to
# compile
diff --git a/rust2rpm.toml b/rust2rpm.toml
index c99ba23..c10df27 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,6 +6,9 @@ cargo-toml-patch-comments = [
Patch out the deflate-flate2-zlib-ng-compat feature, which requires \
flate2/zlib-ng-compat, not packaged.\
""",
+ """\
+build: update lzma-rust2 to 0.17: https://github.com/zip-rs/zip2/pull/891
+""",
]
exclude-crate-files = [
"cliff.toml",
diff --git a/zip-fix-metadata-auto.diff b/zip-fix-metadata-auto.diff
index e3f7279..de1ef20 100644
--- a/zip-fix-metadata-auto.diff
+++ b/zip-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- zip-8.6.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ zip-8.6.0/Cargo.toml 2026-06-22T09:34:06.396913+00:00
++++ zip-8.6.0/Cargo.toml 2026-07-20T15:54:34.694081+00:00
@@ -275,25 +275,3 @@
version = "0.4"
default-features = false
diff --git a/zip-fix-metadata.diff b/zip-fix-metadata.diff
index b9b33e8..56cd5c7 100644
--- a/zip-fix-metadata.diff
+++ b/zip-fix-metadata.diff
@@ -1,5 +1,5 @@
--- zip-8.6.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ zip-8.6.0/Cargo.toml 2026-06-22T09:34:06.398170+00:00
++++ zip-8.6.0/Cargo.toml 2026-07-20T15:54:51.728717+00:00
@@ -108,10 +108,6 @@
"deflate-flate2",
"flate2/zlib-ng",
@@ -19,6 +19,15 @@
ppmd = ["dep:ppmd-rust"]
time = ["dep:time"]
unreserved = []
+@@ -187,7 +182,7 @@
+ optional = true
+
+ [dependencies.lzma-rust2]
+-version = "^0.16.1"
++version = "^0.17.0"
+ features = [
+ "std",
+ "encoder",
@@ -200,11 +195,6 @@
[dependencies.memchr]
version = "2.7"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 5:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 5:19 [rpms/rust-zip] epel10: Update lzma-rust2 to 0.17 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox