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/glycin] rawhide: Update to version 2.2.0; Fixes RHBZ#2530776
Date: Mon, 14 Sep 2026 11:46:54 GMT [thread overview]
Message-ID: <178938641485.1.695459109593783592.rpms-glycin-dd5c6e42b6c0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glycin
Branch : rawhide
Commit : dd5c6e42b6c0d3d2be4aaa13e6c9d4ee149706a4
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-11T18:50:26+02:00
Stats : +5/-55 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/glycin/c/dd5c6e42b6c0d3d2be4aaa13e6c9d4ee149706a4?branch=rawhide
Log:
Update to version 2.2.0; Fixes RHBZ#2530776
---
diff --git a/.gitignore b/.gitignore
index 32bf1d7..3231491 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@
/glycin-2.2.alpha.5-vendor.tar.xz
/glycin-2.2.beta.tar.xz
/glycin-2.2.beta-vendor.tar.xz
+/glycin-2.2.0.tar.xz
+/glycin-2.2.0-vendor.tar.xz
diff --git a/0005-Backport-changes-to-support-gufo-0.5.0-beta.1.patch b/0005-Backport-changes-to-support-gufo-0.5.0-beta.1.patch
deleted file mode 100644
index 246c9b7..0000000
--- a/0005-Backport-changes-to-support-gufo-0.5.0-beta.1.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From cb84bf375f295328a8378047d6f97714c1245636 Mon Sep 17 00:00:00 2001
-From: Fabio Valentini <decathorpe@gmail.com>
-Date: Tue, 11 Aug 2026 16:47:13 +0200
-Subject: [PATCH 5/5] Backport changes to support gufo 0.5.0-beta.1
-
----
- Cargo.toml | 10 +++++-----
- glycin-loaders/glycin-jxl/src/main.rs | 4 ++--
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 0111d1a..e76dfb1 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -71,11 +71,11 @@ glycin-thumbnailer = { version = "2.2.0-alpha.7", path = "glycin-thumbnailer/",
- glycin-utils = { version = "5.0.0-alpha.1", default-features = false }
- glycin-external = { version = "4.0.0-alpha.7", default-features = false }
- gly = { package = "libglycin-rebind", version = "0.2.0-beta", path = "libglycin-rebind/libglycin-rebind/" }
--gufo = { version = "0.5.0-alpha.3" }
--gufo-common = { version = "2.0.0-alpha.2", features = ["serde"] }
--gufo-exif = { version = "0.5.0-alpha.3" }
--gufo-jpeg = { version = "0.5.0-alpha.2" }
--gufo-svg = { version = "0.5.0-alpha.2" }
-+gufo = { version = "0.5.0-beta.1" }
-+gufo-common = { version = "2.0.0-beta.1", features = ["serde"] }
-+gufo-exif = { version = "0.5.0-beta.1" }
-+gufo-jpeg = { version = "0.5.0-beta.1" }
-+gufo-svg = { version = "0.5.0-beta.1" }
- half = "2.4.1"
- hayro-jpeg2000 = "0.3.2"
- image = { version = "0.25.9", default-features = false }
-diff --git a/glycin-loaders/glycin-jxl/src/main.rs b/glycin-loaders/glycin-jxl/src/main.rs
-index 872084e..c233bcd 100644
---- a/glycin-loaders/glycin-jxl/src/main.rs
-+++ b/glycin-loaders/glycin-jxl/src/main.rs
-@@ -299,8 +299,8 @@ fn color_encoding_to_cicp(c: JxlColorEncoding) -> Option<Cicp> {
- JxlTransferFunction::Linear => TransferCharacteristics::Linear,
- JxlTransferFunction::HLG => TransferCharacteristics::Hlg,
- JxlTransferFunction::PQ => TransferCharacteristics::Pq,
-- JxlTransferFunction::SRGB => TransferCharacteristics::Gamma24,
-- JxlTransferFunction::BT709 => TransferCharacteristics::Gamma22,
-+ JxlTransferFunction::SRGB => TransferCharacteristics::Srgb,
-+ JxlTransferFunction::BT709 => TransferCharacteristics::Bt709,
- JxlTransferFunction::DCI => TransferCharacteristics::Dci,
- _ => {
- return None;
---
-2.55.0
-
diff --git a/glycin.spec b/glycin.spec
index 839fefa..cd4fcc6 100644
--- a/glycin.spec
+++ b/glycin.spec
@@ -5,7 +5,7 @@
%bcond bundled_rust_deps %{defined rhel}
Name: glycin
-Version: 2.2~beta
+Version: 2.2.0
Release: %autorelease
Summary: Sandboxed image rendering
@@ -72,9 +72,6 @@ Patch: 0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch
Patch: 0002-Replace-serde_yaml_ng-with-equivalent-serde_yaml-dep.patch
Patch: 0003-drop-unused-benchmark-only-criterion-dev-dependency.patch
Patch: 0004-fix-discovery-of-path-dependencies-that-were-not-wor.patch
-# backport https://gitlab.gnome.org/GNOME/glycin/-/commit/b918acf
-# to account for https://github.com/gufo-rs/gufo/commit/a8a4905
-Patch: 0005-Backport-changes-to-support-gufo-0.5.0-beta.1.patch
%if 0%{?rhel}
BuildRequires: rust-toolset
diff --git a/sources b/sources
index 8fcfd1f..f163be6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (glycin-2.2.beta.tar.xz) = e6b9ba38e3cd8f121f344f53fc8643c29f679d1347973a89d517d6ef2712364849dafdf55e7143a9a49f13282539ad2c34fb0176bb083a01458feda02a3efdb8
-SHA512 (glycin-2.2.beta-vendor.tar.xz) = 2dec35366ef2a2d3c4de36ed2271614fbfe050dced1006e7371b3f74a68cfc3c53c64bb34dee64937e89c52b2067e9b759a4fdd99d2191fe98d646c0a9eae886
+SHA512 (glycin-2.2.0.tar.xz) = de32c4819d86a8107f644822d4d948750645464e68f0949632ad96fc083700abafb5407aa38ca82ff9b0a18948ccdcbebee220be5c9ae484d1c9643f5125f88b
+SHA512 (glycin-2.2.0-vendor.tar.xz) = 75e2dae1337a79b829d22b370e70262660ceb297f9778ad03d949e3c13d9442c90c89a5462fa21b14771fd5ba2cdbf1356a5db4dbb155c633dec2ae9a2ec45e7
reply other threads:[~2026-09-14 11:46 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=178938641485.1.695459109593783592.rpms-glycin-dd5c6e42b6c0@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