Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dvdauthor for openSUSE:Factory checked in at 2025-08-21 16:57:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvdauthor (Old) and /work/SRC/openSUSE:Factory/.dvdauthor.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvdauthor" Thu Aug 21 16:57:01 2025 rev:5 rq:1300534 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dvdauthor/dvdauthor.changes 2024-02-27 22:46:24.882331699 +0100 +++ /work/SRC/openSUSE:Factory/.dvdauthor.new.29662/dvdauthor.changes 2025-08-21 16:57:03.484269315 +0200 @@ -1,0 +2,12 @@ +Wed Aug 20 12:18:34 UTC 2025 - Dave Plater <davejpla...@gmail.com> + +- Disabled i586 build and remove oblolete statements from spec + +------------------------------------------------------------------- +Wed Aug 20 09:43:39 UTC 2025 - Takashi Iwai <ti...@suse.com> + +- Fix build failures on FACTORY due to the new gettext: + gettext-fix.patch +- Clean up spec file + +------------------------------------------------------------------- New: ---- gettext-fix.patch ----------(New B)---------- New:- Fix build failures on FACTORY due to the new gettext: gettext-fix.patch - Clean up spec file ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvdauthor.spec ++++++ --- /var/tmp/diff_new_pack.aPMqUI/_old 2025-08-21 16:57:04.132296315 +0200 +++ /var/tmp/diff_new_pack.aPMqUI/_new 2025-08-21 16:57:04.132296315 +0200 @@ -1,7 +1,8 @@ # # spec file for package dvdauthor # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 @@ -22,11 +23,12 @@ Summary: Low-level DVD Authoring Tools License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors -Url: http://dvdauthor.sourceforge.net/ +URL: http://dvdauthor.sourceforge.net/ Source0: https://github.com/ldo/dvdauthor/archive/%{version}.tar.gz#/dvdauthor-%{version}.tar.gz #PATCH-FIX-UPSTREAM dvdauthor-0.7.0_glibc-2.20.patch avvi...@yandex.ru -- Fix build with glibc-2.20 Patch0: dvdauthor-0.7.0_glibc-2.20.patch Patch1: dvdauthor-0.7.2-imagemagick7.patch +Patch2: gettext-fix.patch BuildRequires: ImageMagick-devel BuildRequires: bison BuildRequires: docbook-utils @@ -48,7 +50,7 @@ BuildRequires: pkgconfig(zlib) Provides: dvdauthor07 = %{version} Obsoletes: dvdauthor07 <= %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExcludeArch: i586 %description dvdauthor is a program that will generate a DVD-Video movie from a @@ -60,12 +62,6 @@ %autosetup -p1 %build -%if 1 == 0 -%define gcc_version 7 -export CC=gcc-7 -export CPP=cpp-7 -export CXX=g++-7 -%endif ./bootstrap # export MAGICK_CFLAGS=`ImageMagick-config --cppflags` # export CFLAGS="%{optflags} $MAGICK_CFLAGS" @@ -78,7 +74,8 @@ %files %defattr(-,root,root) -%doc COPYING README TODO AUTHORS ChangeLog +%doc README TODO AUTHORS ChangeLog +%license COPYING %{_bindir}/* %{_mandir}/man*/* %dir %{_datadir}/dvdauthor ++++++ gettext-fix.patch ++++++ --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/bootstrap +++ b/bootstrap @@ -16,5 +16,5 @@ #- mkdir autotools cp /usr/share/gettext/config.rpath autotools/ -autoreconf -i +autoreconf -i -I /usr/share/gettext/m4