Hello community, here is the log from the commit of package drumstick for openSUSE:Leap:15.2 checked in at 2020-02-19 18:35:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/drumstick (Old) and /work/SRC/openSUSE:Leap:15.2/.drumstick.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drumstick" Wed Feb 19 18:35:34 2020 rev:15 rq:770536 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/drumstick/drumstick.changes 2020-01-15 14:53:09.265513909 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.drumstick.new.26092/drumstick.changes 2020-02-19 18:35:57.221634524 +0100 @@ -1,0 +2,18 @@ +Sun Oct 20 20:24:23 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 1.1.3 + * IPv6 support added + * Avoid endless loops on unexpected end of input. + * Generate SMFError when the parser finds unexpected end of input. + * general cleanups and bringing back the fluidsynth backend + * migration to full GNUInstallDirs support + * modernization started of the CMake build system + * Library includes reorganization + * Fixed drumstick-file unit test + * Custom commandline parser replaced by standard Qt5 QCommandLineParser + * fixed spurious error message for ALSA input +- Drop Dont-use-QOverload.patch. No longer needed. +- Update the libdrumstick-rt-plugins license tag, eassynth contains + Apache-2.0 files. + +------------------------------------------------------------------- Old: ---- Dont-use-QOverload.patch drumstick-1.1.2.tar.bz2 New: ---- drumstick-1.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drumstick.spec ++++++ --- /var/tmp/diff_new_pack.l13RfQ/_old 2020-02-19 18:35:57.577635269 +0100 +++ /var/tmp/diff_new_pack.l13RfQ/_new 2020-02-19 18:35:57.577635269 +0100 @@ -1,7 +1,7 @@ # # spec file for package drumstick # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2005-2010 Pedro Lopez-Cabanillas <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,22 +13,20 @@ # 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/ # Name: drumstick -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: MIDI Sequencer C++ Library Bindings License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Midi URL: http://drumstick.sourceforge.net/ -Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-OPENSUSE -Patch: Dont-use-QOverload.patch +Source: https://sourceforge.net/projects/drumstick/files/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: alsa-devel -BuildRequires: cmake >= 2.8.11 +BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook_4 BuildRequires: doxygen @@ -36,13 +34,13 @@ BuildRequires: kf5-filesystem BuildRequires: libxslt BuildRequires: pkgconfig -BuildRequires: pkgconfig(libpulse-simple) BuildRequires: update-desktop-files BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Widgets) +BuildRequires: pkgconfig(libpulse-simple) Requires(post): shared-mime-info Requires(postun): shared-mime-info @@ -51,6 +49,7 @@ %package -n libdrumstick-rt1 Summary: MIDI Sequencer C++ Library +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: System/Libraries Requires: libdrumstick-rt-plugins @@ -60,6 +59,7 @@ %package -n libdrumstick-rt-plugins Summary: MIDI Sequencer C++ Library +License: GPL-2.0-or-later AND GPL-3.0-or-later AND Apache-2.0 Group: System/Libraries %description -n libdrumstick-rt-plugins @@ -68,6 +68,7 @@ %package -n libdrumstick-file1 Summary: MIDI Sequencer C++ Library +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: System/Libraries %description -n libdrumstick-file1 @@ -79,6 +80,7 @@ %package -n libdrumstick-alsa1 Summary: MIDI Sequencer C++ Library +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: System/Libraries %description -n libdrumstick-alsa1 @@ -88,6 +90,7 @@ %package -n libdrumstick-devel Summary: Development package for the libdrumstick library +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: alsa-devel Requires: glibc-devel @@ -95,7 +98,7 @@ Requires: libdrumstick-file1 = %{version} Requires: libdrumstick-rt1 = %{version} Requires: libstdc++-devel -Requires: pkgconfig(Qt5Core) +Requires: cmake(Qt5Core) %description -n libdrumstick-devel This package contains the files needed to compile programs that use the @@ -103,6 +106,7 @@ %package -n libdrumstick-doc Summary: Development documentation package for the drumstick libraries +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Documentation/Other BuildArch: noarch @@ -111,9 +115,11 @@ %prep %setup -q -%if 0%{?suse_version} < 1500 -%patch -p1 -%endif + +# Update obsolete config file +doxygen -u Doxyfile.in +sed -i 's#%{_includedir}/QtCore#%{_includedir}/qt5/QtCore#' Doxyfile.in +sed -i 's#%{_includedir}/QtGui#%{_includedir}/qt5/QtGui#' Doxyfile.in %build %cmake_kf5 -- -DSTATIC_DRUMSTICK=0 @@ -170,6 +176,7 @@ %files -n libdrumstick-devel %license COPYING %dir %{_includedir}/%{name} +%{_datadir}/drumstick/ %{_includedir}/%{name}.h %{_includedir}/%{name}/*.h %{_libdir}/libdrumstick-alsa.so ++++++ drumstick-1.1.2.tar.bz2 -> drumstick-1.1.3.tar.bz2 ++++++ ++++ 17641 lines of diff (skipped)
