Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glycin for openSUSE:Factory checked 
in at 2026-04-10 17:47:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glycin (Old)
 and      /work/SRC/openSUSE:Factory/.glycin.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glycin"

Fri Apr 10 17:47:00 2026 rev:7 rq:1345427 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/glycin/glycin.changes    2026-02-13 
12:40:05.661584481 +0100
+++ /work/SRC/openSUSE:Factory/.glycin.new.21863/glycin.changes 2026-04-10 
17:48:59.503870865 +0200
@@ -1,0 +2,54 @@
+Wed Apr  8 07:03:48 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(glycin-2) for all build modules except
+  libglycin itself. Chain them properly behind each other.
+
+-------------------------------------------------------------------
+Tue Mar 24 08:21:52 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.1.1:
+  + Fixed: Bump gufo to 4.0.1. This fixes optaining key-value pairs
+    potentially containing nul-characters, which is not allowed per
+    PNG standard and can't be transmitted as String via D-Bus.
+
+-------------------------------------------------------------------
+Mon Mar 23 08:34:05 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Fri Mar 13 16:44:18 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.1.0:
+  + Fixed: thumbnailer: Remove padding if stride is longer than row
+    data, avoiding broken scaling. This manly affects AVIF and HEIC
+
+-------------------------------------------------------------------
+Sat Feb 28 09:17:26 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 2.1.rc:
+  + image-rs: Don't assume that JPEGs are in YCbCr encoded. Support
+    grayscale and YCCK as well.
+
+-------------------------------------------------------------------
+Wed Feb 11 08:16:22 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 2.1.beta:
+  + Require libjxl 0.11.1
+  + Use hayro-jpeg2000 loader instead of jpeg2k and make it part of
+    the glycin-image-rs loader, enabled by default.
+  + thumbnailer: Use dynamically linked libglycin instead of glycin
+    crate.
+- Changes from version 2.1.alpha.3:
+  + Fixed:
+    - Fix builds on docs.rs
+  + Changed
+    - Update to gtk-rs 0.22/0.11
+    - Updated many dependencies
+- Changes from version 2.1.alpha:
+  + Added:
+    - Add a specific error for when glycin fails to load the image
+      from it's file/stream.
+    - image-rs: Add XBM and XPM support
+
+-------------------------------------------------------------------

Old:
----
  glycin-2.0.8.obscpio
  vendor.tar.zst

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  glycin-2.1.1.tar.xz
  vendor.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glycin.spec ++++++
--- /var/tmp/diff_new_pack.7hI1hT/_old  2026-04-10 17:49:01.263943293 +0200
+++ /var/tmp/diff_new_pack.7hI1hT/_new  2026-04-10 17:49:01.267943458 +0200
@@ -25,13 +25,13 @@
 %endif
 %define _name glycin
 
-Version:        2.0.8
+Version:        2.1.1
 Release:        0
 Summary:        Sandboxed image rendering
 License:        LGPL-2.1-or-later OR MPL-2.0
 URL:            https://gitlab.gnome.org/GNOME/glycin
-Source0:        %{_name}-%{version}.tar.zst
-Source1:        vendor.tar.zst
+Source0:        %{_name}-%{version}.tar.xz
+Source1:        vendor.tar.xz
 Source2:        baselibs.conf
 Source90:       libglycin.spec.inc
 Source91:       libglycin-gtk4.spec.inc
@@ -46,6 +46,9 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libseccomp)
+%if "%{name}" != "libglycin"
+BuildRequires:  pkgconfig(glycin-2)
+%endif
 %if "%{name}" == "glycin-loaders"
 BuildRequires:  (pkgconfig(libjxl) >= 0.8.2 with pkgconfig(libjxl) < 0.13.0)
 BuildRequires:  pkgconfig(libheif) >= 1.17.4

++++++ _scmsync.obsinfo ++++++
mtime: 1775631869
commit: 0ee6fd34c46b39d8f35382fedcb8cd3e4e273cd3937c4f0e6ce57861b89e512a
url: https://src.opensuse.org/GNOME/glycin
revision: 0ee6fd34c46b39d8f35382fedcb8cd3e4e273cd3937c4f0e6ce57861b89e512a
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7hI1hT/_old  2026-04-10 17:49:01.323945762 +0200
+++ /var/tmp/diff_new_pack.7hI1hT/_new  2026-04-10 17:49:01.331946092 +0200
@@ -3,22 +3,22 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://gitlab.gnome.org/GNOME/glycin.git</param>
     <param name="scm">git</param>
-    <param name="revision">2.0.8</param>
+    <param name="revision">2.1.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--    <param name="changesgenerate">enable</param> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
   <service name="set_version" mode="manual"/>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
   <service name="cargo_vendor" mode="manual">
-  <param name="srcdir">glycin</param>
-  <param name="update">true</param>
+    <param name="srcdir">glycin</param>
+    <param name="update">true</param>
+    <param name="compression">xz</param>
   </service>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-04-09 08:06:03.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ glycin.obsinfo ++++++
--- /var/tmp/diff_new_pack.7hI1hT/_old  2026-04-10 17:49:01.471951853 +0200
+++ /var/tmp/diff_new_pack.7hI1hT/_new  2026-04-10 17:49:01.475952017 +0200
@@ -1,5 +1,5 @@
 name: glycin
-version: 2.0.8
-mtime: 1770763299
-commit: 251228503226f5b42a517dba347d82ec844931d7
+version: 2.1.1
+mtime: 1774303839
+commit: 80463391d9e8f3f136f48e5fd6a63c0bf116e884
 

Reply via email to