Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2012-12-10 13:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clementine (Old)
 and      /work/SRC/openSUSE:Factory/.clementine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clementine", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/clementine/clementine.changes    2012-11-17 
07:20:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2012-12-10 13:46:05.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Dec  6 09:05:06 UTC 2012 - [email protected]
+
+- Update to version 1.1.1:
+  + Bundle Taglib 1.8 on older distros to enable Google Drive support
+    in Clementine.
+- Properly provide/obsolete clementine-kde
+- Drop support for openSUSE-11.4
+- Use the same desktop file categories as Amarok
+
+-------------------------------------------------------------------

Old:
----
  clementine-1.1.0.tar.gz

New:
----
  clementine-1.1.1.tar.gz

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.X9sMIZ/_old  2012-12-10 13:46:08.000000000 +0100
+++ /var/tmp/diff_new_pack.X9sMIZ/_new  2012-12-10 13:46:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           clementine
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        A cross-platform Music Player based on Amarok 1
 License:        GPL-3.0+
@@ -32,22 +32,21 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-tools
-BuildRequires:  git
+#BuildRequires:  git
 BuildRequires:  help2man
 BuildRequires:  hicolor-icon-theme
-#BuildRequires:  libkde4-devel
 BuildRequires:  liblastfm-devel
 BuildRequires:  update-desktop-files
 # No gnutls means no gloox with license problem (GPL-2.0 only)
 #BuildRequires:  pkgconfig(gnutls)
-%if 0%{?suse_version} > 1120
 BuildRequires:  pkgconfig(libimobiledevice-1.0)
 BuildRequires:  pkgconfig(libplist)
 BuildRequires:  pkgconfig(libusbmuxd)
-%if 0%{?suse_version} <= 1210
+%if 0%{?suse_version} >= 1220
+BuildRequires:  pkgconfig(protobuf)
+%else
 BuildRequires:  libprotobuf-lite6
 %endif
-%endif
 BuildRequires:  pkgconfig(QJson)
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtGui)
@@ -64,16 +63,15 @@
 %if 0%{?suse_version} >= 1230
 BuildRequires:  pkgconfig(libsparsehash)
 %endif
-BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(qca2)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(taglib)
 # gnome indicator - while we don't have it in OSS we don't build it
 # BuildRequires:  libindicator-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires(post): desktop-file-utils
 # plasma_runner dropped in clementine 1.1.0
-Obsoletes:      %{name}-kde
+Provides:       %{name}-kde = %{version}
+Obsoletes:      %{name}-kde < %{version}
 
 %description
 Clementine is a modern music player and library organiser. Clementine is a
@@ -90,49 +88,45 @@
 %prep
 %setup -q
 %patch0
+# Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
+# first giving permission for relicensing to GPLv2 or later. See bnc#695820
 rm -rf --verbose 3rdparty/gloox
 # 3rdparty/qxt
 
 %build
-export CXXFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 export CFLAGS="$CXXFLAGS"
-# Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
-# first giving permission for relicensing to GPLv2 or later. See bnc#695820
 mkdir build && cd build && \
 cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DENABLE_BREAKPAD=OFF \
 %if 0%{?suse_version} >= 1230
       -DENABLE_GOOGLE_DRIVE=ON \
 %endif
       -DENABLE_MOODBAR=ON ..
-
-      make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 cd build
 %make_install
-%suse_update_desktop_file -r clementine AudioVideo Player
+%suse_update_desktop_file clementine Qt KDE AudioVideo Audio Player
 
-%if 0%{?suse_version} >= 1140
 # Generate man page with help2man
 mkdir -p %{buildroot}%{_mandir}/man1
 pushd %{buildroot}%{_mandir}/man1
 cp -v %{buildroot}%{_bindir}/%{name} ./
-help2man \
-       --version-string="%{version}" \
-       -N -o %{name}.1 ./%{name}
+help2man --version-string="%{version}" -N -o %{name}.1 ./%{name}
 rm %{name}
 popd
-%endif
 
 %fdupes -s %{buildroot}
 
 %post
-update-desktop-database > /dev/null
+%desktop_database_post
+%icon_theme_cache_post
 
 %postun
-update-desktop-database > /dev/null
+%desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)

++++++ clementine-1.1.0.tar.gz -> clementine-1.1.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/clementine/clementine-1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.clementine.new/clementine-1.1.1.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to