[pragha] Update to 1.0.rc3 Require exo-devel for playlist saving throughout sessions

Christoph Wickert cwickert at fedoraproject.org
Thu Dec 15 01:42:15 UTC 2011


commit 583aeeee8c8efacdea91ff65d5edfb1db6a65416
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Dec 15 02:40:55 2011 +0100

    Update to 1.0.rc3
    Require exo-devel for playlist saving throughout sessions

 .gitignore  |    1 +
 pragha.spec |   23 ++++++++++++++++-------
 sources     |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f53e8f2..f7c118f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pragha-0.97.0.tar.bz2
 /pragha-0.98.0.tar.bz2
 /pragha-0.99.0.tar.bz2
+/pragha-1.0.rc3.tar.bz2
diff --git a/pragha.spec b/pragha.spec
index b4bfb35..0b96e57 100644
--- a/pragha.spec
+++ b/pragha.spec
@@ -1,17 +1,21 @@
+# Review request: https://bugzilla.redhat.com/show_bug.cgi?id=721043
+
 Name:           pragha
-Version:        0.99.0
-Release:        2%{?dist}
+Version:        1.0
+Release:        0.1.rc3%{?dist}
 Summary:        Lightweight GTK+ music manager
 
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://pragha.wikispaces.com/
-Source0:        http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2
+#Source0:        http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2
+Source0:        http://dissonance.googlecode.com/files/%{name}-%{version}.rc3.tar.bz2
 Patch0:         pragha-0.99.0-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel >= 1.0.15
 BuildRequires:  dbus-glib-devel >= 0.74
+BuildRequires:  exo-devel >= 0.6.0
 BuildRequires:  gtk2-devel >= 2.16.0
 BuildRequires:  flac-devel >= 1.2.1
 BuildRequires:  keybinder-devel >= 0.2.0
@@ -20,8 +24,9 @@ BuildRequires:  gstreamer-plugins-base-devel >= 0.10
 BuildRequires:  libcddb-devel >= 1.2.1
 BuildRequires:  libcdio-devel >= 0.78
 BuildRequires:  libcurl-devel >= 7.18
-# libclastfm is not yet in Fedora .Get it at http://liblastfm.sourceforge.net/
-# unfortunately it doesn't build with latest libcurl
+# libglyr is not yet in Fedora
+#BuildRequires:  libglyr-devel
+# libclastfm is under review at https://bugzilla.redhat.com/show_bug.cgi?id=767838
 #BuildRequires:  liblastfm-devel >= 0.4
 BuildRequires:  libnotify-devel >= 0.4.4
 BuildRequires:  sqlite-devel >= 3.4
@@ -39,8 +44,8 @@ author.
 
 
 %prep
-%setup -q
-%patch0 -p1 -b -cflags
+%setup -qn %{name}-%{version}.rc3
+#%patch0 -p1 -b -cflags
 
 
 %build
@@ -94,6 +99,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Dec 14 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.0-0.1.rc3
+- Update to 1.0.rc3
+- Require exo-devel for playlist saving throughout sessions
+
 * Sun Dec 11 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.99.0-2
 - Rebuild for libcdio-0.83
 - Compile with '-Wno-error=deprecated-declarations' (#760960)
diff --git a/sources b/sources
index d47818c..ccf4f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2067f5f89ddb75584d8529f97252f953  pragha-0.99.0.tar.bz2
+df3311a0a97ae08330385c91826b33b8  pragha-1.0.rc3.tar.bz2


More information about the scm-commits mailing list