diff --git a/.gitignore b/.gitignore index 6d733d0..24a3bc9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clementine-0.4.2.tar.gz /clementine-0.5.3.tar.gz /clementine-0.6.tar.gz /clementine-0.7.tar.gz +/clementine-0.7.1.tar.gz diff --git a/clementine.spec b/clementine.spec index 988d202..b77075d 100644 --- a/clementine.spec +++ b/clementine.spec @@ -1,18 +1,12 @@ Name: clementine -Version: 0.7 -Release: 2%{?dist} +Version: 0.7.1 +Release: 1%{?dist} Summary: A music player and library organizer Group: Applications/Multimedia License: GPLv3+ and GPLv2+ URL: http://code.google.com/p/clementine-player Source0: http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz -# Use system gmock. Patch accepted by upstream -# http://code.google.com/p/clementine-player/issues/detail?id=1653 -Patch0: clementine-gmock-system.patch -# gcc-4.6 fix. From upstream trunk -# http://code.google.com/p/clementine-player/source/detail?r=3092 -Patch1: clementine-gcc46.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -49,14 +43,12 @@ Requires: libprojectM >= 2.0.1-7 Requires: qtsingleapplication >= 2.6.1-2 %description -Clementine is a multiplatform music player. It is inspired by Amarok 1.4, +Clementine is a multi-platform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music. %prep %setup -q -%patch0 -p1 -b .gmock -%patch1 -p1 -b .gcc46 # Remove all 3rdparty libraries exceph universalchardet # as it is not available as a separate library. @@ -126,6 +118,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Mar 31 2011 Orcan Ogetbil - 0.7.1-1 +- New upstream release +- Drop upstreamed patch + * Thu Mar 31 2011 Orcan Ogetbil - 0.7-2 - gcc-4.6 fix diff --git a/sources b/sources index 7ec9bbe..cba7275 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d417d1e4b1d1c295ab93c574e073da28 clementine-0.7.tar.gz +997f38d6bbd6b2fa9bf587eb89c5c2ec clementine-0.7.1.tar.gz