Hello community, here is the log from the commit of package amarok for openSUSE:Factory checked in at 2015-01-15 15:58:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amarok (Old) and /work/SRC/openSUSE:Factory/.amarok.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amarok" Changes: -------- --- /work/SRC/openSUSE:Factory/amarok/amarok.changes 2014-12-22 12:52:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes 2015-01-15 15:58:24.000000000 +0100 @@ -1,0 +2,9 @@ +Sat Jan 10 09:06:49 UTC 2015 - [email protected] + +- Add 0008-Clean-up-the-leftover-of-strigi-removal.patch: + remove unneeded Strigi reference in the Ampache plugin build + system +- Add 0009-Fix-Ampache-plugin-connections.patch: unbreak Ampache + plugin connection due to wrong hashing algorithm being used + +------------------------------------------------------------------- New: ---- 0008-Clean-up-the-leftover-of-strigi-removal.patch 0009-Fix-Ampache-plugin-connections.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.2dDFqo/_old 2015-01-15 15:58:26.000000000 +0100 +++ /var/tmp/diff_new_pack.2dDFqo/_new 2015-01-15 15:58:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package amarok # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,6 +47,10 @@ Patch105: 0006-Don-t-suppress-html-tag-like-characters.patch # PATCH-FIX-UPSTREAM 0007-Fix-performance-issue-with-large-podcast-feeds.patch -- kde#283022 Patch106: 0007-Fix-performance-issue-with-large-podcast-feeds.patch +# PATCH-FIX-UPSTREAM: 0008-Clean-up-the-leftover-of-strigi-removal.patch - remove unneded Strigi reference +Patch107: 0008-Clean-up-the-leftover-of-strigi-removal.patch +# PATCH-FIX-OPENSUSE 0009-Fix-Ampache-plugin-connections.patch - Unbreak Ampache plugin login (under review upstream) +Patch108: 0009-Fix-Ampache-plugin-connections.patch # Required for the fdupes macro BuildRequires: fdupes BuildRequires: gdk-pixbuf-devel @@ -113,6 +117,8 @@ %patch104 -p1 %patch105 -p1 %patch106 -p1 +%patch107 -p1 +%patch108 -p1 # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++++++ 0008-Clean-up-the-leftover-of-strigi-removal.patch ++++++ >From 81ad30537c90da4bacddede446f814cfc70bef5c Mon Sep 17 00:00:00 2001 From: Jekyll Wu <[email protected]> Date: Wed, 27 Nov 2013 15:37:53 +0800 Subject: [PATCH 1/2] Clean up the leftover of strigi removal This is a follow up of commit 56ae345ad143a4101eebbe70f176a730c594e207 REVIEW: 114148 --- src/services/ampache/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/ampache/CMakeLists.txt b/src/services/ampache/CMakeLists.txt index 039e7fc..dd298e8 100644 --- a/src/services/ampache/CMakeLists.txt +++ b/src/services/ampache/CMakeLists.txt @@ -6,7 +6,6 @@ ${Amarok_SOURCE_DIR}/src/statusbar ${CMAKE_CURRENT_BINARY_DIR}/../../.. ${KDE4_INCLUDE_DIR} - ${STRIGI_INCLUDE_DIR} ${QT_INCLUDES} ) -- 2.2.1 ++++++ 0009-Fix-Ampache-plugin-connections.patch ++++++ ++++ 638 lines (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
