Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autoconf for openSUSE:Factory 
checked in at 2026-03-27 16:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoconf (Old)
 and      /work/SRC/openSUSE:Factory/.autoconf.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoconf"

Fri Mar 27 16:48:17 2026 rev:43 rq:1341985 version:2.73

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoconf/autoconf.changes        2024-05-03 
19:44:29.692731644 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new.8177/autoconf.changes      
2026-03-27 16:48:19.408458159 +0100
@@ -1,0 +2,43 @@
+Mon Mar 23 07:59:50 UTC 2026 - Valentin Lefebvre <[email protected]>
+
+- Update to version 2.73
+  * autoreconf has a new option to exclude certain steps
+  * AC_PROG_GO and AC_PROG_A68 now honor GOFLAGS and A68FLAGS set by the user
+  * AC_C_FLEXIBLE_ARRAY_MEMBER and AC_PROG_LEX handle Solaris 10 better
+  * autoheader takes more care not to overwrite hand-written config.h.in
+  * AC_OUTPUT issues an error if called with more than three arguments
+- Rebase patch:
+  * autoreconf-ltdl.diff
+
+-------------------------------------------------------------------
+Thu Feb 12 16:38:41 UTC 2026 - Valentin Lefebvre <[email protected]>
+
+- Update to version 2.72.90
+  * AC_PROG_CC now prefers C23 if available.
+  * AC_PROG_CC no longer checks __STDC__ or variable length arrays (VLAs).
+  * AC_PROG_CXX no longer attempts to switch to C++98 or C++11.
+  * Programs now recognize #elifdef and #elifndef.
+  * Support for the Algol 68 programming language has been added.
+  * AC_PROG_AWK now also checks for busybox awk.
+  * AC_USE_SYSTEM_EXTENSIONS now defines _COSMO_SOURCE for Cosmopolitan Libc.
+  * AC_CHECK_DECL and AC_CHECK_DECLS will, on macOS, now report "no" for
+    functions that are declared as existing in future macOS versions only.
+  * AC_DEFINE_UNQUOTED no longer mishandles double-quotes inside $(...)
+    and ${...}.
+  * AC_DEFINE and similar macros no longer emit trailing whitespace.
+    This pacifies the -Wtrailing-whitespace introduced in GCC 15.
+  * AC_FUNC_STRNLEN now detects Android 5.0's broken strnlen.
+  * AC_PROG_OBJC now finds the GNU Objective-C compiler, as packaged in
+    EPEL 9, by default, without the user having to set the OBJC variable.
+  * Autoconf no longer generates ${1+"$@"} in scripts, working around
+    a bug in AIX 7.2 ksh93.
+  * config.status now fails with a diagnostic if awk is missing,
+    rather than misbehaving.
+  * autoreconf handles projects using GNU Gettext and/or gtk-doc better.
+  * autoconf no longer installs a file named "version.m4".
+- Drop upstream patch
+  * Port-AC_SYS_LARGEFILE-to-C.patch
+- Rebase patch:
+  * autoreconf-ltdl.diff
+
+-------------------------------------------------------------------

Old:
----
  Port-AC_SYS_LARGEFILE-to-C.patch
  autoconf-2.72.tar.xz
  autoconf-2.72.tar.xz.sig

New:
----
  autoconf-2.73.tar.xz
  autoconf-2.73.tar.xz.sig

----------(Old B)----------
  Old:- Drop upstream patch
  * Port-AC_SYS_LARGEFILE-to-C.patch
- Rebase patch:
----------(Old E)----------

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

Other differences:
------------------
++++++ autoconf.spec ++++++
--- /var/tmp/diff_new_pack.xSUJn1/_old  2026-03-27 16:48:20.544505479 +0100
+++ /var/tmp/diff_new_pack.xSUJn1/_new  2026-03-27 16:48:20.548505647 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf
 #
-# Copyright (c) 2024 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,7 +26,7 @@
 %endif
 
 Name:           autoconf%{?psuffix}
-Version:        2.72
+Version:        2.73
 Release:        0
 Summary:        A GNU Tool for Automatically Configuring Source Code
 License:        GPL-3.0-or-later
@@ -35,8 +35,6 @@
 Source1:        https://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz.sig
 Source9:        autoconf.keyring
 Patch0:         autoreconf-ltdl.diff
-# PATCH-FIX-UPSTREAM: Fix problem https://savannah.gnu.org/support/?110983
-Patch1:         Port-AC_SYS_LARGEFILE-to-C.patch
 BuildRequires:  help2man
 BuildRequires:  m4 >= 1.4.16
 BuildArch:      noarch

++++++ autoconf-2.72.tar.xz -> autoconf-2.73.tar.xz ++++++
++++ 43404 lines of diff (skipped)


++++++ autoreconf-ltdl.diff ++++++
--- /var/tmp/diff_new_pack.xSUJn1/_old  2026-03-27 16:48:20.968523141 +0100
+++ /var/tmp/diff_new_pack.xSUJn1/_new  2026-03-27 16:48:20.972523309 +0100
@@ -1,22 +1,23 @@
-diff -Pdpru autoconf-2.72/bin/autoreconf.in autoconf-2.72-new/bin/autoreconf.in
---- autoconf-2.72/bin/autoreconf.in    2023-12-19 22:13:19.000000000 +0100
-+++ autoconf-2.72-new/bin/autoreconf.in        2024-02-19 11:01:32.513106786 
+0100
-@@ -595,6 +595,8 @@ sub autoreconf_current_directory ($)
-                'AC_CONFIG_AUX_DIR',
-                'AC_CONFIG_HEADERS',
+Index: autoconf-2.73/bin/autoreconf.in
+===================================================================
+--- autoconf-2.73.orig/bin/autoreconf.in
++++ autoconf-2.73/bin/autoreconf.in
+@@ -752,6 +752,8 @@ sub autoreconf_current_directory ($)
                 'AC_CONFIG_SUBDIRS',
+                'AC_CONFIG_MACRO_DIR_TRACE',
+                'AC_CONFIG_MACRO_DIR',
 +               'AC_LIBLTDL_CONVENIENCE',
 +               'AC_LIBLTDL_INSTALLABLE',
                 'AC_INIT',
                 'AC_REQUIRE_AUX_FILE',
                 'AC_PROG_LIBTOOL',
-@@ -620,6 +622,8 @@ sub autoreconf_current_directory ($)
+@@ -798,6 +800,8 @@ sub autoreconf_current_directory ($)
                                         || $macro eq "AM_PROG_LIBTOOL"
                                         || $macro eq "LT_INIT";
        $uses_libltdl = 1             if $macro eq "LT_CONFIG_LTDL_DIR";
 +      $uses_libltdl = 1             if $macro eq "AC_LIBLTDL_CONVENIENCE";
 +      $uses_libltdl = 1             if $macro eq "AC_LIBLTDL_INSTALLABLE";
-       $uses_autoheader = 1          if $macro eq "AC_CONFIG_HEADERS";
        $uses_automake = 1            if $macro eq "AM_INIT_AUTOMAKE";
        $uses_intltool = 1            if $macro eq "IT_PROG_INTLTOOL";
+       $uses_gtkdoc = 1              if $macro eq "GTK_DOC_CHECK";
 

Reply via email to