Hello community, here is the log from the commit of package kscd for openSUSE:Factory checked in at 2016-09-24 15:27:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kscd (Old) and /work/SRC/openSUSE:Factory/.kscd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kscd" Changes: -------- --- /work/SRC/openSUSE:Factory/kscd/kscd.changes 2016-08-31 00:11:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes 2016-09-24 15:28:55.000000000 +0200 @@ -1,0 +2,13 @@ +Sat Sep 10 04:29:58 UTC 2016 - [email protected] + +- Drop now unnecessary alsa-devel BuildRequires + +------------------------------------------------------------------- +Fri Sep 9 08:54:20 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.1 + * KDE Applications 16.08.1 + * https://www.kde.org/announcements/announce-applications-16.08.1.php + + +------------------------------------------------------------------- Old: ---- kscd-16.08.0.tar.xz New: ---- kscd-16.08.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kscd.spec ++++++ --- /var/tmp/diff_new_pack.Zefyyx/_old 2016-09-24 15:28:56.000000000 +0200 +++ /var/tmp/diff_new_pack.Zefyyx/_new 2016-09-24 15:28:56.000000000 +0200 @@ -17,7 +17,6 @@ Name: kscd -BuildRequires: alsa-devel BuildRequires: libdiscid-devel BuildRequires: libkde4-devel BuildRequires: libmusicbrainz5-devel @@ -26,7 +25,7 @@ License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Players Url: http://www.kde.org -Version: 16.08.0 +Version: 16.08.1 Release: 0 Source0: %{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM migrate-to-musicbrainz5.patch -- build against libmusicbrainz5 ++++++ kscd-16.08.0.tar.xz -> kscd-16.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscd-16.08.0/CMakeLists.txt new/kscd-16.08.1/CMakeLists.txt --- old/kscd-16.08.0/CMakeLists.txt 2015-04-03 06:45:46.000000000 +0200 +++ new/kscd-16.08.1/CMakeLists.txt 2016-08-29 23:24:33.000000000 +0200 @@ -8,9 +8,6 @@ include(MacroLibrary) include_directories(${QT_INCLUDES} ${KDE4_INCLUDES}) -find_package(Alsa) -alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h) - find_package(MusicBrainz3 REQUIRED) include_directories( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kscd-16.08.0/kscd.h new/kscd-16.08.1/kscd.h --- old/kscd-16.08.0/kscd.h 2015-04-03 06:45:46.000000000 +0200 +++ new/kscd-16.08.1/kscd.h 2016-08-29 23:24:33.000000000 +0200 @@ -43,7 +43,6 @@ #include "gui/kscdwindow.h" #include "hwcontroler.h" #include "mbmanager.h" -#include <config-alsa.h> #include <kapplication.h> #include <kconfigdialog.h> ++++++ migrate-to-musicbrainz5.patch ++++++ --- /var/tmp/diff_new_pack.Zefyyx/_old 2016-09-24 15:28:56.000000000 +0200 +++ /var/tmp/diff_new_pack.Zefyyx/_new 2016-09-24 15:28:56.000000000 +0200 @@ -2,9 +2,9 @@ index e8915067529df072ecde3a0bb5e54a870cd2621a..2939563dd6f4bae8a43826a76dd9bc0f2ad8f33c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -11,13 +11,15 @@ include_directories(${QT_INCLUDES} ${KDE4_INCLUDES}) - find_package(Alsa) - alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h) +@@ -8,13 +8,15 @@ include_directories(${QT_INCLUDES} ${KDE4_INCLUDES}) + include(MacroLibrary) + include_directories(${QT_INCLUDES} ${KDE4_INCLUDES}) -find_package(MusicBrainz3 REQUIRED) +find_package(MusicBrainz5 REQUIRED) @@ -20,7 +20,7 @@ ) add_subdirectory(tests) ########### next target ############### -@@ -115,7 +117,8 @@ target_link_libraries(kscd +@@ -112,7 +114,8 @@ target_link_libraries(kscd ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_PHONON_LIBS} @@ -126,7 +126,7 @@ index dcbdd57b1f5f18dc369ea8babd66fc4340553b31..84c1c012179436ccc781b55f23e97cc1c0e2695b 100644 --- a/kscd.h +++ b/kscd.h -@@ -131,6 +131,7 @@ public slots: +@@ -130,6 +130,7 @@ public slots: void configureKeys(); void discLookup();
