Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2026-09-16 17:40:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2"

Wed Sep 16 17:40:24 2026 rev:195 rq:1378156 version:2.24.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes        2025-09-24 
15:21:51.090208785 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new.383539/gtk2.changes    2026-09-16 
17:40:26.491283703 +0200
@@ -1,0 +2,5 @@
+Mon Sep 14 07:12:35 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Rebase automake-1.17.patch to allow usage of automake-1.19.x.
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ _scmsync.obsinfo ++++++
mtime: 1789375257
commit: 91862db7189f3b6fef1f0411e3569d7383a8fc11a64fd07275d05a3cf7e84e60
url: https://src.opensuse.org/GNOME/gtk2
revision: 91862db7189f3b6fef1f0411e3569d7383a8fc11a64fd07275d05a3cf7e84e60
trackingbranch: factory
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ automake-1.17.patch ++++++
--- /var/tmp/diff_new_pack.2zzj6K/_old  2026-09-16 17:40:27.763336854 +0200
+++ /var/tmp/diff_new_pack.2zzj6K/_new  2026-09-16 17:40:27.768337063 +0200
@@ -11,12 +11,15 @@
                have_libtool=true
                ;;
        esac
-@@ -48,7 +48,13 @@ fi
+@@ -48,7 +48,16 @@ fi
        DIE=1
  }
  
 -if automake-1.16 --version < /dev/null > /dev/null 2>&1 ; then
-+if automake-1.18 --version < /dev/null > /dev/null 2>&1 ; then
++if automake-1.19 --version < /dev/null > /dev/null 2>&1 ; then
++    AUTOMAKE=automake-1.19
++    ACLOCAL=aclocal-1.19
++else if automake-1.18 --version < /dev/null > /dev/null 2>&1 ; then
 +    AUTOMAKE=automake-1.18
 +    ACLOCAL=aclocal-1.18
 +else if automake-1.17 --version < /dev/null > /dev/null 2>&1 ; then
@@ -26,12 +29,12 @@
      AUTOMAKE=automake-1.16
      ACLOCAL=aclocal-1.16
  else if automake-1.15 --version < /dev/null > /dev/null 2>&1 ; then
-@@ -75,13 +81,15 @@ else if automake-1.7 --version < /dev/nu
+@@ -75,13 +84,16 @@ else if automake-1.7 --version < /dev/nu
  else
        echo
        echo "You must have automake 1.7.x, 1,10.x, 1.11.x, 1.12.x, 1.13.x, 
1.14.x,"
 -      echo "1.15.x or 1.16.x installed to compile $PROJECT."
-+      echo "1.15.x, 1.16.x, 1.17.x or 1.18.x installed to compile $PROJECT."
++      echo "1.15.x, 1.16.x, 1.17.x, 1.18.x or 1.19.x installed to compile 
$PROJECT."
        echo "Install the appropriate package for your distribution,"
        echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
        DIE=1
@@ -40,6 +43,7 @@
  fi
 +fi
 +fi
++fi
  fi
  fi
  fi

++++++ 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-09-14 10:40:57.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

Reply via email to