Hello community,

here is the log from the commit of package drumstick for openSUSE:Factory 
checked in at 2018-01-13 21:44:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drumstick (Old)
 and      /work/SRC/openSUSE:Factory/.drumstick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drumstick"

Sat Jan 13 21:44:51 2018 rev:2 rq:558196 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/drumstick/drumstick.changes      2016-06-25 
02:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.drumstick.new/drumstick.changes 2018-01-13 
21:44:53.245794616 +0100
@@ -1,0 +2,10 @@
+Mon Dec 18 14:50:10 UTC 2017 - christo...@krop.fr
+
+- Update to 1.1.0
+  * guiplayer accepts a single file argument in the command line:
+    mid, kar, wrk and ove
+  * documentation updated
+  Check the installed ChangeLog file for the complete changelog.
+- Drop gcc6-fix.patch. Merged upstream.
+
+-------------------------------------------------------------------

Old:
----
  drumstick-1.0.2.tar.bz2
  gcc6-fix.patch

New:
----
  drumstick-1.1.0.tar.bz2

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

Other differences:
------------------
++++++ drumstick.spec ++++++
--- /var/tmp/diff_new_pack.Oy08x1/_old  2018-01-13 21:44:53.881764972 +0100
+++ /var/tmp/diff_new_pack.Oy08x1/_new  2018-01-13 21:44:53.885764785 +0100
@@ -1,40 +1,47 @@
 #
-# spec file for package drumstick (Version 1.0.2)
+# spec file for package drumstick
 #
-# MIDI Sequencer C++ Library Bindings for Qt5 and ALSA
-# Copyright (C) 2005-2010 Pedro Lopez-Cabanillas <p...@users.sourceforge.net>
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2005-2010 Pedro Lopez-Cabanillas <p...@users.sourceforge.net>
 #
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# 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/
 #
 
+
 Name:           drumstick
-Version:        1.0.2
-Release:        1
-License:        GPL-2.0+ and GPL-3.0+
+Version:        1.1.0
+Release:        0
 Summary:        MIDI Sequencer C++ Library Bindings
+License:        GPL-2.0+ AND GPL-3.0+
 Group:          Productivity/Multimedia/Sound/Midi
-URL:            http://drumstick.sourceforge.net/
+Url:            http://drumstick.sourceforge.net/
 Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gcc6-fix.patch wba...@tmo.at -- fix build with gcc6
-Patch:          gcc6-fix.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake
 BuildRequires:  alsa-devel
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  cmake >= 2.8.11
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docbook_4
 BuildRequires:  doxygen
 BuildRequires:  graphviz
-BuildRequires:  update-desktop-files
+BuildRequires:  kf5-filesystem
 BuildRequires:  libxslt
-BuildRequires:  docbook_4
-BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 Requires(post):    shared-mime-info
 Requires(postun):  shared-mime-info
-BuildRequires:  kf5-filesystem
 
 %description
 This package includes test and example programs for drumstick libraries.
@@ -62,9 +69,12 @@
 %package -n libdrumstick-devel
 Summary:        Development package for the libdrumstick library
 Group:          Development/Libraries/C and C++
-Requires:       libdrumstick-file1 = %{version}
+Requires:       alsa-devel
+Requires:       glibc-devel
 Requires:       libdrumstick-alsa1 = %{version}
-Requires:       glibc-devel libstdc++-devel alsa-devel pkgconfig(Qt5Core)
+Requires:       libdrumstick-file1 = %{version}
+Requires:       libstdc++-devel
+Requires:       pkgconfig(Qt5Core)
 
 %description -n libdrumstick-devel
 This package contains the files needed to compile programs that use the
@@ -80,7 +90,6 @@
 
 %prep
 %setup -q
-%patch -p0
 
 %build
 %cmake_kf5  -- -DSTATIC_DRUMSTICK=0
@@ -88,7 +97,7 @@
 make doxygen
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %suse_update_desktop_file -n drumstick-drumgrid Midi
 %suse_update_desktop_file -n drumstick-guiplayer Midi
 %suse_update_desktop_file -n drumstick-vpiano Midi
@@ -102,45 +111,40 @@
 /sbin/ldconfig
 
 %post -n libdrumstick-file1 -p /sbin/ldconfig
-
 %postun -n libdrumstick-file1 -p /sbin/ldconfig
-
 %post -n libdrumstick-alsa1 -p /sbin/ldconfig
-
 %postun -n libdrumstick-alsa1 -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README TODO ChangeLog
-%doc %{_mandir}/man1/%name-*.1.gz
-%{_datadir}/icons/hicolor/*/apps/%name.png
-%{_datadir}/icons/hicolor/scalable/apps/%name.svgz
-%{_datadir}/applications/%name-*.desktop
-%{_bindir}/%name-*
-%_libdir/drumstick/
-%_libdir/libdrumstick-rt.so.*
+%{_bindir}/%{name}-*
+%{_datadir}/applications/%{name}-*.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
+%{_libdir}/drumstick/
+%{_libdir}/libdrumstick-rt.so.*
+%{_mandir}/man1/%{name}-*.1%{ext_man}
 
 %files -n libdrumstick-file1
-%defattr(-,root,root)
+%doc COPYING
+%{_datadir}/mime/packages/%{name}.xml
 %{_libdir}/libdrumstick-file.so.*
-%{_datadir}/mime/packages/%name.xml
 
 %files -n libdrumstick-alsa1
-%defattr(-,root,root)
+%doc COPYING
 %{_libdir}/libdrumstick-alsa.so.*
 
 %files -n libdrumstick-devel
-%defattr(-, root, root)
-%dir %{_includedir}/%name
-%{_libdir}/libdrumstick-file.so
+%doc COPYING
+%dir %{_includedir}/%{name}
+%{_includedir}/%{name}.h
+%{_includedir}/%{name}/*.h
 %{_libdir}/libdrumstick-alsa.so
-%{_includedir}/%name.h
-%{_includedir}/%name/*.h
-%_libdir/libdrumstick-rt.so
-%{_libdir}/pkgconfig/%name-*.pc
+%{_libdir}/libdrumstick-file.so
+%{_libdir}/libdrumstick-rt.so
+%{_libdir}/pkgconfig/%{name}-*.pc
 
 %files -n libdrumstick-doc
-%defattr(-, root, root)
 %doc doc/html/*
 
 %changelog

++++++ drumstick-1.0.2.tar.bz2 -> drumstick-1.1.0.tar.bz2 ++++++
++++ 61206 lines of diff (skipped)


Reply via email to