Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package DVDStyler for openSUSE:Factory checked in at 2022-08-02 22:08:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/DVDStyler (Old) and /work/SRC/openSUSE:Factory/.DVDStyler.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "DVDStyler" Tue Aug 2 22:08:46 2022 rev:11 rq:991979 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/DVDStyler/DVDStyler.changes 2020-04-08 19:56:58.461136135 +0200 +++ /work/SRC/openSUSE:Factory/.DVDStyler.new.1533/DVDStyler.changes 2022-08-02 22:09:19.481795452 +0200 @@ -1,0 +2,21 @@ +Mon Aug 1 09:13:00 UTC 2022 - Dave Plater <davejpla...@gmail.com> + +- Update to 3.2.1 and build with wxGTK3-3_2-devel. +- Fix build with patch from upstream - fix.patch +- Upstream changes: + * added support of font attribute 'underline' and "line-through" + * video properties: added possiblity to add video filters before + pad/scale filters + * some improvements of PCM support (experemental) + * added initial support of transparent highlighted colors + * disabled format selection for mjpeg streams (preview images) + * disabled "Copy" option for MP3 and PCM (because PCM need to be + repacked to big endian) + * ignore mjpeg streams (preview images) + * fixed creation of dvd with more than 100 hours + * fixed generation of DVD if some video streams are omitted + * fixed setting shadow if multiple objects are selected + * fixed slow loading of project files + * added some new buttons (thanks to ecodrv) + +------------------------------------------------------------------- Old: ---- DVDStyler-3.1.2.tar.bz2 New: ---- DVDStyler-3.2.1.tar.bz2 fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ DVDStyler.spec ++++++ --- /var/tmp/diff_new_pack.zFBL0G/_old 2022-08-02 22:09:19.933796755 +0200 +++ /var/tmp/diff_new_pack.zFBL0G/_new 2022-08-02 22:09:19.933796755 +0200 @@ -1,7 +1,7 @@ # # spec file for package DVDStyler # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012-2014 Mariusz Fik <fi...@opensuse.org> # Copyright (c) 2011-2012 Pascal Bleser <pascal.ble...@opensuse.org> # Copyright (c) 2007-2011 Detlef Reichelt <det...@links2linux.de> @@ -22,7 +22,7 @@ %define wxsvgver %(pkg-config --modversion libwxsvg) Name: DVDStyler -Version: 3.1.2 +Version: 3.2.1 Release: 0 Summary: GUI frontend for dvdauthor and other related tools License: GPL-3.0-or-later @@ -31,18 +31,21 @@ Source1: gpl-3.0.txt # PATCH-FIX-UPSTREAM -- bmwiedemann https://sourceforge.net/p/dvdstyler/DVDStyler/merge-requests/1/ Patch0: reproducible.patch +# PATCH-FIX-UPSTREAM -- https://sourceforge.net/p/dvdstyler/discussion/318795/thread/b40e1d871f/993d/attachment/fix.patch +Patch1: fix.patch BuildRequires: bison -#!BuildIgnore: cdrkit-cdrtools-compat +#!BuildIgnore: wxWidgets-3_2-devel BuildRequires: dvd+rw-tools BuildRequires: dvdauthor BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc-c++ +#BuildRequires: mc BuildRequires: mkisofs >= 2.01 BuildRequires: pkgconfig BuildRequires: unzip BuildRequires: update-desktop-files -BuildRequires: wxWidgets-3_0-devel +BuildRequires: wxGTK3-3_2-devel BuildRequires: xmlto BuildRequires: zip BuildRequires: pkgconfig(libavcodec) @@ -118,6 +121,7 @@ %license COPYING gpl-3.0.txt %{_bindir}/dvdstyler %{_datadir}/applications/dvdstyler.desktop +%{_datadir}/metainfo/dvdstyler.appdata.xml %{_datadir}/dvdstyler %{_datadir}/pixmaps/dvdstyler.png %{_mandir}/man1/dvdstyler.1%{ext_man} ++++++ DVDStyler-3.1.2.tar.bz2 -> DVDStyler-3.2.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/DVDStyler/DVDStyler-3.1.2.tar.bz2 /work/SRC/openSUSE:Factory/.DVDStyler.new.1533/DVDStyler-3.2.1.tar.bz2 differ: char 11, line 1 ++++++ fix.patch ++++++ Index: b/wxVillaLib/PropDlg.cpp =================================================================== --- a/wxVillaLib/PropDlg.cpp 2021-11-07 10:42:36.000000000 +0200 +++ b/wxVillaLib/PropDlg.cpp 2022-08-01 09:06:10.548828062 +0200 @@ -12,7 +12,6 @@ #include "utils.h" #include <wx/fontdlg.h> #include <wx/colordlg.h> -#include <wx/generic/colrdlgg.h> #include <wx/filedlg.h> #include <wx/dirdlg.h> #include <wx/grid.h> ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.zFBL0G/_old 2022-08-02 22:09:20.009796975 +0200 +++ /var/tmp/diff_new_pack.zFBL0G/_new 2022-08-02 22:09:20.013796986 +0200 @@ -9,11 +9,11 @@ See https://reproducible-builds.org/ for why this is good. -diff --git a/configure b/configure -index 55d9352..8d02c0f 100755 ---- a/configure -+++ b/configure -@@ -7869,6 +7869,7 @@ if test "x$ZIP" = x; then +Index: b/configure +=================================================================== +--- a/configure 2021-11-07 10:42:48.000000000 +0200 ++++ b/configure 2022-08-01 09:04:17.302338454 +0200 +@@ -7882,6 +7882,7 @@ if test "x$ZIP" = x; then Please check that zip is in path. " "$LINENO" 5 fi