Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory checked in at 2024-05-16 17:17:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old) and /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxWidgets-3_0" Thu May 16 17:17:22 2024 rev:32 rq:1174574 version:3.0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0.changes 2023-05-24 20:23:22.816543679 +0200 +++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new.1880/wxWidgets-3_0.changes 2024-05-16 17:19:41.757752928 +0200 @@ -1,0 +2,5 @@ +Thu May 16 13:18:54 UTC 2024 - Antonio Teixeira <[email protected]> + +- Add autoconf-2_72.diff + +------------------------------------------------------------------- New: ---- autoconf-2_72.diff BETA DEBUG BEGIN: New: - Add autoconf-2_72.diff BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxWidgets-3_0-nostl.spec ++++++ --- /var/tmp/diff_new_pack.e9KStd/_old 2024-05-16 17:19:42.345774240 +0200 +++ /var/tmp/diff_new_pack.e9KStd/_new 2024-05-16 17:19:42.345774240 +0200 @@ -1,7 +1,7 @@ # # spec file for package wxWidgets-3_0-nostl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,10 +45,11 @@ # identify and backport wxPython fixes to wxWidgets. Source6: wxpython-mkdiff.sh Source50: baselibs.conf -Patch1: soversion.diff -Patch17: relax-abi.diff -Patch19: 0002-spinctrl.patch -Patch20: 0001-18034-stick-with-compile-settings-detected-at-config.patch +Patch0: soversion.diff +Patch1: relax-abi.diff +Patch2: 0002-spinctrl.patch +Patch3: 0001-18034-stick-with-compile-settings-detected-at-config.patch +Patch4: autoconf-2_72.diff BuildRequires: autoconf BuildRequires: cppunit-devel @@ -242,11 +243,7 @@ %prep echo "=== RPM build flags: WX_DEBUG=0%{?WX_DEBUG}" -%setup -q -n %tarball_name-%version -%patch -P 1 -p1 -%patch -P 17 -p1 -%patch -P 19 -p1 -%patch -P 20 -p1 +%autosetup -n %tarball_name-%version -p1 cp %{S:2} . %build wxWidgets-3_0.spec: same change ++++++ autoconf-2_72.diff ++++++ From: Jan Engelhardt <[email protected]> Date: 2023-12-26 15:16:01.213214373 +0100 wxWidgets stupidly uses $EGREP near the end of configure.in without ever setting it. --- configure.in | 1 + 1 file changed, 1 insertion(+) Index: b/configure.in =================================================================== --- a/configure.in +++ b/configure.in @@ -8486,6 +8486,7 @@ dnl MAKE_SET will be replaced with "MAKE dnl itself (this macro is required if SUBDIRS variable is used in Makefile.am dnl - and we do use it) AC_PROG_MAKE_SET +AC_PROG_EGREP AC_CONFIG_HEADERS([lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in])
