Script 'mail_helper' called by obssrc
Hello community,

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

Package is "automake"

Wed Sep 16 17:40:17 2026 rev:63 rq:1377341 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/automake/automake.changes        2025-07-03 
12:07:16.673813025 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new.383539/automake.changes    
2026-09-16 17:40:19.446989366 +0200
@@ -1,0 +2,34 @@
+Thu Sep 10 09:46:06 UTC 2026 - Valentin Lefebvre <[email protected]>
+
+- Update to 1.19
+  * New features added
+    - New autoconf macro AM_OPTIONAL_AUTOMAKE.
+  * Bugs fixed
+    - Recognize COPYINGv2, COPYINGv3, COPYING.LESSERv2 and COPYING.LESSERv3
+      as license files;
+    - `make dist' no longer propagates its internal distribution-directory
+      cleanup override to recursive makes run while constructing distdir.
+    - `make dist-bzip2 dist-xz' now succeeds.  They share the intermediate
+      uncompressed tarball as a result of another fix.
+    - Non-zero exit codes of compressors for the dist tarballs no longer abort
+      the job in a state where the empty files are left behind.
+    - Busybox tar no longer assumed to be GNU tar just because it
+      supports --version.
+    - `make dist' now fails when tar fails, instead of exiting
+      successfully with a truncated archive.
+    - The filename-length-max=N option no longer rejects file names of
+      exactly N characters.
+    - The manual no longer presents 99 characters as the portable limit
+      for file names in any archive format.
+    - A file that is not currently present is still a part of the distribution
+      if a `Makefile.am' rule can build it.
+    - The `check-DEJAGNU' recipe now honors silent rules (in the non-V=1
+      scenario).
+    - Objective C and Objective C++ sources built with Libtool are now
+      compiled and linked with `--tag=OBJC' and `--tag=OBJCXX', when the
+      installed Libtool announces support for those tags (Libtool 2.6.0
+      and newer).
+- Adapt patch automake-suse-vendor.patch
+- Update the keyring with gnu upstream
+
+-------------------------------------------------------------------

Old:
----
  automake-1.18.1.tar.xz
  automake-1.18.1.tar.xz.sig

New:
----
  automake-1.19.tar.xz
  automake-1.19.tar.xz.sig

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

Other differences:
------------------
++++++ automake.spec ++++++
--- /var/tmp/diff_new_pack.7SlVrx/_old  2026-09-16 17:40:21.472073981 +0200
+++ /var/tmp/diff_new_pack.7SlVrx/_new  2026-09-16 17:40:21.474074065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package automake
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +26,16 @@
 %define nsuffix %{nil}
 %endif
 Name:           automake%{nsuffix}
-Version:        1.18.1
+Version:        1.19
 Release:        0
 Summary:        A Program for Automatically Generating GNU-Style Makefile.in 
Files
 # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
-License:        GFDL-1.3-or-later AND GPL-2.0-or-later AND SUSE-Public-Domain 
AND MIT
+License:        GFDL-1.3-or-later AND GPL-2.0-or-later AND 
LicenseRef-SUSE-Public-Domain AND MIT
 Group:          Development/Tools/Building
 URL:            https://www.gnu.org/software/automake
 Source0:        https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
 Source1:        https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz.sig
-# taken from 
https://savannah.gnu.org/project/release-gpgkeys.php?group=automake&download=1
+# https://ftp.gnu.org/gnu/gnu-keyring.gpg
 Source2:        automake.keyring
 Source3:        automake-rpmlintrc
 Patch100:       automake-suse-vendor.patch

++++++ automake-1.18.1.tar.xz -> automake-1.19.tar.xz ++++++
++++ 36605 lines of diff (skipped)

++++++ automake-suse-vendor.patch ++++++
--- /var/tmp/diff_new_pack.7SlVrx/_old  2026-09-16 17:40:22.309108956 +0200
+++ /var/tmp/diff_new_pack.7SlVrx/_new  2026-09-16 17:40:22.314109165 +0200
@@ -299,7 +299,7 @@
        ;;
      mips:Linux:*:* | mips64:Linux:*:*)
        set_cc_for_build
-@@ -1135,57 +1146,57 @@ EOF
+@@ -1135,61 +1146,61 @@ EOF
        test "x$CPU" != x && { echo 
"$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
        ;;
      mips64el:Linux:*:*)
@@ -368,12 +368,17 @@
 -      GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
 +      GUESS=$UNAME_MACHINE-${VENDOR}-linux-$LIBC
        ;;
+     sw_64:Linux:*:*)
+-      GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
++      GUESS=$UNAME_MACHINE-${VENDOR}-linux-$LIBC
+       ;;
      tile*:Linux:*:*)
 -      GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
 +      GUESS=$UNAME_MACHINE-${VENDOR}-linux-$LIBC
        ;;
      vax:Linux:*:*)
        GUESS=$UNAME_MACHINE-dec-linux-$LIBC
+       ;;
 @@ -1215,7 +1226,7 @@ EOF
        GUESS=$CPU-pc-linux-$LIBCABI
        ;;
@@ -501,7 +506,7 @@
        ;;
      *:*VMS:*:*)
        UNAME_MACHINE=`(uname -p) 2>/dev/null`
-@@ -1584,19 +1595,19 @@ EOF
+@@ -1584,22 +1595,22 @@ EOF
        GUESS=$UNAME_MACHINE-pc-fiwix
        ;;
      *:AROS:*:*)
@@ -520,9 +525,12 @@
 -      GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
 +      GUESS=$UNAME_MACHINE-${VENDOR}-unleashed$UNAME_RELEASE
        ;;
-     *:Ironclad:*:*)
--      GUESS=$UNAME_MACHINE-unknown-ironclad
-+      GUESS=$UNAME_MACHINE-${VENDOR}-ironclad
+     x86_64:[Ii]ronclad:*:*|i?86:[Ii]ronclad:*:*)
+       GUESS=$UNAME_MACHINE-pc-ironclad-$LIBC
+       ;;
+     *:[Ii]ronclad:*:*)
+-      GUESS=$UNAME_MACHINE-unknown-ironclad-$LIBC
++      GUESS=$UNAME_MACHINE-${VENDOR}-ironclad-$LIBC
        ;;
  esac
  

++++++ automake.keyring ++++++
Binary files /var/tmp/diff_new_pack.7SlVrx/_old and 
/var/tmp/diff_new_pack.7SlVrx/_new differ

Reply via email to