Hello community,

here is the log from the commit of package zynaddsubfx for openSUSE:Factory 
checked in at 2017-04-20 20:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zynaddsubfx (Old)
 and      /work/SRC/openSUSE:Factory/.zynaddsubfx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zynaddsubfx"

Thu Apr 20 20:57:09 2017 rev:6 rq:488093 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zynaddsubfx/zynaddsubfx.changes  2017-01-24 
10:41:07.248635849 +0100
+++ /work/SRC/openSUSE:Factory/.zynaddsubfx.new/zynaddsubfx.changes     
2017-04-20 20:57:12.902808260 +0200
@@ -2 +2,26 @@
-Thu Jan 19 11:45:47 UTC 2017 - edog...@aon.at
+Sat Apr 15 11:45:46 UTC 2017 - davejpla...@gmail.com
+
+- Update to 3.0.1
+- Added zynaddsubfx-nodatetime.patch to remove __DATE__ & __TIME__
+- Upstream changes:
+  * Fix bank screen with Zyn-Fusion
+  * Fix crash on startup with GL 2.1 to 3.1
+  * Fix UI Disconnection Bug
+  * Add resizing to LV2 Zyn-Fusion
+  * Fixes problems receiving MIDI over ALSA
+  * Fixes crash when editing instrument description in Zyn-Fusion
+  * Fixes crash when visualizing instruments in Zyn-Fusion
+  * Add support for zest toolkit via Zyn-Fusion
+  * Add watchpoints to env/LFO
+  * Add Bank searching capabilities
+  * Add Windows Midi Support
+  * Add --midi-learn option for loading .xlz files
+  * Add bank cache file
+  * Add DC modulator type
+  * Augment Existing 2.5.x OSC API metadata
+  * Fix Envelope behavior on pre 2.4.4 patches
+  * Fix ALSA hanging after suspend to ram
+  * Fix Jack-Multi Crash
+  * Fix FreeBSD compilation
+  * Fix Windows compilation (via mingw64)
+  * Fix unapplied microtonal settings on startup
@@ -4 +29,2 @@
-- Correct and improved copypasted summary texts of the three plugin subpackages
+-------------------------------------------------------------------
+Thu Jan 19 11:45:47 UTC 2017 - edog...@aon.at
@@ -5,0 +32,2 @@
+- Correct and improved copypasted summary texts of the three plugin
+  subpackages

Old:
----
  zynaddsubfx-2.5.4.tar.bz2

New:
----
  zynaddsubfx-3.0.1.tar.bz2
  zynaddsubfx-nodatetime.patch

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

Other differences:
------------------
++++++ zynaddsubfx.spec ++++++
--- /var/tmp/diff_new_pack.ZHeCAe/_old  2017-04-20 20:57:13.642703625 +0200
+++ /var/tmp/diff_new_pack.ZHeCAe/_new  2017-04-20 20:57:13.646703059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zynaddsubfx
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,17 +39,18 @@
 BuildRequires:  non-ntk-devel
 %endif
 
-Provides:       ZynAddSubFX = %{version}
-Obsoletes:      ZynAddSubFX < %{version}
-Version:        2.5.4
+Version:        3.0.1
 Release:        0
 Summary:        A Real-Time Software Synthesizer for Linux
 License:        GPL-2.0
 Group:          Productivity/Multimedia/Sound/Midi
 Url:            http://zynaddsubfx.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         %{name}-%{version}.tar.bz2
+Source0:        
https://sourceforge.net/projects/zynaddsubfx/files/zynaddsubfx/3.0.1/%{name}-%{version}.tar.bz2
 Patch0:         zynaddsubfx-buildflags.patch
+Patch1:         zynaddsubfx-nodatetime.patch
+Provides:       ZynAddSubFX = %{version}
+Obsoletes:      ZynAddSubFX < %{version}
 
 %description
 zynaddsubfx is a many-featured real-time software synthesizer for
@@ -63,7 +64,6 @@
 Group:          Productivity/Multimedia/Sound/Midi
 Provides:       ZynAddSubFX-common = %{version}
 Obsoletes:      ZynAddSubFX-common < %{version}
