Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2024-06-11 18:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp (Old)
 and      /work/SRC/openSUSE:Factory/.gimp.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gimp"

Tue Jun 11 18:27:20 2024 rev:143 rq:1179690 version:2.10.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/gimp/gimp.changes        2024-05-07 
18:02:24.208324644 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new.19518/gimp.changes     2024-06-11 
18:27:38.377247630 +0200
@@ -1,0 +2,5 @@
+Tue May 21 08:45:44 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Add fix-gcc14-build.patch (fix bsc#1223892)
+
+-------------------------------------------------------------------

New:
----
  fix-gcc14-build.patch

BETA DEBUG BEGIN:
  New:
- Add fix-gcc14-build.patch (fix bsc#1223892)
BETA DEBUG END:

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

Other differences:
------------------
++++++ gimp.spec ++++++
--- /var/tmp/diff_new_pack.oP2kFB/_old  2024-06-11 18:27:39.593292008 +0200
+++ /var/tmp/diff_new_pack.oP2kFB/_new  2024-06-11 18:27:39.597292154 +0200
@@ -42,6 +42,8 @@
 Source1:        macros.gimp
 # openSUSE palette file
 Source2:        openSUSE.gpl
+# PATCH-FIX-UPSTREAM fix-gcc14-build.patch bsc#1223892
+Patch0:         fix-gcc14-build.patch
 
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel >= 1.0.0
@@ -207,8 +209,7 @@
 %lang_package
 
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8

++++++ fix-gcc14-build.patch ++++++
diff -ru orig/plug-ins/file-tiff/file-tiff-load.c 
mod/plug-ins/file-tiff/file-tiff-load.c
--- orig/plug-ins/file-tiff/file-tiff-load.c    2024-05-03 02:33:35.000000000 
+0200
+++ mod/plug-ins/file-tiff/file-tiff-load.c     2024-05-21 13:18:49.443359344 
+0200
@@ -1301,8 +1301,8 @@
 
       /* any resolution info in the file? */
       {
-        gfloat   xres = 72.0;
-        gfloat   yres = 72.0;
+        gdouble   xres = 72.0;
+        gdouble   yres = 72.0;
         gushort  read_unit;
         GimpUnit unit = GIMP_UNIT_PIXEL; /* invalid unit */
 
diff -ru orig/plug-ins/metadata/metadata-editor.c 
mod/plug-ins/metadata/metadata-editor.c
--- orig/plug-ins/metadata/metadata-editor.c    2024-05-03 02:33:35.000000000 
+0200
+++ mod/plug-ins/metadata/metadata-editor.c     2024-05-21 13:20:13.900525624 
+0200
@@ -2140,7 +2140,7 @@
                             }
                           else
                             {
-                              if (! g_strv_contains (values, 
equiv_values[evi]))
+                              if (! g_strv_contains ((const gchar * 
const*)values, equiv_values[evi]))
                                 {
                                   gchar *tmpvalue;
 

Reply via email to