Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dvdisaster for openSUSE:Factory checked in at 2024-11-11 13:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dvdisaster (Old) and /work/SRC/openSUSE:Factory/.dvdisaster.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dvdisaster" Mon Nov 11 13:46:52 2024 rev:6 rq:1223305 version:0.79.10 Changes: -------- --- /work/SRC/openSUSE:Factory/dvdisaster/dvdisaster.changes 2023-06-25 21:42:46.521233525 +0200 +++ /work/SRC/openSUSE:Factory/.dvdisaster.new.2017/dvdisaster.changes 2024-11-11 13:47:26.453128021 +0100 @@ -1,0 +2,5 @@ +Mon Nov 11 08:44:51 UTC 2024 - Dave Plater <[email protected]> + +- Fix build with patch: dvdisaster-addstdio.patch + +------------------------------------------------------------------- New: ---- dvdisaster-addstdio.patch BETA DEBUG BEGIN: New: - Fix build with patch: dvdisaster-addstdio.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dvdisaster.spec ++++++ --- /var/tmp/diff_new_pack.89g6di/_old 2024-11-11 13:47:28.137198552 +0100 +++ /var/tmp/diff_new_pack.89g6di/_new 2024-11-11 13:47:28.157199390 +0100 @@ -1,7 +1,7 @@ # # spec file for package dvdisaster # -# 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 @@ -28,6 +28,7 @@ Source1: https://dvdisaster.jcea.es/downloads/%{name}-%{version}.tar.bz2.gpg # PATCH-FIX-OPENSUSE correct desktop catagories. Patch0: dvdisaster-desktop-cat.patch +Patch1: dvdisaster-addstdio.patch BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gettext @@ -103,7 +104,7 @@ %{_bindir}/%{name} # NOTE: adding COPYING to the doc directory as well as license #is not a mistake it's for the license display in the help menu -%doc README CHANGELOG CREDITS.de CREDITS.en TODO COPYING +%doc README CHANGELOG CREDITS.de CREDITS.en TODO %license COPYING %{_mandir}/de/man1/%{name}.1%{ext_man} %{_mandir}/man1/%{name}.1%{ext_man} ++++++ dvdisaster-addstdio.patch ++++++ Author: [email protected] Date: Mon 11 Nov 2024 10:41:55 SAST Reason: The test compile code snippet needs to include stdio.h since an update.Index: b/scripts/bash-based-configure =================================================================== --- a/scripts/bash-based-configure 2021-09-24 11:13:23.000000000 +0200 +++ b/scripts/bash-based-configure 2024-11-11 06:44:58.439061539 +0200 @@ -1364,6 +1364,7 @@ EOF cat >conftest.c <<EOF #include <glib.h> +#include <stdio.h> int main(int argc, char *argv[]) { g_malloc(1024);