-Conflicts:      ZynAddSubFX-common < %{version}
 BuildArch:      noarch
 
 %description common
@@ -121,11 +121,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
+%patch1 -p0
 
 %build
 %cmake \
-      -DDefaultOutput=jack -DCMAKE_CXX_FLAGS=-std=c++11\
+      -DDefaultOutput=jack \
+      -DCMAKE_CXX_FLAGS=-std=c++11\
 %ifarch %{ix86} x86_64
       -DX86Build=ON \
 %endif
@@ -137,8 +139,8 @@
 make -C build DESTDIR=%{buildroot} install
 %suse_update_desktop_file -r %{name}-alsa AudioVideo Music
 %suse_update_desktop_file -r %{name}-jack AudioVideo Music
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/zynaddsubfx
-cp -a instruments/examples instruments/banks 
$RPM_BUILD_ROOT%{_datadir}/zynaddsubfx
+mkdir -p %{buildroot}%{_datadir}/zynaddsubfx
+cp -a instruments/examples instruments/banks 
%{buildroot}%{_datadir}/zynaddsubfx
 
 # We are including these in the common package below
 rm -fr %{buildroot}%{_datadir}/doc/%{name}/

++++++ zynaddsubfx-2.5.4.tar.bz2 -> zynaddsubfx-3.0.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/zynaddsubfx/zynaddsubfx-2.5.4.tar.bz2 
/work/SRC/openSUSE:Factory/.zynaddsubfx.new/zynaddsubfx-3.0.1.tar.bz2 differ: 
char 11, line 1

++++++ zynaddsubfx-buildflags.patch ++++++
--- /var/tmp/diff_new_pack.ZHeCAe/_old  2017-04-20 20:57:13.690696838 +0200
+++ /var/tmp/diff_new_pack.ZHeCAe/_new  2017-04-20 20:57:13.694696272 +0200
@@ -1,7 +1,8 @@
-diff -up zynaddsubfx-2.5.3/src/CMakeLists.txt.orig 
zynaddsubfx-2.5.3/src/CMakeLists.txt
---- zynaddsubfx-2.5.3/src/CMakeLists.txt.orig  2016-02-03 18:58:37.000000000 
+0100
-+++ zynaddsubfx-2.5.3/src/CMakeLists.txt       2016-02-10 21:04:03.089770156 
+0100
-@@ -154,6 +154,7 @@ endif()
+Index: src/CMakeLists.txt
+===================================================================
+--- src/CMakeLists.txt.orig    2016-11-29 03:31:48.000000000 +0200
++++ src/CMakeLists.txt 2017-04-15 11:09:41.425896279 +0200
+@@ -170,6 +170,7 @@ endif()
  option (BuildForAMD_X86_64 "Build for AMD x86_64 system" OFF)
  option (BuildForCore2_X86_64 "Build for Intel Core2 x86_64 system" OFF)
  option (BuildForDebug "Include gdb debugging support" OFF)
@@ -9,7 +10,7 @@
  
  set(CMAKE_BUILD_TYPE "Release")
  
-@@ -248,19 +249,19 @@ endif()
+@@ -296,19 +297,19 @@ endif()
  
  if (BuildForDebug)
        set (CMAKE_BUILD_TYPE "Debug")

++++++ zynaddsubfx-nodatetime.patch ++++++
Index: src/main.cpp
===================================================================
--- src/main.cpp.orig   2016-11-16 03:02:13.000000000 +0200
+++ src/main.cpp        2017-04-15 13:30:39.687493644 +0200
@@ -211,7 +211,6 @@ int main(int argc, char *argv[])
     cerr
     << "                Copyright (c) 2009-2016 Mark McCurry [active 
maintainer]"
     << endl;
-    cerr << "Compiled: " << __DATE__ << " " << __TIME__ << endl;
     cerr << "This program is free software (GNU GPL v2 or later) and \n";
     cerr << "it comes with ABSOLUTELY NO WARRANTY.\n" << endl;
     if(argc == 1)

Reply via email to