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-jpegxl-rs] rawhide: Update to version 0.14.0+libjxl-0.11.2
Date: Wed, 12 Aug 2026 16:35:40 GMT	[thread overview]
Message-ID: <178655254083.1.15136333828263978021.rpms-rust-jpegxl-rs-b50f0a70e276@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-jpegxl-rs
Branch : rawhide
Commit : b50f0a70e276760addce7853a4cd688fc24cf5e8
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-11T15:31:57+02:00
Stats  : +15/-30 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-jpegxl-rs/c/b50f0a70e276760addce7853a4cd688fc24cf5e8?branch=rawhide

Log:
Update to version 0.14.0+libjxl-0.11.2

---
diff --git a/.gitignore b/.gitignore
index b067d41..d1a344f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /jpegxl-rs-0.10.4+libjxl-0.10.3.crate
 /jpegxl-rs-0.11.2+libjxl-0.11.1.crate
 /jpegxl-rs-0.12.0+libjxl-0.11.1.crate
+/jpegxl-rs-0.14.0+libjxl-0.11.2.crate

diff --git a/jpegxl-rs-fix-metadata-auto.diff b/jpegxl-rs-fix-metadata-auto.diff
index 81a7993..cb5f7c1 100644
--- a/jpegxl-rs-fix-metadata-auto.diff
+++ b/jpegxl-rs-fix-metadata-auto.diff
@@ -1,11 +1,11 @@
---- jpegxl-rs-0.12.0+libjxl-0.11.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ jpegxl-rs-0.12.0+libjxl-0.11.1/Cargo.toml	2026-03-13T16:37:10.372068+00:00
+--- jpegxl-rs-0.14.0+libjxl-0.11.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ jpegxl-rs-0.14.0+libjxl-0.11.2/Cargo.toml	2026-08-11T13:27:29.641875+00:00
 @@ -13,7 +13,7 @@
  edition = "2021"
- rust-version = "1.85.0"
+ rust-version = "1.92.0"
  name = "jpegxl-rs"
--version = "0.12.0+libjxl-0.11.1"
-+version = "0.12.0"
+-version = "0.14.0+libjxl-0.11.2"
++version = "0.14.0"
  build = false
  autolib = false
  autobins = false

diff --git a/jpegxl-rs-fix-metadata.diff b/jpegxl-rs-fix-metadata.diff
index cfdda36..9d8b97a 100644
--- a/jpegxl-rs-fix-metadata.diff
+++ b/jpegxl-rs-fix-metadata.diff
@@ -1,5 +1,5 @@
---- jpegxl-rs-0.12.0+libjxl-0.11.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ jpegxl-rs-0.12.0+libjxl-0.11.1/Cargo.toml	2026-03-13T16:37:35.559389+00:00
+--- jpegxl-rs-0.14.0+libjxl-0.11.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ jpegxl-rs-0.14.0+libjxl-0.11.2/Cargo.toml	2026-08-11T13:27:44.466285+00:00
 @@ -42,28 +42,14 @@
  features = ["docs"]
  
@@ -28,25 +28,7 @@
 -required-features = ["bench"]
  
  [dependencies.bon]
- version = "3.8.1"
-@@ -75,7 +61,7 @@
- version = "2.7.1"
- 
- [dependencies.image]
--version = "0.25,<0.25.9"
-+version = "0.25"
- optional = true
- default-features = false
- 
-@@ -87,7 +73,7 @@
- version = "2.0.17"
- 
- [dev-dependencies.image]
--version = "0.25,<0.25.9"
-+version = "0.25"
- features = [
-     "jpeg",
-     "png",
+ version = "3.9.1"
 @@ -103,9 +89,6 @@
  [dev-dependencies.testresult]
  version = "0.4.1"

diff --git a/rust-jpegxl-rs.spec b/rust-jpegxl-rs.spec
index ef7e70c..83fb9b3 100644
--- a/rust-jpegxl-rs.spec
+++ b/rust-jpegxl-rs.spec
@@ -4,10 +4,10 @@
 %global debug_package %{nil}
 
 %global crate jpegxl-rs
-%global crate_version 0.12.0+libjxl-0.11.1
+%global crate_version 0.14.0+libjxl-0.11.2
 
 Name:           rust-jpegxl-rs
-Version:        0.12.0
+Version:        0.14.0
 Release:        %autorelease
 Summary:        Safe Rust wrapper for JPEG XL reference implementation
 
@@ -18,6 +18,7 @@ Source:         %{crates_source %{crate} %{crate_version}}
 Patch:          jpegxl-rs-fix-metadata-auto.diff
 # Manually created patch for downstream crate metadata changes
 # * drop unused, benchmark-only criterion dev-dependency
+# * drop 'bench' and 'vendored' features
 Patch:          jpegxl-rs-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index c277310..f5820db 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,9 +1,10 @@
 [package]
 cargo-toml-patch-comments = [
     "drop unused, benchmark-only criterion dev-dependency",
+    "drop 'bench' and 'vendored' features",
 ]
 
 [tests]
-run = "none"
+run = false
 comments = ["test fixtures are not inclueded in published crates"]
 

diff --git a/sources b/sources
index 889c6fd..843761d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jpegxl-rs-0.12.0+libjxl-0.11.1.crate) = 31f052a6bd2f69ffd94a2abe841a3ae786a6bd17ccea2a5939440619502c8a09ae5dc5134222c04edd7a0955ca7d6bb6f35273655fa6697a5eeb0e0434eefb1f
+SHA512 (jpegxl-rs-0.14.0+libjxl-0.11.2.crate) = beb4bc9ed55d72ba5ae2d03c97ece64e5eaee05b5a582b2d4079e105bbc8dbbcb289cb29b0105271d4c92829db87e4cad2d039ceeb6bf83055593c1761b5c717

                 reply	other threads:[~2026-08-12 16:35 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=178655254083.1.15136333828263978021.rpms-rust-jpegxl-rs-b50f0a70e276@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