public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glycin] rawhide: Update to version 2.2.alpha.5
@ 2026-08-10 6:53 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-10 6:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glycin
Branch : rawhide
Commit : 974263b9a8f62f69b66e3e72b1fa0212ce139934
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-08T01:24:18+02:00
Stats : +90/-19 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/glycin/c/974263b9a8f62f69b66e3e72b1fa0212ce139934?branch=rawhide
Log:
Update to version 2.2.alpha.5
---
diff --git a/.gitignore b/.gitignore
index 20e5c8a..bdfe3ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@
/glycin-2.1.1-vendor.tar.xz
/glycin-2.1.5.tar.xz
/glycin-2.1.5-vendor.tar.xz
+/glycin-2.2.alpha.5.tar.xz
+/glycin-2.2.alpha.5-vendor.tar.xz
diff --git a/0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch b/0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch
index 6ef2f74..ad141c1 100644
--- a/0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch
+++ b/0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch
@@ -1,23 +1,27 @@
-From d8f2219f3060bdc430c8e7c21a699b564c1c37c5 Mon Sep 17 00:00:00 2001
+From aca758f4c3c737662c765bd69d26b646118d12c6 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Sat, 8 Mar 2025 18:43:41 +0100
-Subject: [PATCH 1/2] fix invalid crate manifest for tests workspace member
+Subject: [PATCH 1/4] fix invalid crate manifest for tests workspace member
---
- tests/Cargo.toml | 2 ++
- 1 file changed, 2 insertions(+)
+ tests/Cargo.toml | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
-index 0482a0f..1aa3165 100644
+index 1b652d0..8b1b251 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
-@@ -48,4 +48,6 @@ name = "dbus_api_stability"
- path = "dbus_api_stability.rs"
+@@ -56,4 +56,9 @@ name = "processor-loader"
+ path = "processor-loader.rs"
[dependencies]
+-gufo-common.workspace = true
+glycin = { workspace = true }
++glycin-core = { workspace = true }
+glycin-utils = { workspace = true }
- gufo-common.workspace = true
++gufo-common = { workspace = true }
++zbus = { workspace = true }
++
--
-2.51.1
+2.55.0
diff --git a/0002-Replace-serde_yaml_ng-with-equivalent-serde_yaml-dep.patch b/0002-Replace-serde_yaml_ng-with-equivalent-serde_yaml-dep.patch
index 97b715b..ca02fee 100644
--- a/0002-Replace-serde_yaml_ng-with-equivalent-serde_yaml-dep.patch
+++ b/0002-Replace-serde_yaml_ng-with-equivalent-serde_yaml-dep.patch
@@ -1,7 +1,7 @@
-From 913ece178b66c08c5f2445ae46199a5ea89e8d60 Mon Sep 17 00:00:00 2001
+From 5b77e58d3698c151e4cb80897752d0788a3ede7e Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Mon, 24 Mar 2025 21:14:36 +0100
-Subject: [PATCH 2/2] Replace serde_yaml_ng with equivalent serde_yaml
+Subject: [PATCH 2/4] Replace serde_yaml_ng with equivalent serde_yaml
dependency
---
@@ -9,10 +9,10 @@ Subject: [PATCH 2/2] Replace serde_yaml_ng with equivalent serde_yaml
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
-index 1aa3165..8f46aed 100644
+index 8b1b251..80a3ca5 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
-@@ -22,9 +22,7 @@ tokio.workspace = true
+@@ -26,9 +26,7 @@ tokio.workspace = true
gdk.workspace = true
zbus = { workspace = true, features = ["p2p"] }
tracing-subscriber.workspace = true
@@ -20,9 +20,9 @@ index 1aa3165..8f46aed 100644
-# serde_yaml = "0.9.33"
-serde_yaml = { package = "serde_yaml_ng", version = "0.10.0" }
+serde_yaml = "0.9.33"
+ futures-util.workspace = true
[[test]]
- name = "change_memory_format"
--
-2.51.1
+2.55.0
diff --git a/0003-drop-unused-benchmark-only-criterion-dev-dependency.patch b/0003-drop-unused-benchmark-only-criterion-dev-dependency.patch
new file mode 100644
index 0000000..a73bca4
--- /dev/null
+++ b/0003-drop-unused-benchmark-only-criterion-dev-dependency.patch
@@ -0,0 +1,37 @@
+From d10e478b06b7de1db45364500958de7bc244c234 Mon Sep 17 00:00:00 2001
+From: Fabio Valentini <decathorpe@gmail.com>
+Date: Sat, 8 Aug 2026 00:03:40 +0200
+Subject: [PATCH 3/4] drop unused, benchmark-only criterion dev-dependency
+
+---
+ Cargo.toml | 1 -
+ benches/Cargo.toml | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 694bf16..8df03db 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -41,7 +41,6 @@ async-task = "4.0.0"
+ bitflags = "2.9.0"
+ blocking = "1.6.1"
+ cairo-rs = "0.22.0"
+-criterion = "0.8.0"
+ env_logger = { version = "0.11.0", default-features = false, features = [
+ "humantime",
+ ] }
+diff --git a/benches/Cargo.toml b/benches/Cargo.toml
+index 1b47ddd..b140e0e 100644
+--- a/benches/Cargo.toml
++++ b/benches/Cargo.toml
+@@ -9,7 +9,6 @@ publish = false
+
+ [dev-dependencies]
+ async-io.workspace = true
+-criterion.workspace = true
+ gdk-pixbuf.workspace = true
+ gio.workspace = true
+ glib.workspace = true
+--
+2.55.0
+
diff --git a/0004-fix-discovery-of-path-dependencies-that-were-not-wor.patch b/0004-fix-discovery-of-path-dependencies-that-were-not-wor.patch
new file mode 100644
index 0000000..bcaff58
--- /dev/null
+++ b/0004-fix-discovery-of-path-dependencies-that-were-not-wor.patch
@@ -0,0 +1,26 @@
+From 64b0114bc03814991a0b6af4e8d835c0dfd7d7b8 Mon Sep 17 00:00:00 2001
+From: Fabio Valentini <decathorpe@gmail.com>
+Date: Sat, 8 Aug 2026 00:19:03 +0200
+Subject: [PATCH 4/4] fix discovery of path dependencies that were not
+ workspace members
+
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 8df03db..931afe9 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -18,7 +18,7 @@ zvariant.opt-level = "z"
+
+ [workspace]
+ resolver = "3"
+-members = ["glycin-dev-tools", "glycin-loaders/*", "glycin-thumbnailer", "libglycin", "libglycin/libglycin-gtk4", "tests", "benches"]
++members = ["glycin-dev-tools", "glycin-loaders/*", "glycin-thumbnailer", "libglycin", "libglycin/libglycin-gtk4", "libglycin-rebind/libglycin-rebind", "libglycin-rebind/libglycin-rebind/sys", "libglycin-rebind/libglycin-rebind-gtk4", "libglycin-rebind/libglycin-rebind-gtk4/sys", "tests", "benches"]
+ exclude = ["libglycin-rebind/gir"]
+ default-members = ["glycin-dev-tools", "glycin-thumbnailer", "glycin-loaders/*"]
+
+--
+2.55.0
+
diff --git a/glycin.spec b/glycin.spec
index 03e59cc..5f2a941 100644
--- a/glycin.spec
+++ b/glycin.spec
@@ -5,7 +5,7 @@
%bcond bundled_rust_deps %{defined rhel}
Name: glycin
-Version: 2.1.5
+Version: 2.2~alpha.5
Release: %autorelease
Summary: Sandboxed image rendering
@@ -70,6 +70,8 @@ Source1: glycin-%{gnome_tarball_version}-vendor.tar.xz
Patch: 0001-fix-invalid-crate-manifest-for-tests-workspace-membe.patch
# partial revert of https://gitlab.gnome.org/GNOME/glycin/-/commit/f637a7e
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
%if 0%{?rhel}
BuildRequires: rust-toolset
@@ -204,7 +206,7 @@ rm -r glycin-loaders/glycin-raw
%if %{with check}
%check
-# tests fail with "UnsupportedFileType" (missing nonfree plugins for libheif?)
+# tests fail to compile from source in published tarballs (?)
%meson_test || :
%endif
diff --git a/sources b/sources
index 66954f0..66d04db 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (glycin-2.1.5.tar.xz) = 2a88559033944793548bd8f40a7babc58faa273a0f2bc852315a8d17e022b27ac8cc9ae33281974547c2fffd93cc8d071c68501a1bd53768deb3920ecec71397
-SHA512 (glycin-2.1.5-vendor.tar.xz) = 40459c3f44c3bc29b9a6eddeff352a455c844b3c89a6efe4201a6887326180a66ed67acda62db126f1be9affd0f0a656901a9e4d6defd5f47260f6edf06e325a
+SHA512 (glycin-2.2.alpha.5.tar.xz) = 7c9e081a582a04cdeab8e8b3bb1a286ace1d9b99703b0e7c52e30bf769293643f599ee690abf99dc3822e03b815f8b9c4e561daaac1f5c223aa18738f0e2ee3d
+SHA512 (glycin-2.2.alpha.5-vendor.tar.xz) = 5bc29e37d6145a5a499d6f37ace7ee39a0fe9e136cbfd0b12b2323c350c9dcb752110a4ff12d232411ac5b94af73ad70fc570b4d8508f09357988040a029d5e1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 6:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 6:53 [rpms/glycin] rawhide: Update to version 2.2.alpha.5 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox