Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2025-10-01 18:55:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gthumb (Old)
 and      /work/SRC/openSUSE:Factory/.gthumb.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gthumb"

Wed Oct  1 18:55:49 2025 rev:125 rq:1308206 version:3.12.8+1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes    2025-09-24 
15:24:09.932056529 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new.11973/gthumb.changes 2025-10-01 
18:56:18.000754118 +0200
@@ -1,0 +2,6 @@
+Tue Sep 30 12:30:49 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.12.8+1:
+  + Use TRUE instead of true
+
+-------------------------------------------------------------------

Old:
----
  gthumb-3.12.8.obscpio

New:
----
  gthumb-3.12.8+1.obscpio

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

Other differences:
------------------
++++++ gthumb.spec ++++++
--- /var/tmp/diff_new_pack.a3CqPX/_old  2025-10-01 18:56:19.052798174 +0200
+++ /var/tmp/diff_new_pack.a3CqPX/_new  2025-10-01 18:56:19.056798341 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gthumb
-Version:        3.12.8
+Version:        3.12.8+1
 Release:        0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:        An Image Viewer and Browser for GNOME

++++++ _service ++++++
--- /var/tmp/diff_new_pack.a3CqPX/_old  2025-10-01 18:56:19.088799681 +0200
+++ /var/tmp/diff_new_pack.a3CqPX/_new  2025-10-01 18:56:19.092799849 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/gthumb.git</param>
-    <param name="revision">3.12.8</param>
+    <param name="revision">816883e1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gthumb-3.12.8.obscpio -> gthumb-3.12.8+1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gthumb-3.12.8/extensions/image_rotation/rotation-utils.c 
new/gthumb-3.12.8+1/extensions/image_rotation/rotation-utils.c
--- old/gthumb-3.12.8/extensions/image_rotation/rotation-utils.c        
2025-09-16 09:18:36.000000000 +0200
+++ new/gthumb-3.12.8+1/extensions/image_rotation/rotation-utils.c      
2025-09-18 16:16:46.000000000 +0200
@@ -226,7 +226,7 @@
        else {
                // No changes
                g_free (buffer);
-               g_task_return_boolean (task, true);
+               g_task_return_boolean (task, TRUE);
                return;
        }
 
@@ -244,7 +244,7 @@
                g_task_return_error (task, error);
        }
        else {
-               g_task_return_boolean (task, true);
+               g_task_return_boolean (task, TRUE);
        }
 }
 

++++++ gthumb.obsinfo ++++++
--- /var/tmp/diff_new_pack.a3CqPX/_old  2025-10-01 18:56:20.804871545 +0200
+++ /var/tmp/diff_new_pack.a3CqPX/_new  2025-10-01 18:56:20.812871880 +0200
@@ -1,5 +1,5 @@
 name: gthumb
-version: 3.12.8
-mtime: 1758007116
-commit: 2114132f66a4965d038c8387011a20b647cd4809
+version: 3.12.8+1
+mtime: 1758205006
+commit: 816883e1d74c4d3f7b379205876a54d45accace9
 

Reply via email to