Hello community,

here is the log from the commit of package DVDStyler for openSUSE:Leap:15.2 
checked in at 2020-05-13 13:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/DVDStyler (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.DVDStyler.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "DVDStyler"

Wed May 13 13:47:20 2020 rev:18 rq:804854 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/DVDStyler/DVDStyler.changes    2020-01-15 
14:44:18.885158077 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.DVDStyler.new.2738/DVDStyler.changes  
2020-05-13 13:47:23.485314927 +0200
@@ -1,0 +2,59 @@
+Wed Apr  8 08:48:03 UTC 2020 - [email protected]
+
+- Updated wxsvg version requirement
+
+-------------------------------------------------------------------
+Tue Feb 18 20:11:37 UTC 2020 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to normalize zip timestamps
+  to make package build reproducible
+
+-------------------------------------------------------------------
+Fri Feb 14 09:47:11 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Update to version 3.1.2
+  * unix: changed to use configuration file .dvdstyler/dvdstyler
+  version 3.1.1:
+  * updated some translation
+  version 3.1:
+  * added some new buttons (movie, settings, etc.)
+  * added possibility to create a new button from SVG file
+  * added possibility to edit buttons
+  * added frame-text button and template (thanks to ecodrv)
+  * fixed functionality of command "call last menu;" if
+    specified for a chapter
+  * added support of HD videos (experimental, can be activated
+    in settings)
+  * fixed some bugs
+
+- Dropped DVDStyler-fix-build-ffmpeg4.patch (merged upstream)
+
+- Dropped group tag
+
+-------------------------------------------------------------------
+Sun Apr  7 12:37:40 UTC 2019 - plater <[email protected]>
+
+- Require specific version of wxsvg that DVDStyler was built
+  against as first stage for fixing boo#1131765
+
+-------------------------------------------------------------------
+Wed Feb 13 23:20:24 UTC 2019 - [email protected]
+
+- Add DVDStyler-fix-build-ffmpeg4.patch: Fix build with ffmpeg v4.
+  Following this, no longer enforce ffmpeg3 versions of
+  pkgconfig(libav*).
+
+-------------------------------------------------------------------
+Fri May 18 20:37:17 UTC 2018 - [email protected]
+
+- Drop pkgconfig(libgnomeui-2.0) BuildRequires, using libgnomeui is
+  not mandatory.
+- Drop conditional wxWidgets-3_0-devel BuildRequires, no current
+  openSUSE release provides it.
+
+-------------------------------------------------------------------
+Fri May  4 14:03:47 UTC 2018 - [email protected]
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+-------------------------------------------------------------------

Old:
----
  DVDStyler-3.0.4.tar.bz2

New:
----
  DVDStyler-3.1.2.tar.bz2
  reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ DVDStyler.spec ++++++
--- /var/tmp/diff_new_pack.euuvTa/_old  2020-05-13 13:47:26.133320629 +0200
+++ /var/tmp/diff_new_pack.euuvTa/_new  2020-05-13 13:47:26.141320647 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package DVDStyler
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012-2014 Mariusz Fik <[email protected]>
 # Copyright (c) 2011-2012 Pascal Bleser <[email protected]>
 # Copyright (c) 2007-2011 Detlef Reichelt <[email protected]>
@@ -16,20 +16,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define wxsvgver %(pkg-config --modversion libwxsvg)
 Name:           DVDStyler
-Version:        3.0.4
+Version:        3.1.2
 Release:        0
 Summary:        GUI frontend for dvdauthor and other related tools
 License:        GPL-3.0-or-later
-Group:          Productivity/Multimedia/Video/Editors and Convertors
-Url:            https://www.dvdstyler.org
+URL:            https://www.dvdstyler.org
 Source:         
https://sourceforge.net/projects/dvdstyler/files/dvdstyler/%{version}/%{name}-%{version}.tar.bz2
 Source1:        gpl-3.0.txt
+# PATCH-FIX-UPSTREAM -- bmwiedemann 
https://sourceforge.net/p/dvdstyler/DVDStyler/merge-requests/1/
+Patch0:         reproducible.patch
 BuildRequires:  bison
 #!BuildIgnore: cdrkit-cdrtools-compat
 BuildRequires:  dvd+rw-tools
@@ -41,31 +42,26 @@
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} > 1320
-BuildRequires:  wxWidgets-devel >= 3
-%else
 BuildRequires:  wxWidgets-3_0-devel
-%endif
 BuildRequires:  xmlto
 BuildRequires:  zip
-BuildRequires:  pkgconfig(libavcodec) >= 57
-BuildRequires:  pkgconfig(libavfilter) >= 6
-BuildRequires:  pkgconfig(libavformat) >= 57
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavfilter)
+BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libgnomeui-2.0)
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(libwxsvg) >= 1.5.11
+BuildRequires:  pkgconfig(libwxsvg) >= 1.5.19
 BuildRequires:  pkgconfig(mjpegtools)
 Requires:       dvd+rw-tools
 Requires:       dvdauthor >= 0.7.1
 Requires:       dvdisaster >= 0.79.5
-Requires:       libwxsvg3 >= %{wxsvgver}
+Requires:       libwxsvg3 = %{wxsvgver}
 Requires:       mjpegtools
 Requires:       mkisofs
-Requires:       wxsvg >= %{wxsvgver}
+Requires:       wxsvg = %{wxsvgver}
 Requires:       xine-ui >= 0.99.1
 
 %description
@@ -101,7 +97,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 # do not install docs
 sed -i '/^doc_DATA/d' Makefile.in
 cp -v %{SOURCE1} .
@@ -109,7 +105,7 @@
 %build
 export FFMPEG_PATH=%{_bindir}/ffmpeg
 %configure --enable-debug
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++++++ DVDStyler-3.0.4.tar.bz2 -> DVDStyler-3.1.2.tar.bz2 ++++++
/work/SRC/openSUSE:Leap:15.2/DVDStyler/DVDStyler-3.0.4.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.DVDStyler.new.2738/DVDStyler-3.1.2.tar.bz2 
differ: char 11, line 1

++++++ reproducible.patch ++++++
https://sourceforge.net/p/dvdstyler/DVDStyler/merge-requests/1/

Date: 2019-05-14
Author: Bernhard M. Wiedemann <bwiedemann suse de>
Subject: Do not save extra file attributes in .zip

(such as ctime and atime)
to make it easier to make a reproducible build

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
     Please check that zip is in path.
 " "$LINENO" 5
 fi
+ZIP="$ZIP -X"
 
 # Extract the first word of "dvdauthor", so it can be a program name with args.
 set dummy dvdauthor; ac_word=$2

Reply via email to