public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gzp] f45: Update to version 2.0.4; Fixes RHBZ#2356887
@ 2026-08-28 12:21 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-28 12:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gzp
Branch : f45
Commit : 89b747c140d062040d430d8d96681c0bd668b8ff
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-28T14:12:16+02:00
Stats : +14/-29 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gzp/c/89b747c140d062040d430d8d96681c0bd668b8ff?branch=f45
Log:
Update to version 2.0.4; Fixes RHBZ#2356887
---
diff --git a/.gitignore b/.gitignore
index 9ceae20..88b79c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/gzp-1.0.1.crate
/gzp-2.0.0.crate
/gzp-2.0.2.crate
+/gzp-2.0.4.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 77b2407..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-gzp
-
-The rust-gzp package
diff --git a/gzp-fix-metadata.diff b/gzp-fix-metadata.diff
index 5df754f..b395969 100644
--- a/gzp-fix-metadata.diff
+++ b/gzp-fix-metadata.diff
@@ -1,12 +1,6 @@
---- gzp-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ gzp-2.0.2/Cargo.toml 2026-03-15T17:18:16.769689+00:00
-@@ -105,12 +105,12 @@
- version = "0.8.3"
-
- [dependencies.flate2]
--version = "1.1.4"
-+version = "1.1"
- optional = true
+--- gzp-2.0.4/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gzp-2.0.4/Cargo.toml 2026-08-28T12:07:30.015714+00:00
+@@ -110,7 +110,7 @@
default-features = false
[dependencies.flume]
@@ -14,21 +8,14 @@
+version = ">=0.11.1,<0.13"
[dependencies.libdeflater]
- version = "1.24.0"
-@@ -136,13 +136,10 @@
- optional = true
-
+ version = "1.25.2"
+@@ -138,9 +138,6 @@
[dependencies.thiserror]
--version = "2.0.17"
--
+ version = "2.0.20"
+
-[dev-dependencies.criterion]
-version = "0.7.0"
-+version = "2.0.16"
-
+-
[dev-dependencies.proptest]
--version = "1.8.0"
-+version = "1.7.0"
+ version = "1.11.0"
- [dev-dependencies.tempfile]
--version = "3.23.0"
-+version = "3.21.0"
diff --git a/rust-gzp.spec b/rust-gzp.spec
index 221f37c..77b8d21 100644
--- a/rust-gzp.spec
+++ b/rust-gzp.spec
@@ -5,7 +5,7 @@
%global crate gzp
Name: rust-gzp
-Version: 2.0.2
+Version: 2.0.4
Release: %autorelease
Summary: Parallel Compression
@@ -15,7 +15,7 @@ URL: https://crates.io/crates/gzp
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Remove criterion dev dependency
-# * Update various dependencies
+# * Relax flume dependency to allow building with both v0.11 and v0.12
Patch: gzp-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 897d6b6..9b822fa 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"Remove criterion dev dependency",
- "Update various dependencies",
+ "Relax flume dependency to allow building with both v0.11 and v0.12",
]
[features]
diff --git a/sources b/sources
index 4a5aaaf..02e589c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gzp-2.0.2.crate) = e05973b0ad28e0c55973869baf6a4c1bac4221a4b655da403836834e2a8b21c25510c226906d1451a340e4cf63abb43e8db2e454bfaf6b0d06a4f213298aa93f
+SHA512 (gzp-2.0.4.crate) = 9d1bff66da4d7c28938494d502bf123748c37fa127ed64f7994d4aeec8961d026176b61d4bd8691943086befa82c9813f73f550563718e0f2ff2596e32ce0fef
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 12:21 [rpms/rust-gzp] f45: Update to version 2.0.4; Fixes RHBZ#2356887 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox