commit amarok for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-10-02 17:15:56

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.4249 (New)


Package is "amarok"

Fri Oct  2 17:15:56 2020 rev:124 rq:838840 
version:2.9.70git.20200930T124856~3973278a68

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2020-08-12 
10:21:09.735693825 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.4249/amarok.changes  2020-10-02 
17:16:15.878101098 +0200
@@ -1,0 +2,16 @@
+Wed Sep 30 14:37:15 UTC 2020 - christo...@krop.fr
+
+- Update to version 2.9.70git.20200930T124856~3973278a68:
+  * Replace qtscript with qjs engine
+  * Drop superfluous ZLIB linking
+  * Add FindMariaDB.cmake module and use it if MySQL is not found
+  * FindMySQL.cmake: Split out MySQL Embedded detection into FindMySQLe.cmake
+  * Port Amarok Script Engine from deprecated QScriptEngine to QJSEngine
+  * Update stylesheet to QT5
+  * Replace deprecated Phonon module with PulseAudio
+  * cmake: install amarok.knsrc in newer ECM 5.58.0+ location
+  * appdata: use canonical help URL
+- Drop amarok_mariadb.patch
+- Update translations
+
+---

Old:

  amarok-2.9.70git.20200731T193253~4ae108506f.tar.xz
  amarok_mariadb.patch

New:

  amarok-2.9.70git.20200930T124856~3973278a68.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Cdlv3w/_old  2020-10-02 17:16:19.670103260 +0200
+++ /var/tmp/diff_new_pack.Cdlv3w/_new  2020-10-02 17:16:19.674103263 +0200
@@ -16,8 +16,10 @@
 #
 
 
+# Leap 15.1 compatibility
+%{!?_kf5_knsrcfilesdir: %global _kf5_knsrcfilesdir %{_kf5_configdir}}
 Name:   amarok
-Version:2.9.70git.20200731T193253~4ae108506f
+Version:2.9.70git.20200930T124856~3973278a68
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later
@@ -25,8 +27,6 @@
 URL:https://amarok.kde.org/
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-lang.tar.xz
-# PATCH-FIX-OPENSUSE
-Patch0: amarok_mariadb.patch
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch1: flac_mimetype_bnc671581.diff
 # PATCH-FIX-OPENSUSE
@@ -54,7 +54,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5Attica)
 BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
@@ -67,7 +70,6 @@
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Kirigami2)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5NotifyConfig)
@@ -76,19 +78,18 @@
 BuildRequires:  cmake(KF5TextEditor)
 BuildRequires:  cmake(KF5ThreadWeaver)
 BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Phonon4Qt5)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5QuickControls2)
 BuildRequires:  cmake(Qt5QuickWidgets)
-BuildRequires:  cmake(Qt5Script)
-BuildRequires:  cmake(Qt5ScriptTools)
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5UiTools)
 BuildRequires:  cmake(Qt5WebEngine)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
@@ -98,6 +99,7 @@
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(taglib)
 BuildRequires:  pkgconfig(taglib-extras)
+BuildRequires:  pkgconfig(zlib)
 # needed by the context view
 Requires:   kirigami2
 Requires:   libqt5-qtquickcontrols
@@ -114,7 +116,7 @@
 %lang_package
 
 %prep
-%autosetup -a1 -p1
+%autosetup -p1 -a1
 cat >> CMakeLists.txt << EOF
 ki18n_install(po)
 EOF
@@ -139,7 +141,6 @@
 %fdupes -s %{buildroot}
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
@@ -157,6 +158,7 @@
 %{_kf5_dbusinterfacesdir}/
 %{_kf5_htmldir}/en/amarok/
 %{_kf5_iconsdir}/hicolor/*/*/*
+%{_kf5_knsrcfilesdir}/amarok.knsrc
 %{_kf5_libdir}/libamarok-sqlcollection.so*
 %{_kf5_libdir}/libamarok-transcoding.so*
 %{_kf5_libdir}/libamarok_service_lastfm_config.so

++ _servicedata ++
--- /var/tmp/diff_new_pack.Cdlv3w/_old  2020-10-02 17:16:19.738103299 +0200
+++ /var/tmp/diff_new_pack.Cdlv3w/_new  2020-10-02 17:16:19.738103299 +0200
@@ 

commit amarok for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-08-12 10:20:51

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.3399 (New)


Package is "amarok"

Wed Aug 12 10:20:51 2020 rev:123 rq:824812 
version:2.9.70git.20200731T193253~4ae108506f

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2020-06-21 
18:45:11.476509244 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.3399/amarok.changes  2020-08-12 
10:21:09.735693825 +0200
@@ -1,0 +2,10 @@
+Fri Aug 07 07:11:19 UTC 2020 - christo...@krop.fr
+
+- Update to version 2.9.70git.20200731T193253~4ae108506f:
+  * Fix breadcrumb widget for left menu
+  * Fix crash when closing dialog to edit filter (kde#421456)
+  * qVariantFromValue() -> QVariant::fromValue()
+  * Drop old copy of Qt modeltest
+  * Use https for bugs.kde.org
+
+---

Old:

  amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz

New:

  amarok-2.9.70git.20200731T193253~4ae108506f.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.q7hxhA/_old  2020-08-12 10:21:12.939695401 +0200
+++ /var/tmp/diff_new_pack.q7hxhA/_new  2020-08-12 10:21:12.939695401 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20200617T113036~a69c9418b4
+Version:2.9.70git.20200731T193253~4ae108506f
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later
@@ -124,7 +124,7 @@
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
 %cmake_kf5 -d build
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build
@@ -138,13 +138,9 @@
 
 %fdupes -s %{buildroot}
 
-%post
-/sbin/ldconfig
-%mime_database_post %{_kf5_sharedir}/mime
-
-%postun
-/sbin/ldconfig
-%mime_database_postun %{_kf5_sharedir}/mime
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %license COPYING*

++ _servicedata ++
--- /var/tmp/diff_new_pack.q7hxhA/_old  2020-08-12 10:21:13.023695443 +0200
+++ /var/tmp/diff_new_pack.q7hxhA/_new  2020-08-12 10:21:13.023695443 +0200
@@ -1,4 +1,4 @@
 
 
 https://invent.kde.org/multimedia/amarok.git
-  a69c9418b440033e81ba1da53ceb1e8bb6bf3eb8
\ No newline at end of file
+  4ae108506f46d7ea02bc58dc635a8329dc6a29f0
\ No newline at end of file

++ amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz -> 
amarok-2.9.70git.20200731T193253~4ae108506f.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.3399/amarok-2.9.70git.20200731T193253~4ae108506f.tar.xz
 differ: char 13, line 1




commit amarok for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-06-20 20:12:12

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.3606 (New)


Package is "amarok"

Sat Jun 20 20:12:12 2020 rev:122 rq:815528 
version:2.9.70git.20200617T113036~a69c9418b4

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2020-05-12 
22:28:13.871355890 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.3606/amarok.changes  2020-06-21 
18:45:11.476509244 +0200
@@ -1,0 +2,10 @@
+Wed Jun 17 10:59:36 UTC 2020 - wba...@tmo.at
+
+- Update to version 2.9.70git.20200617T113036~a69c9418b4:
+  * Fix activeTrackChanged connect in playlist navigators
+(kde#418643,kde#389138)
+  * Fix Increase/Decrease Volume shortcuts (boo#1152751)
+  * Extract messages from QML
+  * Make include compatible with mariadb
+
+---

Old:

  amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz

New:

  amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.ReF6hU/_old  2020-06-21 18:45:12.028511396 +0200
+++ /var/tmp/diff_new_pack.ReF6hU/_new  2020-06-21 18:45:12.028511396 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20200505T221221~fd05592cd8
+Version:2.9.70git.20200617T113036~a69c9418b4
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.ReF6hU/_old  2020-06-21 18:45:12.060511520 +0200
+++ /var/tmp/diff_new_pack.ReF6hU/_new  2020-06-21 18:45:12.060511520 +0200
@@ -2,7 +2,7 @@
   
enable
2.9.70git.%ci~%h
-   git://anongit.kde.org/amarok
+   https://invent.kde.org/multimedia/amarok.git
git
amarok
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.ReF6hU/_old  2020-06-21 18:45:12.080511599 +0200
+++ /var/tmp/diff_new_pack.ReF6hU/_new  2020-06-21 18:45:12.080511599 +0200
@@ -1,6 +1,4 @@
 
-  
-  git://anongit.kde.org/amarok
-fd05592cd8d1c1262b0641a0b85d6444d0e91f31
-  
-
\ No newline at end of file
+
+https://invent.kde.org/multimedia/amarok.git
+  a69c9418b440033e81ba1da53ceb1e8bb6bf3eb8
\ No newline at end of file

++ amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz -> 
amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.3606/amarok-2.9.70git.20200617T113036~a69c9418b4.tar.xz
 differ: char 26, line 1




commit amarok for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-05-12 22:26:58

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.2738 (New)


Package is "amarok"

Tue May 12 22:26:58 2020 rev:121 rq:802611 
version:2.9.70git.20200505T221221~fd05592cd8

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2020-02-28 
15:19:11.149629826 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new.2738/amarok.changes  2020-05-12 
22:28:13.871355890 +0200
@@ -1,0 +2,34 @@
+Sat May 09 10:13:26 UTC 2020 - christo...@krop.fr
+
+- Update to version 2.9.70git.20200505T221221~fd05592cd8:
+  * fix compilation on FreeBSD where --libmysql-libs does not exist
+  * Fix the define used to distinguish MariaDB from Mysql
+  * Add override identifiers
+  * Remove MPRIS1 support
+  * Use desktop entry spec compliant X-KDE-ServiceTypes keys
+  * Set StartupWMClass in desktop file
+  * Make icons look sharp with HiDPI
+  * Port from {from,to}Time_t to {from,to}SecsSinceEpoch
+  * Use currentDateTimeUtc().toTime_t()
+  * Add more override markers
+  * Remove Phabricator's .arcconfig
+  * Remove nepmukcollection
+  * Add more override markers
+  * Conclude porting of Last.fm to Amarok KF5
+  * Fix copying and moving files to collection
+  * Fix dangling string pointers
+  * Add more override markers
+  * build: remove extra CMakeLists.txt
+  * build: re-enable the documentation
+  * Fix compatibility with modern MySQL
+  * DiagnosticDialog: Use QStringLiteral
+  * Fix a crash when trying to open the DiagnosticDialog
+  * Fix duplicate include guard
+  * Add more override markers
+  * PHAACG2.py: fix comparison with literal
+  * appdata: improve URLs
+- Update translations
+- Rebase amarok_mariadb.patch
+- Rebase 0001-Work-around-QTBUG-75797-for-openQA.patch
+
+---

Old:

  amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz

New:

  amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.RGLTLA/_old  2020-05-12 22:28:16.831362067 +0200
+++ /var/tmp/diff_new_pack.RGLTLA/_new  2020-05-12 22:28:16.831362067 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20200225T224218~2084224e4c
+Version:2.9.70git.20200505T221221~fd05592cd8
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later
@@ -60,6 +60,7 @@
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DNSSD)
 BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GlobalAccel)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
@@ -158,9 +159,11 @@
 %{_kf5_configdir}/*
 %{_kf5_configkcfgdir}/
 %{_kf5_dbusinterfacesdir}/
+%{_kf5_htmldir}/en/amarok/
 %{_kf5_iconsdir}/hicolor/*/*/*
 %{_kf5_libdir}/libamarok-sqlcollection.so*
 %{_kf5_libdir}/libamarok-transcoding.so*
+%{_kf5_libdir}/libamarok_service_lastfm_config.so
 %{_kf5_libdir}/libamarokcore.so*
 %{_kf5_libdir}/libamaroklib.so*
 %{_kf5_libdir}/libamarokpud.so*

++ 0001-Work-around-QTBUG-75797-for-openQA.patch ++
--- /var/tmp/diff_new_pack.RGLTLA/_old  2020-05-12 22:28:16.863362134 +0200
+++ /var/tmp/diff_new_pack.RGLTLA/_new  2020-05-12 22:28:16.863362134 +0200
@@ -8,7 +8,7 @@
  1 file changed, 6 insertions(+)
 
 diff --git a/src/main.cpp b/src/main.cpp
-index c8ce816d60..55b7df022f 100644
+index ad729e5085..12c1557b3b 100644
 --- a/src/main.cpp
 +++ b/src/main.cpp
 @@ -29,6 +29,7 @@
@@ -29,8 +29,5 @@
 +QSurfaceFormat::setDefaultFormat(fmt);
 +
  App app(argc, argv);
+ app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
  
- #ifdef WITH_QT_WEBENGINE
--- 
-2.21.0
-

++ _servicedata ++
--- /var/tmp/diff_new_pack.RGLTLA/_old  2020-05-12 22:28:16.895362200 +0200
+++ /var/tmp/diff_new_pack.RGLTLA/_new  2020-05-12 22:28:16.899362209 +0200
@@ -1,6 +1,6 @@
 
   
   git://anongit.kde.org/amarok
-2084224e4c30d282936333a6894071245b62dc7b
+fd05592cd8d1c1262b0641a0b85d6444d0e91f31
   
 
\ No newline at end of file

++ amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz -> 
amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.2738/amarok-2.9.70git.20200505T221221~fd05592cd8.tar.xz
 differ: char 26, line 1

++ amarok-lang.tar.xz ++
 150578 lines of diff (skipped)

++ amarok_mariadb.patch ++
--- /var/tmp/diff_new_pack.RGLTLA/_old  2020-05-12 22:28:18.175364872 +0200
+++ /var/tmp/diff_new_pack.RGLTLA/_new  2020-05-12 

commit amarok for openSUSE:Factory

2020-02-28 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-02-28 15:19:09

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.26092 (New)


Package is "amarok"

Fri Feb 28 15:19:09 2020 rev:120 rq:779414 
version:2.9.70git.20200225T224218~2084224e4c

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2020-02-14 
16:30:48.419367571 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new.26092/amarok.changes 2020-02-28 
15:19:11.149629826 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 12:49:20 UTC 2020 - christo...@krop.fr
+
+- Update to version 2.9.70git.20200225T224218~2084224e4c:
+  * Fix error of Wikipedia entering in an infinite recursion of page loading
+  * Fix metainfo generation for Amarok applets
+  * Fix loading of lyrics from lyrics.wikia.com
+  * Removed obsolete PackagePath role from AppletModel
+
+---

Old:

  amarok-2.9.70git.20200131T110159~195748144f.tar.xz

New:

  amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.mcK4DI/_old  2020-02-28 15:19:12.205631976 +0100
+++ /var/tmp/diff_new_pack.mcK4DI/_new  2020-02-28 15:19:12.205631976 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20200131T110159~195748144f
+Version:2.9.70git.20200225T224218~2084224e4c
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.mcK4DI/_old  2020-02-28 15:19:12.245632057 +0100
+++ /var/tmp/diff_new_pack.mcK4DI/_new  2020-02-28 15:19:12.245632057 +0100
@@ -1,6 +1,6 @@
 
   
   git://anongit.kde.org/amarok
-195748144f468d9d5befcfa433f6c7ff96ff1fe8
+2084224e4c30d282936333a6894071245b62dc7b
   
 
\ No newline at end of file

++ amarok-2.9.70git.20200131T110159~195748144f.tar.xz -> 
amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20200131T110159~195748144f.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.26092/amarok-2.9.70git.20200225T224218~2084224e4c.tar.xz
 differ: char 27, line 1




commit amarok for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2020-02-14 16:30:45

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.26092 (New)


Package is "amarok"

Fri Feb 14 16:30:45 2020 rev:119 rq:772341 
version:2.9.70git.20200131T110159~195748144f

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2019-10-22 
15:37:38.249182767 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.26092/amarok.changes 2020-02-14 
16:30:48.419367571 +0100
@@ -1,0 +2,6 @@
+Sat Feb 08 13:47:46 UTC 2020 - christo...@krop.fr
+
+- Update to version 2.9.70git.20200131T110159~195748144f:
+  * Use safe hardcoded value for ProvidersUrl
+
+---

Old:

  amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz

New:

  amarok-2.9.70git.20200131T110159~195748144f.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.kwMlXY/_old  2020-02-14 16:30:50.415368654 +0100
+++ /var/tmp/diff_new_pack.kwMlXY/_new  2020-02-14 16:30:50.427368661 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20191004T143525~5ed62f9a08
+Version:2.9.70git.20200131T110159~195748144f
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.kwMlXY/_old  2020-02-14 16:30:50.543368724 +0100
+++ /var/tmp/diff_new_pack.kwMlXY/_new  2020-02-14 16:30:50.543368724 +0100
@@ -1,6 +1,6 @@
 
   
   git://anongit.kde.org/amarok
-5ed62f9a089d239c3182514b6b67450866be3ed5
+195748144f468d9d5befcfa433f6c7ff96ff1fe8
   
 
\ No newline at end of file

++ amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz -> 
amarok-2.9.70git.20200131T110159~195748144f.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.26092/amarok-2.9.70git.20200131T110159~195748144f.tar.xz
 differ: char 27, line 1




commit amarok for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2019-10-22 15:37:36

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.2352 (New)


Package is "amarok"

Tue Oct 22 15:37:36 2019 rev:118 rq:736815 
version:2.9.70git.20191004T143525~5ed62f9a08

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2019-09-30 
15:52:42.786284198 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.2352/amarok.changes  2019-10-22 
15:37:38.249182767 +0200
@@ -1,0 +2,7 @@
+Thu Oct 10 08:38:42 UTC 2019 - christo...@krop.fr
+
+- Update to version 2.9.70git.20191004T143525~5ed62f9a08:
+  * Register Play/Pause as global shortcut again (boo#1152751, kde#373590)
+  * Fix missing directory separators when saving podcasts to disk
+
+---

Old:

  amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz

New:

  amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.F22BUz/_old  2019-10-22 15:37:39.545184243 +0200
+++ /var/tmp/diff_new_pack.F22BUz/_new  2019-10-22 15:37:39.545184243 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20190920T110913~b986f52d1d
+Version:2.9.70git.20191004T143525~5ed62f9a08
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.F22BUz/_old  2019-10-22 15:37:39.585184290 +0200
+++ /var/tmp/diff_new_pack.F22BUz/_new  2019-10-22 15:37:39.585184290 +0200
@@ -1,6 +1,6 @@
 
   
   git://anongit.kde.org/amarok
-b986f52d1d53b675a0d21a7507941e368acd3a14
+5ed62f9a089d239c3182514b6b67450866be3ed5
   
 
\ No newline at end of file

++ amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz -> 
amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.2352/amarok-2.9.70git.20191004T143525~5ed62f9a08.tar.xz
 differ: char 27, line 1




commit amarok for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2019-09-30 15:52:39

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.2352 (New)


Package is "amarok"

Mon Sep 30 15:52:39 2019 rev:117 rq:732143 
version:2.9.70git.20190920T110913~b986f52d1d

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2019-08-27 
15:55:29.155608508 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.2352/amarok.changes  2019-09-30 
15:52:42.786284198 +0200
@@ -1,0 +2,10 @@
+Fri Sep 20 10:23:20 UTC 2019 - Wolfgang Bauer 
+
+- Update to version 2.9.70git.20190920T110913~b986f52d1d:
+  * Don't delete whole folder when deleting a track (kde#411760)
+  * [TagDialog] Really enable "Open in filemanager" button for local files
+  * Fix a crash when running 'amarok -l /path/to/file' (kde#410870)
+- Drop 0001-Fix-a-crash-when-running-amarok-l-path-to-file.patch,
+  merged upstream
+
+---

Old:

  0001-Fix-a-crash-when-running-amarok-l-path-to-file.patch
  amarok-2.9.70git.20190820T023444~600806141d.tar.xz

New:

  amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.1XNVcF/_old  2019-09-30 15:52:43.966281058 +0200
+++ /var/tmp/diff_new_pack.1XNVcF/_new  2019-09-30 15:52:43.966281058 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amarok
-Version:2.9.70git.20190820T023444~600806141d
+Version:2.9.70git.20190920T110913~b986f52d1d
 Release:0
 Summary:Media Player
 License:GPL-2.0-or-later
@@ -33,8 +33,6 @@
 Patch2: disable-web-plugins-by-default.patch
 # PATCH-FIX-OPENSUSE
 Patch3: 0001-Work-around-QTBUG-75797-for-openQA.patch
-# PATCH-FIX-UPSTREAM
-Patch4: 0001-Fix-a-crash-when-running-amarok-l-path-to-file.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel

++ _servicedata ++
--- /var/tmp/diff_new_pack.1XNVcF/_old  2019-09-30 15:52:44.026280898 +0200
+++ /var/tmp/diff_new_pack.1XNVcF/_new  2019-09-30 15:52:44.026280898 +0200
@@ -1,6 +1,6 @@
 
   
   git://anongit.kde.org/amarok
-600806141d6c1c22fdd28fe8d8e26837d5d71adc
+b986f52d1d53b675a0d21a7507941e368acd3a14
   
 
\ No newline at end of file

++ amarok-2.9.70git.20190820T023444~600806141d.tar.xz -> 
amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.9.70git.20190820T023444~600806141d.tar.xz
 
/work/SRC/openSUSE:Factory/.amarok.new.2352/amarok-2.9.70git.20190920T110913~b986f52d1d.tar.xz
 differ: char 27, line 1




commit amarok for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2019-08-27 15:55:26

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new.7948 (New)


Package is "amarok"

Tue Aug 27 15:55:26 2019 rev:116 rq:725141 
version:2.9.70git.20190820T023444~600806141d

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2018-05-15 
09:55:08.592469465 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new.7948/amarok.changes  2019-08-27 
15:55:29.155608508 +0200
@@ -1,0 +2,69 @@
+Wed Aug 21 19:30:40 UTC 2019 - Christophe Giboudeaux 
+
+- Add 0001-Fix-a-crash-when-running-amarok-l-path-to-file.patch (kde#410870)
+
+---
+Wed Aug 21 19:29:24 UTC 2019 - christo...@krop.fr
+
+- Update to version 2.9.70git.20190820T023444~600806141d:
+  * Fix the CI build
+  * Use identical internet-services icon
+
+---
+Tue Jul 16 09:29:58 UTC 2019 - Stefan Brüns 
+
+- Remove the taglib runtime Requires, these are just examples and
+  are not used, the automatic library dependencies are sufficient.
+
+---
+Fri Jun 14 14:23:43 UTC 2019 - christo...@krop.fr
+
+- Update to version 2.9.70git.20190614T140058~cea336303a:
+  * Fix passing local file paths on the command line
+
+---
+Tue May 28 15:55:37 UTC 2019 - wba...@tmo.at
+
+- Add back gstreamer-plugins-ugly Recommends (if
+  phonon4qt5-backend-gstreamer is installed) to make mp3 playback
+  work out of the box
+- Require libqt5-qtquickcontrols instead of libqt5-qtquickcontrols2
+  as the former is used/needed too and the latter is required by
+  kirigami2 anyway
+
+---
+Tue May 14 09:53:55 UTC 2019 - christo...@krop.fr
+
+- Update to version 2.9.70git.20190510T121601~fc370bbebf:
+  * Set urgency to Low for track changes
+  * Add DesktopEntry to notifyrc
+
+---
+Tue May 14 09:53:35 UTC 2019 - Christophe Giboudeaux 
+
+- Add 0001-Work-around-QTBUG-75797-for-openQA.patch
+
+---
+Sat May 04 09:49:27 UTC 2019 - Christophe Giboudeaux 
+
+- Enable 'changesgenerate' in the _service file.
+
+---
+Mon Apr 22 14:41:32 UTC 2019 - Christophe Giboudeaux 
+
+- Use a git snapshot for amarok.
+- Drop patches:
+  - Fix-build-with-gcc6.patch
+  - initial-preference.diff
+- Refresh disable-web-plugins-by-default.patch
+- Refresh flac_mimetype_bnc671581.diff
+- Add amarok_mariadb.patch
+
+---
+Sat Apr 20 08:43:09 UTC 2019 - Markus S 
+
+- Replace some hardcoded package names with pkgconfig() ones.
+- Tweak summary a bit: Amarok is not only for KDE.
+- Remove GCC workaround for ancient and unsupported openSUSE versions.
+
+---
@@ -1309 +1378 @@
---
+---

Old:

  Fix-build-with-gcc6.patch
  amarok-2.9.0.tar.xz
  initial-preference.diff

New:

  0001-Fix-a-crash-when-running-amarok-l-path-to-file.patch
  0001-Work-around-QTBUG-75797-for-openQA.patch
  _service
  _servicedata
  amarok-2.9.70git.20190820T023444~600806141d.tar.xz
  amarok-lang.tar.xz
  amarok_mariadb.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.6YukTW/_old  2019-08-27 15:55:30.283607568 +0200
+++ /var/tmp/diff_new_pack.6YukTW/_new  2019-08-27 15:55:30.287607564 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,80 +12,100 @@
 # 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/
 #
 
 
-# Make sure to require at least the version used for linking to avoid 
undefined symbols at runtime
-%define required_libtag  %(rpm -qf `ldd $(type -P tagreader) | awk 
'/libtag.so.[0-9]/{ print $3 }'`)
 Name:   amarok
-Version:

commit amarok for openSUSE:Factory

2018-05-15 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2018-05-15 09:55:02

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Tue May 15 09:55:02 2018 rev:115 rq:606753 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2018-03-09 
10:33:40.502595769 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2018-05-15 
09:55:08.592469465 +0200
@@ -1,0 +2,6 @@
+Fri May 11 06:44:51 UTC 2018 - wba...@tmo.at
+
+- Symlink service menu file to KF5 location so that it shows up
+  in current KDE file managers
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.bNsMyd/_old  2018-05-15 09:55:10.200410431 +0200
+++ /var/tmp/diff_new_pack.bNsMyd/_new  2018-05-15 09:55:10.204410284 +0200
@@ -39,6 +39,7 @@
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
+BuildRequires:  kf5-filesystem
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel >= 0.7.0
@@ -146,6 +147,10 @@
 done
 %endif
 
+# Symlink service menu to the KF5 location
+mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
+ln -s %{_kde4_servicesdir}/ServiceMenus/amarok_append.desktop 
%{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
+
 %suse_update_desktop_file org.kde.amarok Qt KDE AudioVideo Audio Player
 %suse_update_desktop_file -r amzdownloader Qt KDE AudioVideo Audio Player
 
@@ -215,6 +220,8 @@
 %{_kde4_servicesdir}/amarok.protocol
 %{_kde4_servicesdir}/amarok*.protocol
 %{_kde4_servicetypesdir}/amarok_*
+%dir %{_kf5_servicesdir}/ServiceMenus/
+%{_kf5_servicesdir}/ServiceMenus/amarok_append.desktop
 
 %files lang -f amarok.lang
 %defattr(-,root,root,-)




commit amarok for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2018-03-09 10:33:37

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Fri Mar  9 10:33:37 2018 rev:114 rq:584459 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2018-01-09 
14:46:36.374332094 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2018-03-09 
10:33:40.502595769 +0100
@@ -1,0 +2,125 @@
+Thu Mar  8 10:59:56 UTC 2018 - wba...@tmo.at
+
+- Update to 2.9.0
+VERSION 2.9.0
+  * CHANGES:
+* Substitute deprecated MySQL option --myisam-recover for
+  compatibility with MySQL 5.7+ (kde#354255)
+  * BUGFIXES:
+* Fix integer fields, like length, always showing up as zero in
+  filter creation dialog (kde#341661)
+* Fix background color of the lyrics applet (kde#314854)
+* Fix Organize tracks / Guess tags presets not persisted
+  properly (kde#226144)
+* Fix MPRIS2 DesktopEntry name, makes media controls in Plasma
+  5.7 taskbar work again (kde#365275)
+* Auto-expand after search in Collection Browser works
+  correctly again (kde#335217)
+* Fix crash during MusicBrainz search (kde#328359)
+VERSION 2.8.90
+  * FEATURES:
+* Database configuration dialog now has a "test connection"
+  button
+* Add Service entries for directories (kde#229708)
+* Collection Browser scrolls back to its original position when
+  the filter is cleared (kde#188074)
+* Notification Center support on Mac OS X
+* Statistics synchronization between Amarok collections and
+  Amarok 1.4, Amarok 2.x, Apple iTunes, Banshee, Clementine,
+  and Rhythmbox track databases
+* Usability of the Organize Files dialog has been improved
+* Wikipedia can now be also used over SSL
+* New ASCII Analyzer option in the Analyzer widget
+  * CHANGES:
+* Last played and first played dates now use the same formatter
+  than in the playlist giving a human readable date such as
+  "one minute ago" in meta edit dialog
+* "Import" button under Configure Amarok -> Local Collection no
+  longer serves to import statistics from Amarok 1.4 and
+  iTunes, and has been renamed to "Import batch file" to
+  reflect the change
+* Configure Amarok -> Metadata tab includes new buttons to add
+  and reconfigure synchronization targets
+* When ffmpeg is not available, the Transcode dialog is no
+  longer skipped; info message is shown instead (kde#317902)
+* Amarok now uses some C++11 features. The subset used is
+  defined by the compilers currently supported by KDE.
+  * BUGFIXES:
+* Fixed longstanding APG zero-length playlist bug (kde#313762,
+  kde#315206, kde#323945)
+* Fix a crash when searching the Icecast directory (kde#334479)
+* Correct wrong lowercase for FLAC and MP3 (kde#339495)
+* Collection Browser no longer excessively expands the tree
+  (kde#300557)
+* Properly calculate and store Aft tags in mp4 files
+  (kde#332811)
+* Update Progress Slider when restoring from System Tray
+  (kde#299883)
+* Update Jamendo to use new website (kde#331934)
+* Allows CollectionBrowser filter to have length of almost 24
+  hours (kde#291400)
+* Prevent creation of video stream when transcoding to Opus
+* Fix crash when starting Amarok with an iPod mounted
+  (kde#329498)
+* Also fetch cover art from xiph-comments with
+  METADATA_BLOCK_PICTURE tag (kde#328451)
+* Fix crash on quit when Amarok is in the middle of fadeout
+  (kde#325723)
+* Prevent shared memory size errors for very large collections
+  (kde#327812)
+* Fix OpenGL related crash (kde#327150)
+* Always show preview in Organize Files dialog, hide
+  complicated options behind a button (kde#327201)
+* Fix sound glitch with fade-out on pause and GStreamer
+  (kde#323729)
+* Fix a bug in Organize Collection functionality that could
+  lead to assertion failures later on (kde#322474)
+* Fix an assertion failure when a track in Local Collection is
+  replaced by another already tracked one (kde#323156)
+* Fix failure to start embedded MySQL (with version 5.1 and
+  MariaDB) (kde#323802)
+* Fixed compilation with libc++ (used on OSX and FreeBSD)
+  (kde#324075)
+* Fixed crashes with Intel drivers due to Analyzer applet
+  (kde#323635)
+* Fixed performance problem with large podcast feeds
+  (kde#283022)
+* Fixed issue with Amarok sometimes not finding its plugins
+  after an upgrade
+* Album Artist / Compilation / Disc Number tags are now read
+  correctly from APE tags (kde#323735)
+* Using Shuffle keyboard shortcut no 

commit amarok for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2018-01-09 14:46:35

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Tue Jan  9 14:46:35 2018 rev:113 rq:559635 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-12-21 
11:24:35.557448558 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2018-01-09 
14:46:36.374332094 +0100
@@ -1,0 +2,9 @@
+Sat Dec 23 14:44:56 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to avoid automatic network requests (boo#1070899):
+  * disable-web-plugins-by-default.patch
+- Also disable all scripts by default
+- Fix loading of scripts:
+  * load-scrips-without-qca.patch
+
+---

New:

  disable-web-plugins-by-default.patch
  load-scrips-without-qca.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.2W7N7u/_old  2018-01-09 14:46:39.034207372 +0100
+++ /var/tmp/diff_new_pack.2W7N7u/_new  2018-01-09 14:46:39.042206996 +0100
@@ -69,6 +69,10 @@
 Patch113:   Fix-crash-during-musicbrainz-search.patch
 # PATCH-FIX-UPSTREAM amarok-2.8.0-find_mysql.patch  -- Fix obvious typo in 
paths definition in find_library()
 Patch114:   amarok-2.8.0-find_mysql.patch
+# PATCH-FIX-OPENSUSE
+Patch200:   load-scrips-without-qca.patch
+# PATCH-FIX-OPENSUSE
+Patch201:   disable-web-plugins-by-default.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -152,6 +156,8 @@
 %patch112 -p1
 %patch113 -p1
 %patch114 -p1
+%patch200 -p1
+%patch201 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
@@ -175,6 +181,9 @@
 #bnc722284 amarok is not really a good player for audio-cds, remove the action 
for solid
 rm -f %{buildroot}%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
 
+# Disable all scripts by default (boo#1070899)
+sed -i"" 
"s/X-KDE-PluginInfo-EnabledByDefault=true/X-KDE-PluginInfo-EnabledByDefault=false/g"
 %{buildroot}%{_kde4_appsdir}/amarok/scripts/*/script.spec
+
 %if 0%{?is_opensuse}
 # Copy the icon for amzdownloader over from breeze
 for i in 16 22 24

++ disable-web-plugins-by-default.patch ++
From: Fabian Vogt 
Subject: Disable plugins which cause automatic network requests by default
References: boo#1070899

Index: amarok-2.8.0/src/services/lastfm/amarok_service_lastfm.desktop
===
--- amarok-2.8.0.orig/src/services/lastfm/amarok_service_lastfm.desktop
+++ amarok-2.8.0/src/services/lastfm/amarok_service_lastfm.desktop
@@ -119,6 +119,6 @@ X-KDE-PluginInfo-Email=kde@dontletsstart
 X-KDE-PluginInfo-Version=1.0
 X-KDE-PluginInfo-Category=Service
 X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-KDE-PluginInfo-EnabledByDefault=false
 X-KDE-Library=amarok_service_lastfm
 X-KDE-PluginInfo-Name=amarok_service_lastfm
Index: amarok-2.8.0/src/services/magnatune/amarok_service_magnatunestore.desktop
===
--- 
amarok-2.8.0.orig/src/services/magnatune/amarok_service_magnatunestore.desktop
+++ amarok-2.8.0/src/services/magnatune/amarok_service_magnatunestore.desktop
@@ -126,7 +126,7 @@ X-KDE-PluginInfo-Email=nhnFreespirit@gma
 X-KDE-PluginInfo-Version=2.0
 X-KDE-PluginInfo-Category=Service
 X-KDE-PluginInfo-License=GPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-KDE-PluginInfo-EnabledByDefault=false
 X-KDE-Library=amarok_service_magnatunestore
 X-KDE-PluginInfo-Name=amarok_service_magnatunestore
 
++ load-scrips-without-qca.patch ++
From: Fabian Vogt findAllResources( "data", 
"amarok/scripts/*/main.js",
@@ -179,6 +178,7 @@ ScriptManager::updateAllScripts() // SLO
   
KStandardDirs::NoDuplicates );
 m_nScripts = foundScripts.count();
 
+#ifdef QCA2_FOUND
 // get timestamp 

commit amarok for openSUSE:Factory

2017-12-21 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-12-21 11:24:33

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Thu Dec 21 11:24:33 2017 rev:112 rq:557834 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-12-05 
01:26:06.786290101 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-12-21 
11:24:35.557448558 +0100
@@ -1,0 +2,5 @@
+Sat Dec 16 13:42:38 UTC 2017 - fab...@ritter-vogt.de
+
+- Do not build against QCA
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Sl8R1U/_old  2017-12-21 11:24:38.681296241 +0100
+++ /var/tmp/diff_new_pack.Sl8R1U/_new  2017-12-21 11:24:38.681296241 +0100
@@ -86,7 +86,6 @@
 %if 0%{?suse_version} < 1330
 BuildRequires:  openssl-devel
 %endif
-BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
 BuildRequires:  libqt4-devel >= 4.8.2
 BuildRequires:  libxml2-devel
@@ -229,7 +228,6 @@
 %{_kde4_libdir}/libamarokocsclient.so.*
 %{_kde4_libdir}/libamarokpud.so.*
 %{_kde4_libdir}/libamarokshared.so.*
-%{_kde4_libdir}/libampache_account_login.so
 %{_kde4_libdir}/libamarok_service_lastfm_shared.so
 %{_kde4_applicationsdir}/amarok.desktop
 %{_kde4_applicationsdir}/amarok_containers.desktop




commit amarok for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-12-05 01:26:05

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Tue Dec  5 01:26:05 2017 rev:111 rq:547673 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-11-26 
10:35:00.070768006 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-12-05 
01:26:06.786290101 +0100
@@ -1,0 +2,6 @@
+Sat Dec  2 16:44:45 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to not build WebKit-dependent parts:
+  * Skip-qtwebkit-parts.patch
+
+---

New:

  Skip-qtwebkit-parts.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.0wCO1r/_old  2017-12-05 01:26:08.938211921 +0100
+++ /var/tmp/diff_new_pack.0wCO1r/_new  2017-12-05 01:26:08.942211776 +0100
@@ -37,6 +37,8 @@
 Patch4: amarok-taglib-compare.patch
 # PATCH-FIX-OPENSUSE gcc6-workaround.patch -- Workaround an errors seen by 
GCC6 (PR71273)
 Patch5: gcc6-workaround.patch
+# PATCH-FIX-OPENSUSE
+Patch6: Skip-qtwebkit-parts.patch
 # PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
 Patch100:   0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
@@ -135,6 +137,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ Skip-qtwebkit-parts.patch ++
From: Fabian Vogt 
Subject: Do not build parts depending on Qt WebKit

Qt WebKit is unmaintained and must not be used anymore.

Index: amarok-2.8.0/CMakeLists.txt
===
--- amarok-2.8.0.orig/CMakeLists.txt
+++ amarok-2.8.0/CMakeLists.txt
@@ -84,7 +84,7 @@ include_directories(
 ${CMAKE_CURRENT_BINARY_DIR}/shared
 )
 
-find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit 
REQUIRED )
+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED )
 find_package( KDE4 4.8.4 REQUIRED )
 
 include( KDE4Defaults )
