public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gzp] rawhide: Update to version 2.0.4; Fixes RHBZ#2356887
Date: Fri, 28 Aug 2026 12:12:43 GMT	[thread overview]
Message-ID: <178791916341.1.6783030832316322747.rpms-rust-gzp-89b747c140d0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gzp
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-08-28 12:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178791916341.1.6783030832316322747.rpms-rust-gzp-89b747c140d0@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox