Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dvdauthor for openSUSE:Factory checked in at 2026-02-17 18:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvdauthor (Old) and /work/SRC/openSUSE:Factory/.dvdauthor.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvdauthor" Tue Feb 17 18:44:41 2026 rev:7 rq:1333603 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dvdauthor/dvdauthor.changes 2025-10-17 19:02:49.547014380 +0200 +++ /work/SRC/openSUSE:Factory/.dvdauthor.new.1977/dvdauthor.changes 2026-02-17 18:45:55.180397057 +0100 @@ -1,0 +2,7 @@ +Tue Feb 17 15:07:54 UTC 2026 - Takashi Iwai <[email protected]> + +- Pass -f to autoreconf to work around the build breakage with + autoconf-2.73: + dvdauthor-bootstrap-workaround-for-autoconf-2.73.patch + +------------------------------------------------------------------- New: ---- dvdauthor-bootstrap-workaround-for-autoconf-2.73.patch ----------(New B)---------- New: autoconf-2.73: dvdauthor-bootstrap-workaround-for-autoconf-2.73.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvdauthor.spec ++++++ --- /var/tmp/diff_new_pack.X7EqH4/_old 2026-02-17 18:45:56.096435298 +0100 +++ /var/tmp/diff_new_pack.X7EqH4/_new 2026-02-17 18:45:56.104435632 +0100 @@ -1,7 +1,7 @@ # # spec file for package dvdauthor # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -27,6 +27,7 @@ #PATCH-FIX-UPSTREAM dvdauthor-0.7.0_glibc-2.20.patch [email protected] -- Fix build with glibc-2.20 Patch0: dvdauthor-0.7.0_glibc-2.20.patch Patch1: dvdauthor-0.7.2-imagemagick7.patch + # Patches from upstream's git: Patch3: 0001-change-to-interim-version-number.patch Patch4: 0002-fix-to-build-with-GraphicsMagick.patch @@ -42,6 +43,8 @@ Patch14: 0012-Fix-another-build-warning.patch Patch15: gettext-fix.patch +Patch20: dvdauthor-bootstrap-workaround-for-autoconf-2.73.patch + BuildRequires: ImageMagick-devel BuildRequires: bison BuildRequires: docbook-utils ++++++ dvdauthor-bootstrap-workaround-for-autoconf-2.73.patch ++++++ --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/bootstrap +++ b/bootstrap @@ -16,5 +16,5 @@ #- mkdir autotools m4 cp /usr/share/gettext/config.rpath autotools/ -autoreconf -i -I /usr/share/gettext/m4 +autoreconf -f -i -I /usr/share/gettext/m4