Index: amarok-2.8.0/src/context/applets/CMakeLists.txt
===
--- amarok-2.8.0.orig/src/context/applets/CMakeLists.txt
+++ amarok-2.8.0/src/context/applets/CMakeLists.txt
@@ -1,18 +1,15 @@
 add_subdirectory( albums )
 add_subdirectory( currenttrack )
-add_subdirectory( info )
 add_subdirectory( labels )
 add_subdirectory( lyrics )
 add_subdirectory( photos )
 add_subdirectory( tabs )
-add_subdirectory( wikipedia )
 
 if( QT_QTOPENGL_FOUND )
 add_subdirectory( analyzer )
 endif()
 
 if( LIBLASTFM_FOUND )
-add_subdirectory( upcomingevents )
 add_subdirectory( similarartists )
 endif()
 



commit amarok for openSUSE:Factory

2017-11-26 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-11-26 10:34:58

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Sun Nov 26 10:34:58 2017 rev:110 rq:545319 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-11-16 
14:17:49.685078095 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-11-26 
10:35:00.070768006 +0100
@@ -1,0 +2,16 @@
+Fri Nov 24 13:33:14 UTC 2017 - kstreit...@suse.com
+
+- Fix build with libmariadb by disabling using
+  mysql_config/mariadb_config (DMYSQLCONFIG_EXECUTABLE:BOOL=OFF)
+  and let find_library() find respective libraries in predefined
+  paths [bsc#1067898]
+- Add amarok-2.8.0-find_mysql.patch to fix obvious typo in paths
+  definition in find_library()
+
+---
+Fri Nov 24 11:00:10 UTC 2017 - fab...@ritter-vogt.de
+
+- BuildIgnore openssl 1.0 headers to not conflict with 1.1 headers
+  required by some deps
+
+---

New:

  amarok-2.8.0-find_mysql.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.lnxmWx/_old  2017-11-26 10:35:02.650673931 +0100
+++ /var/tmp/diff_new_pack.lnxmWx/_new  2017-11-26 10:35:02.654673785 +0100
@@ -65,14 +65,14 @@
 Patch112:   Fix-MPRIS2-DesktopEntry-value.patch
 # PATCH-FIX-UPSTREAM Fix-crash-during-musicbrainz-search.patch kde#328359 -- 
Fix a possible crash when looking up metadata on MusicBrainz
 Patch113:   Fix-crash-during-musicbrainz-search.patch
+# PATCH-FIX-UPSTREAM amarok-2.8.0-find_mysql.patch  -- Fix obvious typo in 
paths definition in find_library()
+Patch114:   amarok-2.8.0-find_mysql.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
-%if 0%{?suse_version} < 1330
 BuildRequires:  libgpod-devel >= 0.7.0
-%endif
 BuildRequires:  libkde4-devel >= 4.6.0
 BuildRequires:  liblastfm-devel
 BuildRequires:  libmtp-devel
@@ -80,9 +80,8 @@
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqld-devel
 BuildRequires:  libofa-devel
-%if 0%{?suse_version} >= 1330
-BuildRequires:  libopenssl-1_0_0-devel
-%else
+#!BuildIgnore: libopenssl-1_0_0-devel
+%if 0%{?suse_version} < 1330
 BuildRequires:  openssl-devel
 %endif
 BuildRequires:  libqca2-devel
@@ -98,18 +97,14 @@
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib
 BuildRequires:  taglib-devel >= 1.7
-%if 0%{?suse_version} < 1330
 BuildRequires:  taglib-extras-devel >= 1.0
-%endif
 BuildRequires:  tcpd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
-%if 0%{?suse_version} < 1330
 Requires:   libtag-extras1 >= 1.0
-%endif
 Requires:   phonon-backend
 Requires:   taglib >= 1.7
 Requires(post): shared-mime-info
@@ -154,6 +149,7 @@
 %patch111 -p1
 %patch112 -p1
 %patch113 -p1
+%patch114 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
@@ -163,7 +159,8 @@
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-%cmake_kde4 -d build
+# force not to use MYSQLCONFIG as mariadb_config provided by 
mariadb-connector-c doesn't support "--libmysqld-libs" option anymore
+%cmake_kde4 -d build -- -DMYSQLCONFIG_EXECUTABLE:BOOL=OFF
 %make_jobs
 
 %install

++ amarok-2.8.0-find_mysql.patch ++
>From 745b2e18c5b58cfabcbf6e7863572122d673692e Mon Sep 17 00:00:00 2001
From: Rex Dieter 
Date: Fri, 11 Dec 2015 07:12:09 -0600
Subject: [PATCH] fix apparent/obvious error (typo?) in
 find_library(MYSQL_LIBRARIES...

---
 cmake/modules/FindMySQLAmarok.cmake | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/cmake/modules/FindMySQLAmarok.cmake 
b/cmake/modules/FindMySQLAmarok.cmake
index dffce31da0..275005c8a4 100644
--- a/cmake/modules/FindMySQLAmarok.cmake
+++ b/cmake/modules/FindMySQLAmarok.cmake
@@ -63,15 +63,15 @@ else(MYSQLCONFIG_EXECUTABLE)
   PATHS
 ~/usr/lib/mysql
 /opt/mysql/mysql/lib 
-usr/mysql/lib/mysql
-opt/local/lib/mysql5/mysql
-opt/mysqle/lib/mysql
-usr/lib/mysql
-usr/lib64/mysql
-usr/lib64
-usr/local/lib/mysql
-opt/local/lib/mysql
-opt/ports/lib/mysql5/mysql
+/usr/mysql/lib/mysql
+/opt/local/lib/mysql5/mysql
+/opt/mysqle/lib/mysql
+

commit amarok for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-11-16 14:17:46

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Thu Nov 16 14:17:46 2017 rev:109 rq:538203 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-10-23 
16:19:25.515800339 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-11-16 
14:17:49.685078095 +0100
@@ -1,0 +2,9 @@
+Wed Nov  1 12:48:10 UTC 2017 - vci...@suse.com
+
+- Workaround to fix build when openssl 1.1 is the default
+  * Temporarily drop BuildRequires of libgpod-devel and taglib-extras-devel
+that pull in libimobiledevice-devel
+  * Currently amarok builds against libopenssl1_0_0, but
+libimobiledevice-devel pulls in libopenssl1_1_0, causing a conflict
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.9hjaIb/_old  2017-11-16 14:17:51.221022483 +0100
+++ /var/tmp/diff_new_pack.9hjaIb/_new  2017-11-16 14:17:51.221022483 +0100
@@ -70,7 +70,9 @@
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
+%if 0%{?suse_version} < 1330
 BuildRequires:  libgpod-devel >= 0.7.0
+%endif
 BuildRequires:  libkde4-devel >= 4.6.0
 BuildRequires:  liblastfm-devel
 BuildRequires:  libmtp-devel
@@ -96,14 +98,18 @@
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib
 BuildRequires:  taglib-devel >= 1.7
+%if 0%{?suse_version} < 1330
 BuildRequires:  taglib-extras-devel >= 1.0
+%endif
 BuildRequires:  tcpd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
+%if 0%{?suse_version} < 1330
 Requires:   libtag-extras1 >= 1.0
+%endif
 Requires:   phonon-backend
 Requires:   taglib >= 1.7
 Requires(post): shared-mime-info




commit amarok for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-10-23 16:19:22

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Mon Oct 23 16:19:22 2017 rev:108 rq:533711 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-09-19 
16:30:37.173904304 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-10-23 
16:19:25.515800339 +0200
@@ -1,0 +2,6 @@
+Mon Oct  9 10:44:09 UTC 2017 - tchva...@suse.com
+
+- Pull in openssl-1_0_0-devel in order for the distribution to switch
+  overall to 1.1 release bsc#1042629
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.QHQJ1P/_old  2017-10-23 16:19:27.183722251 +0200
+++ /var/tmp/diff_new_pack.QHQJ1P/_new  2017-10-23 16:19:27.187722063 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# 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
@@ -78,7 +78,11 @@
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqld-devel
 BuildRequires:  libofa-devel
-BuildRequires:  libopenssl-devel
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  openssl-devel
+%endif
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
 BuildRequires:  libqt4-devel >= 4.8.2




commit amarok for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-09-19 16:29:12

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Tue Sep 19 16:29:12 2017 rev:107 rq:526986 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2017-08-29 
11:42:32.209381869 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-09-19 
16:30:37.173904304 +0200
@@ -1,0 +2,6 @@
+Sat Sep 16 20:52:17 UTC 2017 - zai...@opensuse.org
+
+- Add gstreamer-plugins-ugly Recommends: Provide mp3 playback by
+  default for users.
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.CH6xKW/_old  2017-09-19 16:31:24.919140578 +0200
+++ /var/tmp/diff_new_pack.CH6xKW/_new  2017-09-19 16:31:24.919140578 +0200
@@ -108,6 +108,7 @@
 Recommends: clamz
 Recommends: qt4-qtscript
 Recommends: kio_audiocd4
+Recommends: gstreamer-plugins-ugly
 Provides:   kde4-amarok = 2.0.90
 Obsoletes:  kde4-amarok <= 2.0.89
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit amarok for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-08-29 11:42:29

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is "amarok"

Tue Aug 29 11:42:29 2017 rev:106 rq:518864 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2016-12-26 
21:41:58.324735386 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-08-29 
11:42:32.209381869 +0200
@@ -1,0 +2,6 @@
+Thu Aug 24 10:41:10 UTC 2017 - wba...@tmo.at
+
+- Add Fix-crash-during-musicbrainz-search.patch to fix a possible
+  crash when looking up metadata on MusicBrainz (kde#328359)
+
+---

New:

  Fix-crash-during-musicbrainz-search.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Jc8g9L/_old  2017-08-29 11:42:35.612902049 +0200
+++ /var/tmp/diff_new_pack.Jc8g9L/_new  2017-08-29 11:42:35.624900357 +0200
@@ -61,8 +61,10 @@
 Patch110:   amarok-ffmpeg3.0.patch
 # PATCH-FIX-UPSTREAM Fix-for-infinite-loop-with-some-Audio-CDs.patch 
kde#339190 -- Fix for the infinite loop in case a home-burned or old audio CD 
is inserted
 Patch111:   Fix-for-infinite-loop-with-some-Audio-CDs.patch
-# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, nec essary for 
working media controls in taskbar plsama 5.7 -- kde#565275
+# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, necessary for 
working media controls in taskbar plasma 5.7 -- kde#565275
 Patch112:   Fix-MPRIS2-DesktopEntry-value.patch
+# PATCH-FIX-UPSTREAM Fix-crash-during-musicbrainz-search.patch kde#328359 -- 
Fix a possible crash when looking up metadata on MusicBrainz
+Patch113:   Fix-crash-during-musicbrainz-search.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -140,6 +142,7 @@
 %patch110 -p0
 %patch111 -p1
 %patch112 -p1
+%patch113 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ Fix-crash-during-musicbrainz-search.patch ++
>From 88ee85a8333cf54dc123fef5e07a1c92ab9f7261 Mon Sep 17 00:00:00 2001
From: Sergey Ivanov <123k...@gmail.com>
Date: Sun, 20 Aug 2017 11:25:57 +0300
Subject: Fix crash during musicbrainz search.

BUG: 328359
REVIEW: 130232
---
 ChangeLog|   3 +-
 src/musicbrainz/MusicBrainzFinder.cpp|   6 +-
 src/musicbrainz/MusicBrainzFinder.h  |   3 +-
 src/musicbrainz/MusicBrainzTagsItem.cpp  | 188 +++
 src/musicbrainz/MusicBrainzTagsItem.h|   6 +-
 src/musicbrainz/MusicBrainzTagsModel.cpp |  66 +--
 src/musicbrainz/MusicBrainzTagsModel.h   |   2 +
 src/musicbrainz/MusicBrainzXmlParser.cpp |   3 +-
 src/musicbrainz/MusicBrainzXmlParser.h   |   2 +-
 9 files changed, 141 insertions(+), 138 deletions(-)

diff --git a/src/musicbrainz/MusicBrainzFinder.cpp 
b/src/musicbrainz/MusicBrainzFinder.cpp
index 9a1b3bb..2598a0b 100644
--- a/src/musicbrainz/MusicBrainzFinder.cpp
+++ b/src/musicbrainz/MusicBrainzFinder.cpp
@@ -132,8 +132,7 @@ MusicBrainzFinder::sendNewRequest()
 }
 
 void
-MusicBrainzFinder::gotAuthenticationRequest( const QNetworkReply *reply,
- QAuthenticator *authenticator ) 
const
+MusicBrainzFinder::gotAuthenticationRequest( const QNetworkReply *reply, 
QAuthenticator *authenticator )
 {
 if( reply->url().host() == mb_host )
 {
@@ -644,8 +643,9 @@ MusicBrainzFinder::compileRequest( QUrl  )
 url.setPort( mb_port );
 
 QNetworkRequest req( url );
-req.setRawHeader( "User-Agent" , "Amarok" );
+req.setRawHeader( "Accept", "application/xml");
 req.setRawHeader( "Connection", "Keep-Alive" );
+req.setRawHeader( "User-Agent" , "Amarok" );
 
 if( !m_timer->isActive() )
 m_timer->start();
diff --git a/src/musicbrainz/MusicBrainzFinder.h 
b/src/musicbrainz/MusicBrainzFinder.h
index beb1551..4dbd4a5 100644
--- a/src/musicbrainz/MusicBrainzFinder.h
+++ b/src/musicbrainz/MusicBrainzFinder.h
@@ -51,8 +51,7 @@ class MusicBrainzFinder : public QObject
 
 private slots:
 void sendNewRequest();
-void gotAuthenticationRequest( const QNetworkReply *reply,
-   QAuthenticator *authenticator ) const;
+void gotAuthenticationRequest( const QNetworkReply *reply, 
QAuthenticator *authenticator );
 void gotReplyError( QNetworkReply::NetworkError code );
 void gotReply( QNetworkReply *reply );
 
diff --git a/src/musicbrainz/MusicBrainzTagsItem.cpp 
b/src/musicbrainz/MusicBrainzTagsItem.cpp
index 

commit amarok for openSUSE:Factory

2016-12-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-12-02 16:37:19

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.changes2016-09-25 
14:27:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-12-02 
16:37:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 07:20:36 UTC 2016 - o...@aepfle.de
+
+- Expand macro kde4_runtime_requires only when its available
+  to fix quilt setup
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.K0Gjjz/_old  2016-12-02 16:37:22.0 +0100
+++ /var/tmp/diff_new_pack.K0Gjjz/_new  2016-12-02 16:37:22.0 +0100
@@ -109,7 +109,7 @@
 Obsoletes:  kde4-amarok <= 2.0.89
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %requires_ge  %{required_libtag}
-%{kde4_runtime_requires}
+%{?kde4_runtime_requires}
 
 %description
 Amarok is a media player for all kinds of media. This includes MP3, Ogg




commit amarok for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-09-25 14:27:53

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.changes2016-05-31 
12:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-09-25 
14:27:55.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 22:12:37 UTC 2016 - corne...@solcon.nl
+
+- Add Fix-MPRIS2-DesktopEntry-value.patch to get working media
+  controls in plasma taskbar (kde#565275) 
+
+---

New:

  Fix-MPRIS2-DesktopEntry-value.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.t6rraU/_old  2016-09-25 14:27:57.0 +0200
+++ /var/tmp/diff_new_pack.t6rraU/_new  2016-09-25 14:27:57.0 +0200
@@ -61,6 +61,8 @@
 Patch110:   amarok-ffmpeg3.0.patch
 # PATCH-FIX-UPSTREAM Fix-for-infinite-loop-with-some-Audio-CDs.patch 
kde#339190 -- Fix for the infinite loop in case a home-burned or old audio CD 
is inserted
 Patch111:   Fix-for-infinite-loop-with-some-Audio-CDs.patch
+# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, nec essary for 
working media controls in taskbar plsama 5.7 -- kde#565275
+Patch112:   Fix-MPRIS2-DesktopEntry-value.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -136,6 +138,7 @@
 %patch109 -p1
 %patch110 -p0
 %patch111 -p1
+%patch112 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ Fix-MPRIS2-DesktopEntry-value.patch ++
From: Antonio Rojas 
Date: Sat, 20 Aug 2016 11:09:02 +
Subject: Fix MPRIS2 DesktopEntry value
X-Git-Url: 
http://quickgit.kde.org/?p=amarok.git=commitdiff=9449ec56d1fd77a0bfa1f7134a2bf4f91ffd14d3
---
Fix MPRIS2 DesktopEntry value

According to the MPRIS2 spec, the DesktopEntry value should be
"the basename of the .desktop file" [1], not the desktop-file-id. So
for amarok it should be "amarok" and not "kde4-amarok", regardless of
where the desktop file is installed. This fixes displaying MPRIS
controls in the Amarok taskbar tooltip in Plasma 5.7

[1] 
https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:DesktopEntry

Testing done by Antonio:

Player controls are displayed again in the Amarok taskbar tooltip in Plasma 5.7.

REVIEW: 128418
BUG: 365275
FIXED-IN: 2.9
---



--- a/src/dbus/mpris2/MediaPlayer2.cpp
+++ b/src/dbus/mpris2/MediaPlayer2.cpp
@@ -94,11 +94,7 @@
 
 QString MediaPlayer2::DesktopEntry() const
 {
-// Amarok desktop file is installed in $prefix/share/applications/kde4/
-// rather than in $prefix/share/applications. The standard way to
-// represent this dir is with a "kde4-" prefix. See:
-// 
http://standards.freedesktop.org/menu-spec/1.0/go01.html#term-desktop-file-id
-return QLatin1String("kde4-amarok");
+return QLatin1String("amarok");
 }
 
 QStringList MediaPlayer2::SupportedUriSchemes() const




commit amarok for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-05-31 12:11:10

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.changes2016-05-20 
11:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-05-31 
12:11:11.0 +0200
@@ -1,0 +2,6 @@
+Wed May 25 12:49:35 UTC 2016 - martin.li...@suse.com
+
+- Add gcc6-workaround.patch to workaround an error seen by GCC,
+  link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71273.
+
+---

New:

  gcc6-workaround.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.p4gUfZ/_old  2016-05-31 12:11:13.0 +0200
+++ /var/tmp/diff_new_pack.p4gUfZ/_new  2016-05-31 12:11:13.0 +0200
@@ -35,6 +35,8 @@
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3: revert_solid_workaround.diff
 Patch4: amarok-taglib-compare.patch
+# PATCH-FIX-OPENSUSE gcc6-workaround.patch -- Workaround an errors seen by 
GCC6 (PR71273)
+Patch5: gcc6-workaround.patch
 # PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
 Patch100:   0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
@@ -121,6 +123,7 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ gcc6-workaround.patch ++
--- amarok-2.8.0/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp   
2013-08-14 22:22:52.0 +0200
+++ amarok-2.8.0/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp   
2016-05-25 14:43:13.681557351 +0200
@@ -28,6 +28,7 @@
 #include "playlist/PlaylistModelStack.h"
 
 using namespace Playlists;
+using namespace Playlist;
 
 XSPFPlaylist::XSPFPlaylist( const KUrl , Playlists::PlaylistProvider 
*provider, OnLoadAction onLoad )
 : PlaylistFile( url, provider )
@@ -101,7 +102,7 @@
 //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist
 if( m_autoAppendAfterLoad )
 The::playlistController()->insertPlaylist(
-::Playlist::ModelStack::instance()->bottom()->rowCount(),
+ModelStack::instance()->bottom()->rowCount(),
 Playlists::PlaylistPtr( this )
 );
 }



commit amarok for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-05-20 11:54:40

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.changes2016-04-17 
22:17:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-05-20 
11:54:45.0 +0200
@@ -1,0 +2,5 @@
+Sun May 15 14:24:20 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Use share-mime-info macros (boo#979301)
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.s0hwE9/_old  2016-05-20 11:54:47.0 +0200
+++ /var/tmp/diff_new_pack.s0hwE9/_new  2016-05-20 11:54:47.0 +0200
@@ -96,6 +96,8 @@
 Requires:   libtag-extras1 >= 1.0
 Requires:   phonon-backend
 Requires:   taglib >= 1.7
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 Recommends: %{name}-lang = %{version}
 Recommends: clamz
 Recommends: qt4-qtscript
@@ -182,11 +184,11 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || 
:
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || 
:
+%mime_database_postun
 
 %files
 %defattr(-,root,root,-)




commit amarok for openSUSE:Factory

2016-04-17 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-04-17 22:17:14

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.changes2016-03-02 
14:21:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-04-17 
22:17:21.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 12 21:36:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Copy download icon from Breeze on Leap 42.1 and Tumbleweed
+
+---
+Sat Apr  9 15:04:41 UTC 2016 - wba...@tmo.at
+
+- Add Fix-for-infinite-loop-with-some-Audio-CDs.patch to fix the
+  infinite loop in case a home-burned or old audio CD (without
+  CDTEXT) is inserted (kde#339190)
+
+---

New:

  Fix-for-infinite-loop-with-some-Audio-CDs.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Q7zi77/_old  2016-04-17 22:17:23.0 +0200
+++ /var/tmp/diff_new_pack.Q7zi77/_new  2016-04-17 22:17:23.0 +0200
@@ -57,6 +57,8 @@
 # PATCH-FIX-UPSTREAM Enable_Wikipedia_over_SSL.patch boo#934730, kde#349313 - 
Unbreak Wikipedia applet by enabling SSL
 Patch109:   Enable_Wikipedia_over_SSL.patch
 Patch110:   amarok-ffmpeg3.0.patch
+# PATCH-FIX-UPSTREAM Fix-for-infinite-loop-with-some-Audio-CDs.patch 
kde#339190 -- Fix for the infinite loop in case a home-burned or old audio CD 
is inserted
+Patch111:   Fix-for-infinite-loop-with-some-Audio-CDs.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -76,7 +78,11 @@
 BuildRequires:  libqt4-devel >= 4.8.2
 BuildRequires:  libxml2-devel
 BuildRequires:  loudmouth-devel
+%if 0%{?is_opensuse}
+BuildRequires:  breeze5-icons
+%else
 BuildRequires:  oxygen-icon-theme
+%endif
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib
 BuildRequires:  taglib-devel >= 1.7
@@ -124,6 +130,7 @@
 %patch108 -p1
 %patch109 -p1
 %patch110 -p0
+%patch111 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
@@ -146,12 +153,21 @@
 #bnc722284 amarok is not really a good player for audio-cds, remove the action 
for solid
 rm -f %{buildroot}%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
 
+%if 0%{?is_opensuse}
+# Copy the icon for amzdownloader over from breeze
+for i in 16 22 24
+do
+   mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions
+   cp %{_kde4_iconsdir}/breeze/actions/${i}/download.svg 
%{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions/
+done
+%else
 # Copy the icon for amzdownloader over from oxygen
 for i in 16 22 32 48
 do
mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions
cp %{_kde4_iconsdir}/oxygen/${i}x${i}/actions/download.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions/
 done
+%endif
 
 %suse_update_desktop_file amarok Qt KDE AudioVideo Audio Player
 %suse_update_desktop_file -r amzdownloader Qt KDE AudioVideo Audio Player
@@ -204,7 +220,7 @@
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
 %{_datadir}/mime/packages/amzdownloader.xml
 %{_kde4_iconsdir}/hicolor/*/apps/amarok.*
-%{_kde4_iconsdir}/hicolor/*/actions/download.png
+%{_kde4_iconsdir}/hicolor/*/actions/download.*
 %{_kde4_appsdir}/amarok/
 %dir %{_kde4_appsdir}/desktoptheme
 %dir %{_kde4_appsdir}/desktoptheme/default

++ Fix-for-infinite-loop-with-some-Audio-CDs.patch ++
From: Stefano Pettini 
Date: Fri, 25 Mar 2016 09:15:18 +
Subject: Fix for the infinite loop in case a home-burned or old audio CD is 
inserted
X-Git-Url: 
http://quickgit.kde.org/?p=amarok.git=commitdiff=aaff3348862a1999069feff93d9e1e4d995b7225
---
Fix for the infinite loop in case a home-burned or old audio CD is inserted

Home-burned or old audio CDs usually don't have CDTEXT, that is what
was triggering the bug. The bug was releted to poor management of
track names, that are generated using the pattern "Track%1.wav". The
audiocd:/ KIO protocol requires that a device is also added to the
URL, and this was not done everywhere. Lack of device was triggering
an unexpected/strange behaviour in some KDE function making Amarok
enter an infinite loop.

REVIEW: 127468
BUG: 339190
---


--- a/src/core-impl/collections/audiocd/AudioCdCollection.cpp
+++ b/src/core-impl/collections/audiocd/AudioCdCollection.cpp
@@ -91,7 +91,9 @@
 AudioCdCollection::audiocdUrl( const QString  ) const
 {
 KUrl url("audiocd:/");
-url.addPath( path );
+
+if( !path.isEmpty() )
+   

commit amarok for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-03-02 14:21:11

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.changes2016-01-09 
23:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-03-02 
14:21:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 16:19:27 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Added amarok-ffmpeg3.0.patch to build against ffmpeg-3.0
+  libraries on PMBS.
+---

New:

  amarok-ffmpeg3.0.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.1cFyaY/_old  2016-03-02 14:21:15.0 +0100
+++ /var/tmp/diff_new_pack.1cFyaY/_new  2016-03-02 14:21:15.0 +0100
@@ -56,6 +56,7 @@
 Patch108:   0009-Fix-Ampache-plugin-connections.patch
 # PATCH-FIX-UPSTREAM Enable_Wikipedia_over_SSL.patch boo#934730, kde#349313 - 
Unbreak Wikipedia applet by enabling SSL
 Patch109:   Enable_Wikipedia_over_SSL.patch
+Patch110:   amarok-ffmpeg3.0.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -122,6 +123,7 @@
 %patch107 -p1
 %patch108 -p1
 %patch109 -p1
+%patch110 -p0
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ amarok-ffmpeg3.0.patch ++
--- src/musicbrainz/MusicDNSAudioDecoder.cpp.orig   2013-08-14 
‏‎22:22:52.0 +0200
+++ src/musicbrainz/MusicDNSAudioDecoder.cpp2016-02-26 15:55:31.0 
+0100
@@ -223,7 +223,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -231,7 +231,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );
@@ -341,7 +341,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -349,7 +349,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );
@@ -459,7 +459,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -467,7 +467,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );



commit amarok for openSUSE:Factory

2016-01-09 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-01-09 23:11:48

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.changes2015-12-20 
10:51:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-01-09 
23:11:50.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  5 07:29:12 UTC 2016 - o...@aepfle.de
+
+- Add amarok-taglib-compare.patch (kde#351013)
+
+---

New:

  amarok-taglib-compare.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.nrBG7I/_old  2016-01-09 23:11:52.0 +0100
+++ /var/tmp/diff_new_pack.nrBG7I/_new  2016-01-09 23:11:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -34,6 +34,7 @@
 Patch2: flac_mimetype_bnc671581.diff
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3: revert_solid_workaround.diff
+Patch4: amarok-taglib-compare.patch
 # PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
 Patch100:   0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
@@ -110,6 +111,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ amarok-taglib-compare.patch ++
Starting with taglib 1.10 we have to use VERSION_LESS, rather than STRLESS. 
Otherwise we get this error message:
- TagLib version too old: version searched :1.7, found 1.10
---
 cmake/modules/FindTaglib.cmake |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: amarok-2.8.0/cmake/modules/FindTaglib.cmake
===
--- amarok-2.8.0.orig/cmake/modules/FindTaglib.cmake
+++ amarok-2.8.0/cmake/modules/FindTaglib.cmake
@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
 
   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
 
-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+  if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
  message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
  set(TAGLIB_FOUND FALSE)
-  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+  else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
 
  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
 
@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
 set(TAGLIB_FOUND TRUE)
  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
-  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
+  endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
 
 else(TAGLIBCONFIG_EXECUTABLE)



commit amarok for openSUSE:Factory

2015-12-20 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-12-20 10:51:20

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.changes2015-11-24 
22:28:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-12-20 
10:51:21.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 18 16:12:05 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Do not conditionalize ffmpeg, we don't need to be in packman
+  the factory ffmpeg is enough
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.VQL8R0/_old  2015-12-20 10:51:24.0 +0100
+++ /var/tmp/diff_new_pack.VQL8R0/_new  2015-12-20 10:51:24.0 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%bcond_with ffmpeg
-
+# Make sure to require at least the version used for linking to avoid 
undefined symbols at runtime
+%define required_libtag  %(rpm -qf `ldd $(type -P tagreader) | awk 
'/libtag.so.[0-9]/{ print $3 }'`)
 Name:   amarok
 Version:2.8.0
 Release:0
@@ -59,14 +59,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  libcurl-devel
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{with ffmpeg}
-BuildRequires:  libofa-devel
-BuildRequires:  pkgconfig(libavcodec)
-BuildRequires:  pkgconfig(libavformat)
-BuildRequires:  pkgconfig(libavutil)
-%endif
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel >= 0.7.0
 BuildRequires:  libkde4-devel >= 4.6.0
@@ -75,6 +67,7 @@
 BuildRequires:  libmygpo-qt-devel >= 1.0.5
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqld-devel
+BuildRequires:  libofa-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
@@ -87,21 +80,22 @@
 BuildRequires:  taglib-devel >= 1.7
 BuildRequires:  taglib-extras-devel >= 1.0
 BuildRequires:  tcpd-devel
-%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
-%endif
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 Requires:   libtag-extras1 >= 1.0
 Requires:   phonon-backend
 Requires:   taglib >= 1.7
-# Make sure to require at least the version used for linking to avoid 
undefined symbols at runtime
-%define required_libtag  %(rpm -qf `ldd $(type -P tagreader) | awk 
'/libtag.so.[0-9]/{ print $3 }'`)
-%requires_ge  %{required_libtag}
 Recommends: %{name}-lang = %{version}
 Recommends: clamz
 Recommends: qt4-qtscript
 Provides:   kde4-amarok = 2.0.90
 Obsoletes:  kde4-amarok <= 2.0.89
-%kde4_runtime_requires
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%requires_ge  %{required_libtag}
+%{kde4_runtime_requires}
 
 %description
 Amarok is a media player for all kinds of media. This includes MP3, Ogg
@@ -109,6 +103,7 @@
 .m3u or .pls files.
 
 %lang_package
+
 %prep
 : required_libtag '%{required_libtag}'
 %setup -q
@@ -127,7 +122,7 @@
 %patch109 -p1
 
 # Remove build time references so build-compare can do its work
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y')
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/main.cpp
 
 %build
@@ -147,17 +142,15 @@
 #bnc722284 amarok is not really a good player for audio-cds, remove the action 
for solid
 rm -f %{buildroot}%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
 
-  # Copy the icon for amzdownloader over from oxygen
-  for i in 16 22 32 48
-  do
+# Copy the icon for amzdownloader over from oxygen
+for i in 16 22 32 48
+do
  mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions
  cp %{_kde4_iconsdir}/oxygen/${i}x${i}/actions/download.png 
%{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/actions/
-  done
+done
 
-%if 0%{?suse_version}
 %suse_update_desktop_file amarok Qt KDE AudioVideo Audio Player
 %suse_update_desktop_file -r amzdownloader Qt KDE AudioVideo Audio Player
-%endif
 
 %fdupes -s %{buildroot}
 




commit amarok for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-11-24 22:28:27

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.changes2015-10-02 
15:37:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-11-24 
22:28:29.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 18 13:00:31 UTC 2015 - tittiatc...@gmail.com
+
+- Drop the recommends for moodbar. This would free us from 
+  gstreamer_0.10
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.ykxRAw/_old  2015-11-24 22:28:31.0 +0100
+++ /var/tmp/diff_new_pack.ykxRAw/_new  2015-11-24 22:28:31.0 +0100
@@ -98,7 +98,6 @@
 %requires_ge  %{required_libtag}
 Recommends: %{name}-lang = %{version}
 Recommends: clamz
-Recommends: moodbar
 Recommends: qt4-qtscript
 Provides:   kde4-amarok = 2.0.90
 Obsoletes:  kde4-amarok <= 2.0.89




commit amarok for openSUSE:Factory

2015-10-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-10-02 15:37:15

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.changes2015-07-19 
11:44:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-10-02 
15:37:16.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 22 08:47:31 UTC 2015 - o...@aepfle.de
+
+- Use pkgconfig for ffmpeg BuildRequires
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.0OmA21/_old  2015-10-02 15:37:18.0 +0200
+++ /var/tmp/diff_new_pack.0OmA21/_new  2015-10-02 15:37:18.0 +0200
@@ -62,8 +62,10 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with ffmpeg}
-BuildRequires:  libffmpeg-devel
 BuildRequires:  libofa-devel
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 %endif
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel >= 0.7.0




commit amarok for openSUSE:Factory

2015-07-19 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-07-19 11:44:14

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.changes2015-02-06 
22:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-07-19 
11:44:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  9 09:50:57 UTC 2015 - wba...@tmo.at
+
+- Add Enable_Wikipedia_over_SSL.patch to make the Wikipedia applet
+  work again (boo#934730, kde#349313)
+  
+---

New:

  Enable_Wikipedia_over_SSL.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.WC1V6a/_old  2015-07-19 11:44:17.0 +0200
+++ /var/tmp/diff_new_pack.WC1V6a/_new  2015-07-19 11:44:17.0 +0200
@@ -53,6 +53,8 @@
 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
+# PATCH-FIX-UPSTREAM Enable_Wikipedia_over_SSL.patch boo#934730, kde#349313 - 
Unbreak Wikipedia applet by enabling SSL
+Patch109:   Enable_Wikipedia_over_SSL.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -121,6 +123,7 @@
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
+%patch109 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y')

++ Enable_Wikipedia_over_SSL.patch ++
From: Frank Meerkötter fr...@meerkoetter.org
Date: Thu, 12 Sep 2013 19:44:03 +
Subject: Enable Wikipedia over SSL.
X-Git-Tag: v2.8.90
X-Git-Url: 
http://quickgit.kde.org/?p=amarok.gita=commitdiffh=284342b48dc32341c3553fd2b0ee5069d75b58f9
---
Enable Wikipedia over SSL.

This patch makes SSL the default. It also adds a checkbox to disable
it so if there would be a problem a fallback to HTTP is possible.

BUG: 322249
REVIEW: 112706
FIXED-IN: 2.9
---


--- a/src/context/applets/wikipedia/WikipediaApplet.cpp
+++ b/src/context/applets/wikipedia/WikipediaApplet.cpp
@@ -250,11 +250,14 @@
 }
 langList = list;
 useMobileWikipedia = (generalSettingsUi.mobileCheckBox-checkState() == 
Qt::Checked);
+useSSL = (generalSettingsUi.sslCheckBox-checkState() == Qt::Checked);
 Amarok::config(Wikipedia Applet).writeEntry( PreferredLang, list );
 Amarok::config(Wikipedia Applet).writeEntry( UseMobile, 
useMobileWikipedia );
+Amarok::config( Wikipedia Applet ).writeEntry( UseSSL, useSSL );
 _paletteChanged( App::instance()-palette() );
 dataContainer-setData( lang, langList );
 dataContainer-setData( mobile, useMobileWikipedia );
+dataContainer-setData( ssl, useSSL );
 scheduleEngineUpdate();
 }
 
@@ -656,9 +659,11 @@
 // Read config and inform the engine.
 d-langList = Amarok::config(Wikipedia Applet).readEntry( 
PreferredLang, QStringList()  en );
 d-useMobileWikipedia = Amarok::config(Wikipedia Applet).readEntry( 
UseMobile, false );
+d-useSSL = Amarok::config( Wikipedia Applet ).readEntry( UseSSL, true 
);
 d-_paletteChanged( App::instance()-palette() );
 d-dataContainer-setData( lang, d-langList );
 d-dataContainer-setData( mobile, d-useMobileWikipedia );
+d-dataContainer-setData( ssl, d-useSSL );
 d-scheduleEngineUpdate();
 
 updateConstraints();
@@ -787,6 +792,7 @@
 QWidget *genSettings = new QWidget;
 d-generalSettingsUi.setupUi( genSettings );
 d-generalSettingsUi.mobileCheckBox-setCheckState( d-useMobileWikipedia 
? Qt::Checked : Qt::Unchecked );
+d-generalSettingsUi.sslCheckBox-setCheckState( d-useSSL ? Qt::Checked : 
Qt::Unchecked );
 
 connect( d-languageSettingsUi.downloadButton, SIGNAL(clicked()), this, 
SLOT(_getLangMap()) );
 connect( parent, SIGNAL(okClicked()), this, SLOT(_loadSettings()) );

--- a/src/context/applets/wikipedia/WikipediaApplet_p.h
+++ b/src/context/applets/wikipedia/WikipediaApplet_p.h
@@ -143,6 +143,7 @@
 bool isForwardHistory;
 bool isBackwardHistory;
 bool useMobileWikipedia;
+bool useSSL;
 };
 
 class WikipediaSearchLineEdit : public Plasma::LineEdit

--- a/src/context/applets/wikipedia/wikipediaGeneralSettings.ui
+++ b/src/context/applets/wikipedia/wikipediaGeneralSettings.ui
@@ -6,8 +6,8 @@
rect
 x0/x
 y0/y
-width244/width
-height23/height
+width253/width
+height62/height
/rect
   /property
   property name=sizePolicy
@@ -32,6 +32,13 @@
/property
   /widget
  /item
+ item 

commit amarok for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2015-02-06 22:36:30

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.changes2015-01-15 
15:58:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-02-06 
22:36:31.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 10:08:19 UTC 2015 - co...@suse.com
+
+- add the changes file as source so the .src.rpm can be rebuild
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.FsXgaU/_old  2015-02-06 22:36:33.0 +0100
+++ /var/tmp/diff_new_pack.FsXgaU/_new  2015-02-06 22:36:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,6 +26,8 @@
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://amarok.kde.org/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
+# for reproducible builds
+Source99:   %{name}.changes
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
 Patch1: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
@@ -121,7 +123,7 @@
 %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')
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{S:99} '+%%b %%e %%Y')
 sed -i s/__DATE__/\$FAKE_BUILDDATE\/ src/main.cpp
 
 %build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2015-01-15 Thread h_root
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.changes2014-12-22 
12:52:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2015-01-15 
15:58:24.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan 10 09:06:49 UTC 2015 - lbeltr...@kde.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.2dDFqo/_new  2015-01-15 15:58:26.0 +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 adap...@gmail.com
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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2014-12-22 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2014-12-22 12:54:10

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.changes2014-11-19 
20:26:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2014-12-22 
12:52:47.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 18 17:08:44 UTC 2014 - o...@aepfle.de
+
+- Require correct libtag.so to avoid undefined symbols at runtime
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.RtQ3z6/_old  2014-12-22 12:52:49.0 +0100
+++ /var/tmp/diff_new_pack.RtQ3z6/_new  2014-12-22 12:52:49.0 +0100
@@ -73,15 +73,19 @@
 BuildRequires:  loudmouth-devel
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  qt4-qtscript
-BuildRequires:  taglib-devel
-BuildRequires:  taglib-extras-devel
+BuildRequires:  taglib
+BuildRequires:  taglib-devel = 1.7
+BuildRequires:  taglib-extras-devel = 1.0
 BuildRequires:  tcpd-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   libtag-extras1 = 1.0
 Requires:   phonon-backend
-Requires:   taglib = 1.6
+Requires:   taglib = 1.7
+# Make sure to require at least the version used for linking to avoid 
undefined symbols at runtime
+%define required_libtag  %(rpm -qf `ldd $(type -P tagreader) | awk 
'/libtag.so.[0-9]/{ print $3 }'`)
+%requires_ge  %{required_libtag}
 Recommends: %{name}-lang = %{version}
 Recommends: clamz
 Recommends: moodbar
@@ -97,6 +101,7 @@
 
 %lang_package
 %prep
+: required_libtag '%{required_libtag}'
 %setup -q
 %patch1
 %patch2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2014-11-19 20:24:09

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.changes2014-05-08 
12:38:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2014-11-19 
20:26:47.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 00:40:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.84hJv8/_old  2014-11-19 20:26:49.0 +0100
+++ /var/tmp/diff_new_pack.84hJv8/_new  2014-11-19 20:26:49.0 +0100
@@ -152,11 +152,11 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null 21 || 
:
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime  /dev/null 21 || 
:
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2014-04-21 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2014-04-22 07:37:46

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.changes2013-10-03 
15:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2014-04-22 
07:37:46.0 +0200
@@ -1,0 +2,4 @@
+Fri Mar 7 18:29:32 UTC 2014 - tittiatc...@gmail.com
+
+- Remove nepomuk-core from the buildrequires
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.IZlsZ2/_old  2014-04-22 07:37:48.0 +0200
+++ /var/tmp/diff_new_pack.IZlsZ2/_new  2014-04-22 07:37:48.0 +0200
@@ -70,7 +70,6 @@
 BuildRequires:  libqjson-devel
 BuildRequires:  libqt4-devel = 4.8.2
 BuildRequires:  loudmouth-devel
-BuildRequires:  nepomuk-core-devel
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-09-11 11:00:53

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.changes2013-08-22 
13:10:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-09-11 
11:00:54.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep  9 19:23:13 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch,
+  0003-Optimization-Don-t-draw-more-than-necessary.patch,
+  0004-Fix-reading-Album-Artist-Compilation-Disc-Number-in-.patch,
+  0005-Sync-playlist-search-config-instantly.patch,
+  0006-Don-t-suppress-html-tag-like-characters.patch and
+  0007-Fix-performance-issue-with-large-podcast-feeds.patch
+  which resolve kde#323735, kde#324295, kde#324614, kde#283022 and
+  kde#323119
+- Renamed Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
+
+---

Old:

  Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch

New:

  0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
  0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch
  0003-Optimization-Don-t-draw-more-than-necessary.patch
  0004-Fix-reading-Album-Artist-Compilation-Disc-Number-in-.patch
  0005-Sync-playlist-search-config-instantly.patch
  0006-Don-t-suppress-html-tag-like-characters.patch
  0007-Fix-performance-issue-with-large-podcast-feeds.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.wZJADa/_old  2013-09-11 11:00:55.0 +0200
+++ /var/tmp/diff_new_pack.wZJADa/_new  2013-09-11 11:00:55.0 +0200
@@ -32,8 +32,21 @@
 Patch2: flac_mimetype_bnc671581.diff
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3: revert_solid_workaround.diff
-# PATCH-FIX-UPSTREAM 
Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids adding the 
analyzer applet on phonon backends that don't support it (e.g. vlc)
-Patch100:   Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
+# PATCH-FIX-UPSTREAM 
0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids 
adding the analyzer applet on phonon backends that don't support it (e.g. vlc)
+Patch100:   0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
+# PATCH-FIX-UPSTREAM 
0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch -- Don't allow 
adding Analyzer applet when not supported.
+# Also now shows an error message explaining why it can't be used.
+Patch101:   0002-Don-t-allow-adding-Analyzer-applet-when-not-supporte.patch
+# PATCH-FIX-UPSTREAM 0003-Optimization-Don-t-draw-more-than-necessary.patch -- 
optimization for Analyzer applet
+Patch102:   0003-Optimization-Don-t-draw-more-than-necessary.patch
+# PATCH-FIX-UPSTREAM 
0004-Fix-reading-Album-Artist-Compilation-Disc-Number-in-.patch -- fixes 
reading APE tags (kde#323735)
+Patch103:   0004-Fix-reading-Album-Artist-Compilation-Disc-Number-in-.patch
+# PATCH-FIX-UPSTREAM 0005-Sync-playlist-search-config-instantly.patch -- 
kde#324295
+Patch104:   0005-Sync-playlist-search-config-instantly.patch
+# PATCH-FIX-UPSTREAM 0006-Don-t-suppress-html-tag-like-characters.patch -- 
kde#324614
+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
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -88,6 +101,12 @@
 %patch2
 %patch3 -p1
 %patch100 -p1
+%patch101 -p1
+%patch102 -p1
+%patch103 -p1
+%patch104 -p1
+%patch105 -p1
+%patch106 -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')

++ 0001-Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch ++
From e631534993c03244a36ed013c186ad8bf83ca1fd Mon Sep 17 00:00:00 2001
From: Mark Kretschmann kretschm...@kde.org
Date: Sun, 18 Aug 2013 12:22:35 +0200
Subject: [PATCH 02/10] Don't add the analyzer applet when Phonon doesn't
 support it.

Stupid... I forgot about that file.

BUG: 323632
BACKPORT
---
 data/amarok_homerc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/amarok_homerc b/data/amarok_homerc
index d2da7ed..4a5aa4b 100644
--- a/data/amarok_homerc
+++ b/data/amarok_homerc
@@ -1,3 +1,3 @@
 [Containment 0]
 firstShowingApplet=0

commit amarok for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-08-22 13:10:58

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.changes2013-08-19 
15:47:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-08-22 
13:10:59.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 21 15:04:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
+  from upstream, avoids adding the analyzer applet on phonon backends
+  that don't support it (e.g. vlc)
+
+---

New:

  Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.3m7C9p/_old  2013-08-22 13:11:00.0 +0200
+++ /var/tmp/diff_new_pack.3m7C9p/_new  2013-08-22 13:11:00.0 +0200
@@ -32,6 +32,8 @@
 Patch2: flac_mimetype_bnc671581.diff
 # PATCH-FIX-UPSTREAM revert_solid_workaround.diff
 Patch3: revert_solid_workaround.diff
+# PATCH-FIX-UPSTREAM 
Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids adding the 
analyzer applet on phonon backends that don't support it (e.g. vlc)
+Patch100:   Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -85,6 +87,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch100 -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')

++ Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch ++
From e631534993c03244a36ed013c186ad8bf83ca1fd Mon Sep 17 00:00:00 2001
From: Mark Kretschmann kretschm...@kde.org
Date: Sun, 18 Aug 2013 12:22:35 +0200
Subject: [PATCH 02/10] Don't add the analyzer applet when Phonon doesn't
 support it.

Stupid... I forgot about that file.

BUG: 323632
BACKPORT
---
 data/amarok_homerc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/amarok_homerc b/data/amarok_homerc
index d2da7ed..4a5aa4b 100644
--- a/data/amarok_homerc
+++ b/data/amarok_homerc
@@ -1,3 +1,3 @@
 [Containment 0]
 firstShowingApplet=0
-plugins=currenttrack,analyzer,wikipedia,lyrics
+plugins=currenttrack,wikipedia,lyrics
-- 
1.8.3.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-08-19 15:47:57

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.changes2013-07-08 
07:26:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-08-19 
15:47:59.0 +0200
@@ -1,0 +2,55 @@
+Wed Aug 14 21:26:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.8.0
+VERSION 2.8
+  * FEATURES:
+* Tracks from Recently Played List widget can now directly be 
+  added to the playlist. (kde#279263, kde#296090)
+  * CHANGES:
+* The Jamendo service now uses a higher quality MP3 format 
+  instead of Ogg Vorbis.
+* Added an option whether adding tracks to playlist should 
+  start playing. (kde#322428)
+* Amarok now depends on Qt 4.8.3.
+* Amarok now uses FindFFMpeg.cmake from kdelibs
+  * BUGFIXES:
+* Don't reload Wikipedia applet content if artist/album have 
+  not changed. (kde#112044)
+* Jamendo service: Albums are now downloaded directly instead 
+  of going via BitTorrent. This is far more reliable and also 
+  supports on-the-fly transcoding. (kde#299434)
+* Work-around Solid UDisks2 backend bug that caused 
+  USB Mass Storage devices and iPods not being recognized when 
+  connected before Amarok was started. Also fixes a bug where
+  blank devices would appear in Play Media dialog. 
+  (kde#322980)
+* Definitely fix a bug where storing Last.fm credentials in 
+  plain-text isn't offered when KWallet is disabled. 
+  (kde#315306)
+* Radio streams from scripted services are now 
+  instantly playable. (kde#320718)
+* Recently Played List widget now keeps its own time for 
+  tracks instead of relying on the Last Played statistic. 
+  (kde#302485)
+* Prevent hitting an assertion failure if just removed track 
+  from the Local Collection is edited. (kde#322474)
+* Fixed a regression introduced in 2.8 Beta where tracks in 
+  the Local Collection were sometimes forgotten and then 
+  found again. (kde#322603)
+* Fixed invalid SQL queries when you have files or folders 
+  with an apostrophe in your collection. (kde#322415)
+* Fixed organizing/copying/moving tracks to Local 
+  Collection on Windows. (kde#279560, kde#302251)
+* Various usability improvements for the applet toolbar. 
+  (kde#197948)
+* Removed broken Apply button in applets' settings dialog. 
+  (kde#322015)
+* Fix incorrect colors in Context View toolbar when 
+  switching themes. (kde#301305)
+* Many fixes for various bugs with switching desktop color 
+  themes at runtime, including OSD, spectrum analyzer,
+  collection browser.
+* Avoid updating the MPRIS2 Metadata between tracks. 
+  (kde#321602)
+
+---

Old:

  amarok-2.7.90.tar.bz2

New:

  amarok-2.8.0.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.2wnqZh/_old  2013-08-19 15:48:02.0 +0200
+++ /var/tmp/diff_new_pack.2wnqZh/_new  2013-08-19 15:48:02.0 +0200
@@ -19,13 +19,13 @@
 %bcond_with ffmpeg
 
 Name:   amarok
-Version:2.7.90
+Version:2.8.0
 Release:0
 Summary:Media Player for KDE
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://amarok.kde.org/
-Source0:
ftp://ftp.kde.org/pub/kde/unstable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
 Patch1: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files

++ amarok-2.7.90.tar.bz2 - amarok-2.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.7.90.tar.bz2 
/work/SRC/openSUSE:Factory/.amarok.new/amarok-2.8.0.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-07-08 07:26:53

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.changes2013-05-16 
15:16:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-07-08 
07:26:56.0 +0200
@@ -1,0 +2,195 @@
+Thu Jul  4 13:56:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.7.90
+  * FEATURES:
+* Ctrl+C copies the currently playing artist  title to the 
+  clipboard. (kde#228872)
+* Volume fade-out is now also available for pause.
+* The Files browser now has a Refresh button. (kde#213666)
+* The active playlist item is animated with a soft glow effect.
+* Added an audio analyzer visualization applet.
+* Added a function for resetting the GUI layout back to default 
+  state. (kde#300753)
+* Pressing enter when searching collections now adds found 
+  tracks to the playlist and clears the search bar, this is a 
+  very convenient way to populate your playlist.
+* Allow to transcode only certain (different format, 
+  playability) tracks when transferring them to a 
+  collection (kde#312407)
+* On-Screen-Display fades in/out smoothly.
+* Added support for .asx playlists; (kde#170207)
+* Add Radio GFM radio streams to Cool Stream Script. 
+  (kde#317978)
+* Added options to pause playback on system suspend and to 
+  inhibit automatic suspend  if playing a track (enabled by 
+  default); (kde#259862) (kde#222571)
+* Playlist files are now read asynchronously when possible; 
+  (kde#291934)
+* Added support to filter tracks to scrobble to Last.fm by 
+  label. (kde#140198)
+* Added transcoding support for Opus codec if ffmpeg is 
+  compiled with support for the libopus library
+* Added keyboard shortcuts for small 2 s seeks 
+  (Ctrl + Left/Right) and long 1 minute  seeks 
+  (Shift + Left/Right) in addition to standard 10 s seeks. 
+  Durations are now configurable in amarokrc, see 
+  Amarok Handbook (kde#177258)
+* Added support for files in Opus codec if Amarok is compiled 
+  against recent enough TagLib (post 1.8) (kde#312905)
+* Added Ctrl+H shortcut to randomize playlist (kde#208061)
+  * CHANGES:
+* Removed LikeBack (a development feature in debug builds). 
+  (kde#312498) (kde#252323)
+* Collection Browser: Artist level was renamed to Track Artist
+  and replaced by Album Artist by default. Various Artists 
+  item is no longer shown under Track Artist level.
+* Removed the splash screen.
+* Playlist-related actions were harmonized, double-clicking 
+  or pressing enter will append tracks to playlist, using any
+  play media action will prepend tracks to queue and 
+  immediately start playing; middle-clicking or will append 
+   play while other append or replace actions will no longer
+  start playback. (kde#145468, kde#145490, kde#194549)
+* When a new collection plugin is enabled, its collections 
+  appear immediately without a need for restart.
+* Update the MusicBrainz tagger to MusicBrainz web service 2,
+  make it show some more good suggestions for tagging, and add
+  some options to help choosing the best results.
+* Add note about generating .mood files into Moodbar Options; 
+  (kde#289483)
+* Amarok now depends on Qt 4.8.2.
+* Add prepareToQuit() signal to Amarok.Window script bindings;
+  (kde#241066)
+* Data CDs are now recognized in Amarok; (kde#316128)
+* On-Screen-Display now uses the system font instead of 
+  hardcoded sans-serif. (kde#248707)
+* Fancy behavior of some context menus showing different 
+  actions when Shift key is held has been reverted. 
+  All entries are now shown all the time.
+* The dynamic playlist behavior has changed. It will no longer
+  generate pretty good playlists that do not fulfill the 
+  given biases. Instead it might add no song at all if given 
+  impossible-to-fulfill conditions.
+* The tracks have been hidden in the playlist warning when 
+  filtering the playlist is now displayed inside the playlist.
+  (kde#260352)
+* Update tag widget for Layout edit, filter edit, organize 
+  collection and guess tag dialog.
+* When fadeout and/or Replay Gain isn't possible, gray-out 
+  related UI elements in order not to fool users.
+  * BUGFIXES:
+* When you remove whole directories from the Local Collection 
+  and have Watch Folders for Changes enabled, the tracks now 
+  disappear from Collection Browser. (kde#311078)
+* Fix 

commit amarok for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-05-16 15:16:04

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.changes2013-02-17 
16:55:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-05-16 
15:16:11.0 +0200
@@ -1,0 +2,28 @@
+Wed May 15 23:07:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.7.1
+  * CHANGES:
+* Problematic support for treating MusicBrainz ids as track 
+  unique ids was dropped; should avoid surprising 
+  Duplicate Tracks Found errors. (315329)
+  * BUGFIXES:
+* Fix inability to reverse Use Music Location decision and 
+  inability to clear database once all collection directories 
+  have been unset. (kde#316216)
+* Fix frequent crashes on Linux when starting to play a track. 
+  (kde#319371)
+* Fix compilation error on systems with gcc-4.2 (kde#314528)
+* Fix inability to create database when home directory contains 
+  non-ASCII characters. (kde#313914)
+* Fix typo in Nepomuk query which did not let track numbers of 
+  Nepomuk Collection tracks show up in Amarok. (kde#311847)
+- Drop fix-crashes-on-track-change.patch and trackNumber-typo-fix.diff
+  these patches are included in this release
+
+---
+Thu May  9 18:10:48 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added fix-crashes-on-track-change.patch, fixes frequent crashes
+  when changing tracks (kde#319371)
+
+---

Old:

  amarok-2.7.0.tar.bz2
  trackNumber-typo-fix.diff

New:

  amarok-2.7.1.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.4slR6B/_old  2013-05-16 15:16:12.0 +0200
+++ /var/tmp/diff_new_pack.4slR6B/_new  2013-05-16 15:16:12.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with ffmpeg
 
 Name:   amarok
-Version:2.7.0
+Version:2.7.1
 Release:0
 Summary:Media Player for KDE
 License:GPL-2.0+
@@ -32,8 +32,6 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch2: flac_mimetype_bnc671581.diff
 Patch3: revert_solid_workaround.diff
-# PATCH-FIX-UPSTREAM trackNumber-typo-fix.diff -- fixes kde#311847, track 
number not shown in Nepomuk collection
-Patch4: trackNumber-typo-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -85,7 +83,6 @@
 %patch1
 %patch2
 %patch3 -p1
-%patch4 -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')

++ amarok-2.7.0.tar.bz2 - amarok-2.7.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.7.0.tar.bz2 
/work/SRC/openSUSE:Factory/.amarok.new/amarok-2.7.1.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2013-02-17 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-02-17 16:55:47

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2013-01-20 
11:56:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-02-17 
16:55:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 14:54:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added trackNumber-typo-fix.diff, fixes kde#311847, track number 
+  not shown in Nepomuk collection
+
+---

New:

  trackNumber-typo-fix.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.8jP2WP/_old  2013-02-17 16:55:52.0 +0100
+++ /var/tmp/diff_new_pack.8jP2WP/_new  2013-02-17 16:55:52.0 +0100
@@ -32,6 +32,8 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch2: flac_mimetype_bnc671581.diff
 Patch3: revert_solid_workaround.diff
+# PATCH-FIX-UPSTREAM trackNumber-typo-fix.diff -- fixes kde#311847, track 
number not shown in Nepomuk collection
+Patch4: trackNumber-typo-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -83,6 +85,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -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')

++ trackNumber-typo-fix.diff ++
--- a/src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.cpp
+++ b/src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.cpp
@@ -123,7 +123,7 @@
?r nfo:sampleRate ?sampleRate .
}
OPTIONAL {
-   ?r nmm:trackNumber ?trackNumer .
+   ?r nmm:trackNumber ?trackNumber .
}
OPTIONAL {
?r nfo:codec ?type .

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-01-20 11:56:11

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-12-20 
15:23:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-01-20 
11:56:18.0 +0100
@@ -1,0 +2,40 @@
+Fri Jan 18 05:09:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 2.7
+  * FEATURES:
+* Track dragging support in Unique Tracks tab of the Synchronize 
+  Statistics action; allows you to do a diff between collections 
+  and transfer missing tracks. (kde#237266)
+* Amarok now scrobbles tracks in streams if the stream correctly 
+  updates meta-data. (kde#240732)
+* When scrobbling to Last.fm, Amarok announces suggested tag 
+  corrections (configurable). (kde#309697)
+* Ability to scrobble recently played tracks from iPod (and 
+  the like) to Last.fm.
+* Synchronization of labels and rating between Last.fm and 
+  Amarok collections; play count can be synchronized one-way 
+  from Last.fm to Amarok. (kde#206249)
+* Statistics synchronization between collections, supports 
+  rating, first / last played time, play count and labels.
+* New APG constraint: Specify a total file size for playlist.
+  (kde#283618)
+* Amazon store: Added support for Amazon MP3 in Italy and 
+  Spain. (kde#307981)
+* Mark downloaded podcast episodes to keep, even when purge 
+  is enabled. (kde#261062)
+* Nepomuk plugin: Play and manage tracks using the Nepomuk 
+  database.
+* Support for reading and writing tags from/to mod, s3m, 
+  it and xm files.
+* Amazon store: It is now possible to add items to your 
+  shopping cart using amarok:// URLs.
+* Amazon store: Use the context info applet to show further 
+  infos about a selected item.
+* New argument --debug-audio to enable Phonon debugging.
+* Amazon store: We now ship a utility to handle downloads 
+  from Amazon.
+
+- Removed patch liblastfm1-support.diff (fixed upstream)
+- Added build require for nepomuk-core-devel for the Nepomuk plugin
+
+---

Old:

  amarok-2.6.0.tar.bz2
  liblastfm1-support.diff

New:

  amarok-2.7.0.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.iUbftc/_old  2013-01-20 11:56:20.0 +0100
+++ /var/tmp/diff_new_pack.iUbftc/_new  2013-01-20 11:56:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,7 +19,7 @@
 %bcond_with ffmpeg
 
 Name:   amarok
-Version:2.6.0
+Version:2.7.0
 Release:0
 Summary:Media Player for KDE
 License:GPL-2.0+
@@ -32,7 +32,6 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch2: flac_mimetype_bnc671581.diff
 Patch3: revert_solid_workaround.diff
-Patch4: liblastfm1-support.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -56,6 +55,7 @@
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
 BuildRequires:  loudmouth-devel
+BuildRequires:  nepomuk-core-devel
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib-devel
 BuildRequires:  taglib-extras-devel
@@ -83,7 +83,6 @@
 %patch1
 %patch2
 %patch3 -p1
-%patch4 -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')
@@ -139,6 +138,7 @@
 %{_kde4_bindir}/amarokcollectionscanner
 %{_kde4_bindir}/amarokmp3tunesharmonydaemon
 %{_kde4_bindir}/amarokpkg
+%{_kde4_bindir}/amzdownloader
 %{_kde4_modulesdir}/amarok_*
 %{_kde4_modulesdir}/kcm_amarok_service_*
 %{_kde4_libdir}/libamarok-sqlcollection.so.*
@@ -148,6 +148,7 @@
 %{_kde4_libdir}/libamarokocsclient.so.*
 %{_kde4_libdir}/libamarokpud.so.*
 %{_kde4_libdir}/libampache_account_login.so
+%{_kde4_libdir}/libamarok_service_lastfm_shared.so
 %{_kde4_applicationsdir}/amarok.desktop
 %{_kde4_applicationsdir}/amarok_containers.desktop
 %{_datadir}/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml

++ amarok-2.6.0.tar.bz2 - 

commit amarok for openSUSE:Factory

2012-12-20 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-12-20 15:23:43

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-11-02 
22:23:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-12-20 
15:23:44.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 16 01:09:22 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- fix broken signal/slot signatures caused by SR:130759
+
+---



Other differences:
--
++ revert_solid_workaround.diff ++
--- /var/tmp/diff_new_pack.rq3izu/_old  2012-12-20 15:23:48.0 +0100
+++ /var/tmp/diff_new_pack.rq3izu/_new  2012-12-20 15:23:48.0 +0100
@@ -10,10 +10,10 @@
 - this, SLOT( slotAddSolidDevice( const QString  ) ) );
 -connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceRemoved( const 
QString  ) ),
 - this, SLOT( slotRemoveSolidDevice( const QString  ) ) );
-+connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceAdded( QString 
 ) ),
-+ this, SLOT( slotAddSolidDevice( QString  ) ) );
-+connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceRemoved( 
QString  ) ),
-+ this, SLOT( slotRemoveSolidDevice( QString  ) ) );
++connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceAdded(QString) 
),
++ this, SLOT( slotAddSolidDevice(QString) ) );
++connect( Solid::DeviceNotifier::instance(), SIGNAL( 
deviceRemoved(QString) ),
++ this, SLOT( slotRemoveSolidDevice(QString) ) );
  }
  
  MediaDeviceCache::~MediaDeviceCache()
@@ -23,8 +23,8 @@
  {
 -connect( ssa, SIGNAL( accessibilityChanged(bool, const 
QString) ),
 -this, SLOT( slotAccessibilityChanged(bool, const 
QString) ) );
-+connect( ssa, SIGNAL( accessibilityChanged(bool, QString) ),
-+this, SLOT( slotAccessibilityChanged(bool, QString) ) );
++connect( ssa, SIGNAL( accessibilityChanged(bool,QString) ),
++this, SLOT( slotAccessibilityChanged(bool,QString) ) );
  m_volumes.append( device.udi() );
  }
  if( ssa-isAccessible() )
@@ -45,8 +45,8 @@
  {
 -connect( ssa, SIGNAL( accessibilityChanged(bool, const QString) 
),
 -this, SLOT( slotAccessibilityChanged(bool, const QString) ) 
);
-+connect( ssa, SIGNAL( accessibilityChanged(bool, QString) ),
-+this, SLOT( slotAccessibilityChanged(bool, QString) ) );
++connect( ssa, SIGNAL( accessibilityChanged(bool,QString) ),
++this, SLOT( slotAccessibilityChanged(bool,QString) ) );
  m_volumes.append( device.udi() );
  }
  if( ssa-isAccessible() )
@@ -56,8 +56,8 @@
  {
 -disconnect( device.asSolid::StorageAccess(), SIGNAL( 
accessibilityChanged(bool, const QString) ),
 -this, SLOT( slotAccessibilityChanged(bool, const 
QString) ) );
-+disconnect( device.asSolid::StorageAccess(), SIGNAL( 
accessibilityChanged(bool, QString) ),
-+this, SLOT( slotAccessibilityChanged(bool, QString) ) );
++disconnect( device.asSolid::StorageAccess(), SIGNAL( 
accessibilityChanged(bool,QString) ),
++this, SLOT( slotAccessibilityChanged(bool,QString) ) );
  m_volumes.removeAll( udi );
  emit deviceRemoved( udi );
  }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-11-02 22:23:34

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-09-11 
07:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-11-02 
22:23:37.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  2 15:54:05 UTC 2012 - ctri...@opensuse.org
+
+- Install the english handbook only with the lang-package as otherwise
+  translations will not be displayed when they are provided by 
+  bundle-lang-kde-* (bnc#695108)
+- No longer Build-require libksuseinstall-devel as the corresponding
+  patch was removed
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.z88eQk/_old  2012-11-02 22:23:39.0 +0100
+++ /var/tmp/diff_new_pack.z88eQk/_new  2012-11-02 22:23:39.0 +0100
@@ -47,7 +47,6 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel = 0.7.0
 BuildRequires:  libkde4-devel = 4.6.0
-BuildRequires:  libksuseinstall-devel
 BuildRequires:  liblastfm-devel
 BuildRequires:  libmtp-devel
 BuildRequires:  libmygpo-qt-devel = 1.0.5
@@ -158,7 +157,6 @@
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Collection.xml
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris1Extensions.Player.xml
 %{_datadir}/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
-%doc %{_kde4_htmldir}/en/amarok/
 %{_kde4_iconsdir}/hicolor/*/apps/amarok.*
 %{_kde4_appsdir}/amarok/
 %dir %{_kde4_appsdir}/desktoptheme
@@ -178,6 +176,5 @@
 
 %files lang -f amarok.lang
 %defattr(-,root,root,-)
-%exclude %{_kde4_htmldir}/en/amarok/
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-09-11 07:54:17

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-08-31 
09:12:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-09-11 
07:54:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 15:59:28 UTC 2012 - dmuel...@suse.com
+
+- add support for liblastfm1
+  * liblastfm1-support.diff
+
+---

New:

  liblastfm1-support.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.yxjFfK/_old  2012-09-11 07:54:24.0 +0200
+++ /var/tmp/diff_new_pack.yxjFfK/_new  2012-09-11 07:54:24.0 +0200
@@ -32,6 +32,7 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch2: flac_mimetype_bnc671581.diff
 Patch3: revert_solid_workaround.diff
+Patch4: liblastfm1-support.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -83,6 +84,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -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')

++ liblastfm1-support.diff ++
 1186 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-08-31 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-08-31 09:12:38

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-06-25 
12:21:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-08-31 
09:12:41.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug 14 06:50:24 UTC 2012 - toddrme2...@gmail.com
+
+- Remove ksuseinstall patch entirely
+
+---
+Mon Aug 13 09:19:22 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 2.6
+  * See 
http://strohel.blogspot.com/2012/08/amarok-26-released-enjoy-great-ipod.html
+- Removed obsolete version checks
+- Remove upstream implemented patches
+- Temporarily disabled non-working ksuseinstall patch
+- Rebased patches
+
+---

Old:

  amarok-2.5.0.tar.bz2
  amarok-ffmpeg11.patch
  kde-290123.patch
  ksuseinstall.diff

New:

  amarok-2.6.0.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.s9836K/_old  2012-08-31 09:12:47.0 +0200
+++ /var/tmp/diff_new_pack.s9836K/_new  2012-08-31 09:12:47.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with ffmpeg
 
 Name:   amarok
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:Media Player for KDE
 License:GPL-2.0+
@@ -27,25 +27,16 @@
 
 Url:http://amarok.kde.org/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
-# PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
-Patch1: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
-Patch2: initial-preference.diff
+Patch1: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
-Patch3: flac_mimetype_bnc671581.diff
-# PATCH-FIX-UPSTREAM kde#290123 idoen...@suse.de -- Fix for kde bug 290123
-Patch4: kde-290123.patch
-Patch5: revert_solid_workaround.diff
-Patch6: amarok-ffmpeg11.patch
+Patch2: flac_mimetype_bnc671581.diff
+Patch3: revert_solid_workaround.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
 BuildRequires:  fdupes
-%if 0%{?suse_version} == 1130
-BuildRequires:  gtk2-devel
-%else
 BuildRequires:  gdk-pixbuf-devel
-%endif
 BuildRequires:  glib2-devel
 BuildRequires:  libcurl-devel
 %if %{with ffmpeg}
@@ -89,16 +80,9 @@
 %lang_package
 %prep
 %setup -q
-%if !0%{?kde_updatedapps}
-%patch1 -p1
-%endif
+%patch1
 %patch2
-%if 0%{?suse_version}  1130
-%patch3
-%endif
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch3 -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')
@@ -176,7 +160,6 @@
 %{_kde4_iconsdir}/hicolor/*/apps/amarok.*
 %{_kde4_appsdir}/amarok/
 %dir %{_kde4_appsdir}/desktoptheme
-%{_kde4_appsdir}/desktoptheme/Amarok-Mockup/
 %dir %{_kde4_appsdir}/desktoptheme/default
 %dir %{_kde4_appsdir}/desktoptheme/default/widgets
 %{_kde4_appsdir}/desktoptheme/default/widgets/amarok-*

++ amarok-2.5.0.tar.bz2 - amarok-2.6.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.5.0.tar.bz2 
/work/SRC/openSUSE:Factory/.amarok.new/amarok-2.6.0.tar.bz2 differ: char 11, 
line 1

++ flac_mimetype_bnc671581.diff ++
--- /var/tmp/diff_new_pack.s9836K/_old  2012-08-31 09:12:47.0 +0200
+++ /var/tmp/diff_new_pack.s9836K/_new  2012-08-31 09:12:47.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- src/amarok.desktop.orig
 +++ src/amarok.desktop
-@@ -183,7 +183,7 @@ Comment[zh_TW]=Amarok - 重新探索您�
+@@ -184,7 +184,7 @@ Comment[zh_TW]=Amarok - 重新探索您
  Icon=amarok
  # Add pure audio formats here, for other formats see amarok_*.desktop files
  # See bug 242292
@@ -10,4 +10,4 @@
 
+MimeType=audio/aac;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/flac;audio/x-mp3;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;application/x-ogm-audio;audio/x-vorbis+ogg;audio/ogg;
  X-DocPath=amarok/index.html
  X-KDE-Keywords=music,podcast
- 

commit amarok for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-06-25 12:21:01

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-05-31 
17:02:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-06-25 
12:21:03.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 15 23:58:24 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- remove errmsg patch, it must match the version of the installed
+  libmysqld, thus libmysqld need a matching dependency
+  depends on fixed mysql package
+  fixes bnc#712749
+
+---

Old:

  errmsg-mysql-embedded.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Q4F7Cr/_old  2012-06-25 12:21:05.0 +0200
+++ /var/tmp/diff_new_pack.Q4F7Cr/_new  2012-06-25 12:21:05.0 +0200
@@ -27,8 +27,6 @@
 
 Url:http://amarok.kde.org/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
-Patch0: errmsg-mysql-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch1: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
@@ -67,7 +65,6 @@
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
 BuildRequires:  loudmouth-devel
-BuildRequires:  mysql-community-server
 BuildRequires:  qt4-qtscript
 BuildRequires:  taglib-devel
 BuildRequires:  taglib-extras-devel
@@ -92,7 +89,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif
@@ -120,9 +116,6 @@
 %kde4_makeinstall
 cd ..
 
-# bnc#509815 -- Don't require errmsg.sys from mysql package
-install -pm 0644 %{_datadir}/mysql/english/errmsg.sys 
%{buildroot}%{_kde4_appsdir}/amarok/errmsg.sys
-
 # Remove *.so files (not needed), fix devel-file-in-non-devel-package 
rpmlint warning
 # libampache_account_login.so should not be removed
 rm -f 
%{buildroot}%{_kde4_libdir}/libamarok{core,lib,ocsclient,pud,-sqlcollection,-transcoding}.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-05-31 17:02:20

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-05-09 
07:24:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-05-31 
17:02:22.0 +0200
@@ -1,0 +2,5 @@
+Mon May 28 21:06:39 UTC 2012 - reddw...@opensuse.org
+
+- Fix build with ffmpeg 0.11
+
+---

New:

  amarok-ffmpeg11.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.PnfKZH/_old  2012-05-31 17:02:25.0 +0200
+++ /var/tmp/diff_new_pack.PnfKZH/_new  2012-05-31 17:02:25.0 +0200
@@ -38,6 +38,7 @@
 # PATCH-FIX-UPSTREAM kde#290123 idoen...@suse.de -- Fix for kde bug 290123
 Patch4: kde-290123.patch
 Patch5: revert_solid_workaround.diff
+Patch6: amarok-ffmpeg11.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -101,6 +102,7 @@
 %endif
 %patch4 -p1
 %patch5 -p1
+%patch6 -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')

++ amarok-ffmpeg11.patch ++
Index: amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp
===
--- amarok-2.5.0.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp
+++ amarok-2.5.0/src/musicbrainz/MusicDNSAudioDecoder.cpp
@@ -135,8 +135,7 @@ MusicDNSAudioDecoder::run()
 
 foreach( Meta::TrackPtr track, m_tracks )
 {
-//TODO replace with avformat_open_input since av_open_input_file is 
deprecated
-if( av_open_input_file( pFormatCtx, ( const char * 
)track-playableUrl().toLocalFile().toAscii(), NULL, 0, NULL ) )
+if( avformat_open_input( pFormatCtx, ( const char * 
)track-playableUrl().toLocalFile().toAscii(), NULL, NULL ) )
 {
 warning()  QLatin1String( Unable to open input file:  ) + 
track-playableUrl().toLocalFile();
 continue;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-05-09 07:24:43

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-02-08 
15:36:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-05-09 
07:24:44.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar  6 04:24:27 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- Revert: Fix detection of mounts of NFS  SMB Shares
+  depends on fix in solids mtab handling, available with SC 4.8.2
+
+---

New:

  revert_solid_workaround.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.n5xJTf/_old  2012-05-09 07:24:46.0 +0200
+++ /var/tmp/diff_new_pack.n5xJTf/_new  2012-05-09 07:24:46.0 +0200
@@ -37,6 +37,7 @@
 Patch3: flac_mimetype_bnc671581.diff
 # PATCH-FIX-UPSTREAM kde#290123 idoen...@suse.de -- Fix for kde bug 290123
 Patch4: kde-290123.patch
+Patch5: revert_solid_workaround.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -66,10 +67,10 @@
 BuildRequires:  libqjson-devel
 BuildRequires:  loudmouth-devel
 BuildRequires:  mysql-community-server
+BuildRequires:  qt4-qtscript
 BuildRequires:  taglib-devel
 BuildRequires:  taglib-extras-devel
 BuildRequires:  tcpd-devel
-BuildRequires:  qt4-qtscript
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -99,6 +100,7 @@
 %patch3
 %endif
 %patch4 -p1
+%patch5 -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')

++ revert_solid_workaround.diff ++
diff --git a/src/MediaDeviceCache.cpp b/src/MediaDeviceCache.cpp
index 15583b8..8682f4d 100644
--- a/src/MediaDeviceCache.cpp
+++ b/src/MediaDeviceCache.cpp
@@ -50,14 +50,10 @@ MediaDeviceCache::MediaDeviceCache() : QObject()
 {
 DEBUG_BLOCK
 s_instance = this;
-connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceAdded( const 
QString  ) ),
- this, SLOT( slotAddSolidDevice( const QString  ) ) );
-connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceRemoved( const 
QString  ) ),
- this, SLOT( slotRemoveSolidDevice( const QString  ) ) );
-connect(m_timer, SIGNAL(timeout()), this, SLOT(slotTimeout()));
-
-m_timer.setSingleShot(true);
-m_timer.start(1000);
+connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceAdded( QString) 
),
+ this, SLOT( slotAddSolidDevice( QString) ) );
+connect( Solid::DeviceNotifier::instance(), SIGNAL( deviceRemoved(QString) 
),
+ this, SLOT( slotRemoveSolidDevice( QString) ) );
 }
 
 MediaDeviceCache::~MediaDeviceCache()
@@ -96,19 +92,17 @@ MediaDeviceCache::refreshCache()
 {
 if( !m_volumes.contains( device.udi() ) )
 {
-connect( ssa, SIGNAL( accessibilityChanged(bool, const 
QString) ),
-this, SLOT( slotAccessibilityChanged(bool, const QString) 
) );
+connect( ssa, SIGNAL( accessibilityChanged(bool, QString) ),
+this, SLOT( slotAccessibilityChanged(bool, QString) ) );
 m_volumes.append( device.udi() );
 }
 if( ssa-isAccessible() )
 {
 m_type[device.udi()] = MediaDeviceCache::SolidVolumeType;
 m_name[device.udi()] = ssa-filePath();
-m_accessibility[ device.udi() ] = true;
 }
 else
 {
-m_accessibility[ device.udi() ] = false;
 debug()  Solid device is not accessible, will wait until it 
is to consider it added.;
 }
 }
@@ -198,8 +192,8 @@ MediaDeviceCache::slotAddSolidDevice( const QString udi )
 debug()  volume is generic storage;
 if( !m_volumes.contains( device.udi() ) )
 {
-connect( ssa, SIGNAL( accessibilityChanged(bool, const QString) ),
-this, SLOT( slotAccessibilityChanged(bool, const QString) ) );
+connect( ssa, SIGNAL( accessibilityChanged(bool, QString) ),
+this, SLOT( slotAccessibilityChanged(bool, QString) ) );
 m_volumes.append( device.udi() );
 }
 if( ssa-isAccessible() )
@@ -271,8 +265,8 @@ MediaDeviceCache::slotRemoveSolidDevice( const QString udi 
)
 Solid::Device device( udi );
 if( m_volumes.contains( udi ) )
 {
-disconnect( 

commit amarok for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-02-08 15:36:47

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-01-30 
12:23:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-02-08 
15:36:48.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 1 07:14:00 UTC 2012 - tittiatc...@gmail.com
+
+- Enable proper script support again as that qt4-qtscript now 
+  compiles for Qt 4.8
+
+---



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.2v7q3S/_old  2012-02-08 15:36:52.0 +0100
+++ /var/tmp/diff_new_pack.2v7q3S/_new  2012-02-08 15:36:52.0 +0100
@@ -69,6 +69,7 @@
 BuildRequires:  taglib-devel
 BuildRequires:  taglib-extras-devel
 BuildRequires:  tcpd-devel
+BuildRequires:  qt4-qtscript
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -76,6 +77,7 @@
 Requires:   taglib = 1.6
 %kde4_runtime_requires
 Recommends: moodbar
+Recommends: qt4-qtscript
 Recommends: %{name}-lang = %{version}
 Provides:   kde4-amarok = 2.0.90
 Obsoletes:  kde4-amarok = 2.0.89

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-01-30 12:23:36

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2011-12-21 
09:59:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-01-30 
12:23:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 10:08:00 UTC 2012 - idon...@suse.com
+
+- Add patch to fix kde#290123
+
+---

New:

  kde-290123.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.PzYzx8/_old  2012-01-30 12:23:45.0 +0100
+++ /var/tmp/diff_new_pack.PzYzx8/_new  2012-01-30 12:23:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -35,6 +35,8 @@
 Patch2: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM kde#290123 idoen...@suse.de -- Fix for kde bug 290123
+Patch4: kde-290123.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -94,6 +96,7 @@
 %if 0%{?suse_version}  1130
 %patch3
 %endif
+%patch4 -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')

++ kde-290123.patch ++
diff -ur amarok-2.5.0/src/context/toolbar/AppletToolbar.cpp 
amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.cpp
--- amarok-2.5.0/src/context/toolbar/AppletToolbar.cpp  2011-12-15 
08:36:48.0 +0100
+++ amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.cpp2012-01-27 
11:06:27.089992129 +0100
@@ -67,6 +67,19 @@
 }
 
 void
+
+Context::AppletToolbar::setContainment( Containment * containment )
+{
+m_cont = containment;
+}
+
+Context::Containment *
+Context::AppletToolbar::containment() const
+{
+return m_cont;
+}
+
+void
 Context::AppletToolbar::resizeEvent( QGraphicsSceneResizeEvent * event )
 {
 debug()  setting layout to  QRectF( QPointF( 0, 0 ), 
event-newSize() );
diff -ur amarok-2.5.0/src/context/toolbar/AppletToolbar.h 
amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.h
--- amarok-2.5.0/src/context/toolbar/AppletToolbar.h2011-12-15 
08:36:48.0 +0100
+++ amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.h  2012-01-27 
11:05:58.149992133 +0100
@@ -55,6 +55,9 @@
 
 void appletRemoved( Plasma::Applet* applet );
 
+void setContainment( Containment * containment );
+Containment* containment() const;
+
 signals:
 void showApplet( Plasma::Applet* );
 void appletAddedToToolbar( Plasma::Applet* applet, int loc );
diff -ur amarok-2.5.0/src/context/ToolbarView.cpp 
amarok-2.5.0.fixed/src/context/ToolbarView.cpp
--- amarok-2.5.0/src/context/ToolbarView.cpp2011-12-15 08:36:48.0 
+0100
+++ amarok-2.5.0.fixed/src/context/ToolbarView.cpp  2012-01-27 
11:05:58.149992133 +0100
@@ -74,7 +74,9 @@
 setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
 
 // now we create the toolbar
-m_toolbar = new AppletToolbar( containment );
+m_toolbar = new AppletToolbar(0);
+scene-addItem(m_toolbar.data());
+m_toolbar.data()-setContainment( qobject_castContext::Containment 
*(containment) );
 m_toolbar.data()-setZValue( m_toolbar.data()-zValue() + 1000 );
 m_toolbar.data()-setPos( TOOLBAR_X_OFFSET, 0 );
 
@@ -96,7 +98,7 @@
 
 Context::ToolbarView::~ToolbarView()
 {
-
+delete m_toolbar.data();
 }
 
 void
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2011-12-21 09:59:03

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2011-12-13 
11:48:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2011-12-21 
09:59:05.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 15:48:16 UTC 2011 - adr...@suse.de
+
+- Update to final version 2.5.0
+  * Mainly bugfixes since Beta 1, check the ChangeLog file for details
+
+---

Old:

  amarok-2.4.90.tar.bz2
  amarok-fix-infinite-loop-eating-CPU.diff

New:

  amarok-2.5.0.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.smVhNp/_old  2011-12-21 09:59:09.0 +0100
+++ /var/tmp/diff_new_pack.smVhNp/_new  2011-12-21 09:59:09.0 +0100
@@ -19,14 +19,14 @@
 %bcond_with ffmpeg
 
 Name:   amarok
-Version:2.4.90
+Version:2.5.0
 Release:0
 Summary:Media Player for KDE
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 
 Url:http://amarok.kde.org/
-Source0:
ftp://ftp.kde.org/pub/kde/unstable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
 Patch0: errmsg-mysql-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
@@ -35,8 +35,6 @@
 Patch2: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch3: flac_mimetype_bnc671581.diff
-# PATCH-FIX-UPSTREAM amarok-fix-infinite-loop-eating-CPU.diff bnc#733421 
m...@suse.com -- Fix infinite loop in context view eating CPU until main window 
is shown
-Patch4: amarok-fix-infinite-loop-eating-CPU.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -96,7 +94,6 @@
 %if 0%{?suse_version}  1130
 %patch3
 %endif
-%patch4 -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')

++ amarok-2.4.90.tar.bz2 - amarok-2.5.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/amarok/amarok-2.4.90.tar.bz2 
/work/SRC/openSUSE:Factory/.amarok.new/amarok-2.5.0.tar.bz2 differ: char 11, 
line 1

++ errmsg-mysql-embedded.diff ++
--- /var/tmp/diff_new_pack.smVhNp/_old  2011-12-21 09:59:09.0 +0100
+++ /var/tmp/diff_new_pack.smVhNp/_new  2011-12-21 09:59:09.0 +0100
@@ -1,7 +1,7 @@
-Index: 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
+Index: 
amarok-2.5.0/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
 ===
 
amarok-2.4.3.orig/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
-+++ 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
+--- 
amarok-2.5.0.orig/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
 
amarok-2.5.0/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
 @@ -65,6 +65,7 @@ MySqlEmbeddedStorage::MySqlEmbeddedStora
  // functions, such as FULLTEXT indexing.
  out  default-storage-engine = MyISAM  endl;

++ flac_mimetype_bnc671581.diff ++
--- /var/tmp/diff_new_pack.smVhNp/_old  2011-12-21 09:59:09.0 +0100
+++ /var/tmp/diff_new_pack.smVhNp/_new  2011-12-21 09:59:09.0 +0100
@@ -1,6 +1,8 @@
 src/amarok.desktop 2011-01-11 16:58:05.0 +0100
-+++ src/amarok.desktop_patched 2011-02-15 21:44:08.0 +0100
-@@ -183,7 +183,7 @@
+Index: src/amarok.desktop
+===
+--- src/amarok.desktop.orig
 src/amarok.desktop
+@@ -183,7 +183,7 @@ Comment[zh_TW]=Amarok - 重新探索您�
  Icon=amarok
  # Add pure audio formats here, for other formats see amarok_*.desktop files
  # See bug 242292
@@ -8,4 +10,4 @@
 

commit amarok for openSUSE:Factory

2011-12-13 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2011-12-13 11:48:05

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2011-12-09 
15:24:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2011-12-13 
11:48:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 12 09:22:18 UTC 2011 - idon...@suse.com
+
+- Fix path to errmsg.sys
+
+---

New:

  errmsg-mysql-embedded.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.PHCvxV/_old  2011-12-13 11:48:10.0 +0100
+++ /var/tmp/diff_new_pack.PHCvxV/_new  2011-12-13 11:48:10.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with ffmpeg
 
 Name:   amarok
@@ -26,6 +27,8 @@
 
 Url:http://amarok.kde.org/
 Source0:
ftp://ftp.kde.org/pub/kde/unstable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
+Patch0: errmsg-mysql-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch1: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
@@ -85,6 +88,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif

++ errmsg-mysql-embedded.diff ++
Index: 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
===
--- 
amarok-2.4.3.orig/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
+++ 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
@@ -65,6 +65,7 @@ MySqlEmbeddedStorage::MySqlEmbeddedStora
 // functions, such as FULLTEXT indexing.
 out  default-storage-engine = MyISAM  endl;
 out  loose-innodb = 0  endl;
+out  language=/usr/share/kde4/apps/amarok  endl;
 out  skip-grant-tables = 1  endl;
 out  myisam-recover = FORCE  endl;
 out  key_buffer_size = 16777216  endl; // (16Mb)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-11-07 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2011-11-07 14:07:39

Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and  /work/SRC/openSUSE:Factory/.amarok.new (New)


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2011-10-11 
16:41:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2011-11-07 
14:07:41.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  6 17:49:24 UTC 2011 - ctri...@opensuse.org
+
+- Change ksuseinstall to support the gstreamer-backend instead of
+  the xine one (bnc#728476)
+
+---



Other differences:
--
++ ksuseinstall.diff ++
--- /var/tmp/diff_new_pack.iBg7nw/_old  2011-11-07 14:07:42.0 +0100
+++ /var/tmp/diff_new_pack.iBg7nw/_new  2011-11-07 14:07:42.0 +0100
@@ -50,7 +50,7 @@
  KRun::runCommand(installScript, 0);
  return true;
 +#else
-+if( KSUSEInstall::installCapabilities( QStringList()  
libxine1-codecs,
++if( KSUSEInstall::installCapabilities( QStringList()  
gstreamer-0_10-fluendo-mp3,
 +KSUSEInstall::FullInstallRequired, The::mainWindow()))
 +{ // TODO use the items
 +KGuiItem restartNowGuiItem( KStandardGuiItem::yes());

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Tue Oct 11 16:41:47 CEST 2011.




--- openSUSE:Factory/amarok/amarok.changes  2011-09-23 01:51:44.0 
+0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-10-07 
12:54:55.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  7 10:48:44 UTC 2011 - ctri...@opensuse.org
+
+- Remove errmsg-mysql51-embedded.diff as this causes amarok to fail
+  when initializing the collection (bnc#712749)
+- Remove the action for audio-cds as amarok is not really a good
+  player for these (bnc#712749)
+
+---

calling whatdependson for head-i586


Old:

  errmsg-mysql51-embedded.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.N3kd6h/_old  2011-10-11 16:41:40.0 +0200
+++ /var/tmp/diff_new_pack.N3kd6h/_new  2011-10-11 16:41:40.0 +0200
@@ -27,8 +27,6 @@
 Url:http://amarok.kde.org/
 Group:  Productivity/Multimedia/Sound/Players
 Source0:
ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
-Patch0: errmsg-mysql51-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch1: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
@@ -88,7 +86,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0
 %if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif
@@ -120,6 +117,9 @@
 # libampache_account_login.so should not be removed
 rm -f 
%{buildroot}%{_kde4_libdir}/libamarok{core,lib,ocsclient,pud,-sqlcollection,-transcoding}.so
 
+#bnc722284 amarok is not really a good player for audio-cds, remove the action 
for solid
+rm -f %{buildroot}%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
+
 %if 0%{?suse_version}
 %suse_update_desktop_file amarok Qt KDE AudioVideo Audio Player
 %endif
@@ -179,9 +179,6 @@
 %{_kde4_appsdir}/desktoptheme/default/widgets/amarok-*
 %{_kde4_appsdir}/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
 %{_kde4_appsdir}/kconf_update/amarok.upd
-%dir %{_kde4_appsdir}/solid
-%dir %{_kde4_appsdir}/solid/actions
-%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
 %{_kde4_sharedir}/config.kcfg/amarokconfig.kcfg
 %{_kde4_configdir}/amarok*
 %{_kde4_servicesdir}/ServiceMenus/amarok_append.desktop

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Mon Sep 19 15:36:29 CEST 2011.




--- KDE/amarok/amarok.changes   2011-08-29 17:04:55.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-09-17 
13:01:23.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 11:01:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.uYrqDT/_old  2011-09-19 15:36:25.0 +0200
+++ /var/tmp/diff_new_pack.uYrqDT/_new  2011-09-19 15:36:25.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with ffmpeg
 
@@ -144,9 +143,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING* ChangeLog README TODO






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-09-07 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Wed Sep 7 17:44:38 CEST 2011.




--- KDE/amarok/amarok.changes   2011-08-10 01:43:46.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-08-29 
17:04:55.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 15:04:23 UTC 2011 - idon...@suse.com
+
+- Don't disable ksuseintall  liblastfm support for KDE:UpdatedApps 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.kRqfiO/_old  2011-09-07 17:44:24.0 +0200
+++ /var/tmp/diff_new_pack.kRqfiO/_new  2011-09-07 17:44:24.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   amarok
 Version:2.4.3
-Release:2
+Release:4
 Summary:Media Player for KDE
 
 License:GPLv2+
@@ -54,10 +54,8 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel = 0.7.0
 BuildRequires:  libkde4-devel
-%if !0%{?kde_updatedapps}
 BuildRequires:  libksuseinstall-devel
 BuildRequires:  liblastfm-devel
-%endif
 BuildRequires:  libmtp-devel
 BuildRequires:  libmygpo-qt-devel
 BuildRequires:  libmysqlclient-devel






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-08-23 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Tue Aug 23 15:31:21 CEST 2011.




--- KDE/amarok/amarok.changes   2011-08-01 20:00:37.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-08-10 
01:43:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 23:42:55 UTC 2011 - reddw...@opensuse.org
+
+- Optionally enable MusicDNS support (requires ffmpeg/libav)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.5UCBga/_old  2011-08-23 15:31:10.0 +0200
+++ /var/tmp/diff_new_pack.5UCBga/_new  2011-08-23 15:31:10.0 +0200
@@ -17,10 +17,11 @@
 
 # norootforbuild
 
+%bcond_with ffmpeg
 
 Name:   amarok
 Version:2.4.3
-Release:1
+Release:2
 Summary:Media Player for KDE
 
 License:GPLv2+
@@ -46,6 +47,10 @@
 %endif
 BuildRequires:  glib2-devel
 BuildRequires:  libcurl-devel
+%if %{with ffmpeg}
+BuildRequires:  libffmpeg-devel
+BuildRequires:  libofa-devel
+%endif
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel = 0.7.0
 BuildRequires:  libkde4-devel






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-08-02 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Tue Aug 2 13:51:26 CEST 2011.




--- KDE/amarok/amarok.changes   2011-07-21 13:14:59.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-08-01 
20:00:37.0 +0200
@@ -1,0 +2,73 @@
+Mon Aug  1 17:47:59 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 2.4.3:
+   Bugfixes:
+* Fix KWallet auth requests on every track change. (bko#278177)
+* Display correct values for pretty times (playlist length)  1 day.
+* Update playlist length correctly after removing track. (bko#273407)
+* Fix seek backward from dbus. (Thanks to Matthieu Bedouet) (bko#263287)
+* Prevent dialog querying last.fm settings being displayed on startup if
+  none set.
+* Fix detection of smartphones in USB storage mode. (bko#277685)
+* Fix crashes on expanding a newly cloned dynamic playlist (bko#277750)
+* Don't block the UI while calculating the filename previews. (bko#233196)
+* Make M3U  PLS playlist files editable from Saved Playlists. (bko#245963)
+  From 2.4.2-Beta 1:
+   Features:
+* Made Amarok compile with the Clang LLVM frontend.
+* Enable drag and drop on collections to copy/move within Local Music and
+  directly from the playlist. (bko#223400)
+* Added KNotify scripting interface. (bko#260750)
+* Make podcast episodes download filename configurable. Patch by
+  Sandeep Raghuraman. (bko#155075)
+* Automatic scrolling in lyrics applet (Thanks to Jan Gerrit Marker)
+* Option to scrobble composer as artist to Last.fm (Thanks to Nicholas
+  Wilson)
+* Option to hide the OSD if another window is taking the full screen
+   Changes:
+* Again write back ratings only if option is selected.
+* Moved the queue-editor action to the main menu under playlist to save
+  space. Queue editor now has a shortcut: Meta+U.
+* Removed the redo action from the playlist toolbar to make it less wide.
+* Made some playlist toolbar actions collapse into a menu button for use on
+  small screens.
+* Removed the statusbar. Moved progress info  messages to the Media
+  Sources dock.
+* Removed the preview button and checkbox from the organize collection
+  dialog.
+* General user interface cleanup (addition of browser widget backgrounds,
+  etc.)
+* Removed the add button in the context toolbar. Applet explorer is opened
+  on config.
+* Easier to understand Dynamic playlists
+* Made Amarok depend ffmpeg-0.6 or newer.
+* Use KImageCache if possible (kdelibs 4.5.0 and later), which should
+  reduce the number of cache-related crashes.
+   Bugfixes:
+* Make the Coverbling applet build again. (Patch by Manu Wagner)
+* Don't let the album applet freeze Amarok for ages on track change.
+  (bko#260810, bko#277021)
+* Fixed cover fetching from Google Images. (bko#275265)
+* Fixed a crash in the equalizer dialog when selecting Off.
+* Fix finalization of track copy process to media device collections.
+  (bko#238912) Patch by Tommaso Falchi Delitala.
+* Fixed crash on MusicBrainz search. (bko#274956)
+* Avoid crash in ContextView when accessing Plasma::Applet::view().
+  (bko#258741)
+* Fixed playlist tooltip getting too tall for multiline comments.
+ (bko#256038)
+* Made equalizer keywords (dB,kHz,...) translatable. (bko#263572)
+* Made equalizer preset names translatable. (bko#263596)
+* Fixed runtime error reporting of scripts. (bko#207409)
+* Fixed Happy moodbar theme. (bko#264432)
+* Fixed crash for invalid scripts trying to be stopped by the manager.
+  (bko#268917)
+* Fixed collection menu items ordering. (bko#207007)
+* Fixed top level podcast location setting. (bko#263736)
+* Fixed double-clicking in collection using left-handed mouse setting.
+  (bko#272360)
+- Removed remove-plasma-service.patch that fixed build with KDE 4.7 rc2 (fixed
+  upstream).
+- Rebased ksuseinstall.diff patch to apply cleanly.
+
+---

calling whatdependson for head-i586


Old:

  amarok-2.4.1.tar.bz2
  remove-plasma-service.patch

New:

  amarok-2.4.3.tar.bz2



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.u8dJPP/_old  2011-08-02 13:51:03.0 +0200
+++ /var/tmp/diff_new_pack.u8dJPP/_new  2011-08-02 13:51:03.0 +0200
@@ -19,14 +19,14 @@
 
 
 Name:   amarok
-Version:2.4.1
-Release:2
+Version:2.4.3
+Release:1
 Summary:Media Player for KDE
 
 License:GPLv2+
 Url:http://amarok.kde.org/
 Group:  Productivity/Multimedia/Sound/Players
-Source0:

commit amarok for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Mon Jul 25 09:01:58 CEST 2011.




--- KDE/amarok/amarok.changes   2011-05-10 13:05:00.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-07-21 
13:14:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 11:13:22 UTC 2011 - idoen...@suse.de
+
+- Enable libmygpo-qt. Remove deprecated conditions
+
+---

calling whatdependson for head-i586


Old:

  37eda947-fix-plugin-loading-version-bump.diff

New:

  remove-plasma-service.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.kj52Nc/_old  2011-07-25 09:01:24.0 +0200
+++ /var/tmp/diff_new_pack.kj52Nc/_new  2011-07-25 09:01:24.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   amarok
 Version:2.4.1
-Release:1
+Release:2
 Summary:Media Player for KDE
 
 License:GPLv2+
@@ -35,6 +35,9 @@
 Patch2: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM remove-plasma-service.patch -- Upstream git commit 
edd2377b84f97da52cb8e5fa714a9ff9f8ae2a0b to fix build with KDE 4.7 rc2
+Patch4: remove-plasma-service.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -49,17 +52,14 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel = 0.7.0
 BuildRequires:  libkde4-devel
-%if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
+%if !0%{?kde_updatedapps}
 BuildRequires:  libksuseinstall-devel
 BuildRequires:  liblastfm-devel
 %endif
 BuildRequires:  libmtp-devel
-# Available only in KDE:Unstable:Playground
-#BuildRequires:  libmygpo-qt-devel
+BuildRequires:  libmygpo-qt-devel
 BuildRequires:  libmysqlclient-devel
-%if 0%{?suse_version}  1110
 BuildRequires:  libmysqld-devel
-%endif
 BuildRequires:  libopenssl-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
@@ -90,13 +90,14 @@
 %prep
 %setup -q
 %patch0
-%if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
+%if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif
 %patch2
 %if 0%{?suse_version}  1130
 %patch3
 %endif
+%patch4
 
 # 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')

++ remove-plasma-service.patch ++
--- src/context/scriptengine/javascript/bind_dataengine.h   2011-05-05 
21:06:53.0 +0200
+++ src/context/scriptengine/javascript/bind_dataengine.h   2011-07-22 
11:07:34.423875939 +0200
@@ -29,8 +29,6 @@
 #if !KDE_IS_VERSION(4, 4, 76)
 Q_DECLARE_METATYPE(DataEngine*)
 #endif
-Q_DECLARE_METATYPE(Service*)
-Q_DECLARE_METATYPE(ServiceJob*)
 Q_DECLARE_METATYPE(QVariant)
 Q_DECLARE_METATYPE(DataEngine::Dict)
 Q_DECLARE_METATYPE(DataEngine::Data)





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amarok for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Wed May 4 14:43:25 CEST 2011.




--- KDE/amarok/amarok.changes   2011-05-02 19:24:11.0 +0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-04-27 
22:37:42.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 27 20:36:54 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Cleanup in Buildrequires: entries.
+  * Added description for the patches based on openSUSE Patches Guidelines.
+  * Removed amarok-devel subpackage since the package doesn't actually provides
+any shared libraries. Also removed some *.so libraries to fix rpmlint
+warning devel-file-in-non-devel-package.
+  * Added Audio to the Categories entry of amarok.desktop file.
+  * Moved english help files in the main package.
+  * Updates in %files section.
+  * Minor other updates.
+- Removed amarok-rpmlintrc (not needed).
+- Removed amarokNoAudio.desktop from initial-preference.diff patch (since it
+  was not used).
+- Removed errmsg-mysql-embedded.diff patch (not needed for openSUSE  11.0).
+- Removed no_buildtime.patch and added a fix inside the spec file.
+
+---

calling whatdependson for head-i586


Old:

  amarok-rpmlintrc
  errmsg-mysql-embedded.diff
  no_buildtime.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.pktfYC/_old  2011-05-04 14:41:58.0 +0200
+++ /var/tmp/diff_new_pack.pktfYC/_new  2011-05-04 14:41:58.0 +0200
@@ -19,174 +19,187 @@
 
 
 Name:   amarok
-BuildRequires:  cups-devel libkcddb4-devel mysql ruby-devel sqlite-devel 
taglib-devel
-BuildRequires:  kdebase4-workspace-devel libkcompactdisc4-devel tse3-devel 
update-desktop-files
-BuildRequires:  gstreamer010-devel libmtp-devel libvisual-devel xine-devel
-BuildRequires:  flac-devel gtk2-devel libQtWebKit-devel libdvdread-devel 
libkde4-devel
-BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
-BuildRequires:  libcurl-devel libsoprano-devel loudmouth-devel
-BuildRequires:  libmysqlclient-devel libqca2-devel
-BuildRequires:  qt4-qtscript taglib-extras-devel tcpd-devel
+Version:2.4.0.90
+Release:1
+Summary:Media Player for KDE
+
+License:GPLv2+
+Url:http://amarok.kde.org/
+Group:  Productivity/Multimedia/Sound/Players
+Source0:
http://download.kde.org/download.php?url=unstable/amarok/2.4.0.90/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
+Patch0: errmsg-mysql51-embedded.diff
+# PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
+Patch1: ksuseinstall.diff
+# PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
+Patch2: initial-preference.diff
+# PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
+Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM 37eda947-fix-plugin-loading-version-bump.diff 
wstephen...@novell.com -- Fix plugin loading version bump (fixed upstream)
+Patch4: 37eda947-fix-plugin-loading-version-bump.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+# Required for the fdupes macro
+BuildRequires:  fdupes
+%if 0%{?suse_version} == 1130
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  gdk-pixbuf-devel
+%endif
+BuildRequires:  glib2-devel
+BuildRequires:  libcurl-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpod-devel = 0.7.0
-%if %suse_version  1120 || !0%{?kde_updatedapps}
-BuildRequires:  liblastfm-devel
+BuildRequires:  libkde4-devel
+%if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
 BuildRequires:  libksuseinstall-devel
+BuildRequires:  liblastfm-devel
 %endif
-%if %suse_version  1110
+BuildRequires:  libmtp-devel
+# Available only in KDE:Unstable:Playground
+#BuildRequires:  libmygpo-qt-devel
+BuildRequires:  libmysqlclient-devel
+%if 0%{?suse_version}  1110
 BuildRequires:  libmysqld-devel
 %endif
-# Required for the fdupes macro
-BuildRequires:  fdupes
-Url:http://amarok.kde.org
-License:GPLv2+
-Group:  Productivity/Multimedia/Sound/Players
-Summary:Media Player for KDE
-Version:2.4.0.90
-Release:10
-Source0:%{name}-%{version}.tar.bz2
-Source100:  %{name}-rpmlintrc
-Patch3: errmsg-mysql-embedded.diff
-Patch4: errmsg-mysql51-embedded.diff
-# PATCH-FIX-OPENSUSE no_buildtime.patch cmorv...@yahoo.es -- Remove build time 
from code so build-compare can make its work
-Patch5: