[parole] Update to 0.4.0

Christoph Wickert cwickert at fedoraproject.org
Mon Jan 7 12:40:10 UTC 2013


commit d2e3d1706aa97cd002e10d66217b379106b55659
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Jan 7 13:39:45 2013 +0100

    Update to 0.4.0
    
    - BR xfconf-devel as configuration is now stored in xfconf

 .gitignore  |    1 +
 parole.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ade3bf..9549dbc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ parole-0.2.0.2.tar.bz2
 /parole.spec
 /parole-0.3.0.2.tar.bz2
 /parole-0.3.0.3.tar.bz2
+/parole-0.4.0.tar.bz2
diff --git a/parole.spec b/parole.spec
index 9b13489..146a36d 100644
--- a/parole.spec
+++ b/parole.spec
@@ -1,9 +1,9 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=527840
 
-%global minorversion 0.3
+%global minorversion 0.4
 
 Name:           parole
-Version:        0.3.0.3
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        Media player for the Xfce desktop
 
@@ -25,6 +25,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  gettext 
 BuildRequires:  intltool
 BuildRequires:  gtk-doc
+BuildRequires:  xfconf-devel >= 4.10.0
 Requires:       gstreamer-plugins-good
 # Obsolete the dead mozilla plugin
 Obsoletes:      %{name}-mozplugin <= 2.0.2-7
@@ -102,6 +103,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/%{name}-0/*.so
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+# FIXME: upstream should rename these icons, see bugzilla.xfce.org #9728
+%{_datadir}/icons/hicolor/*/apps/extension.png
 %{_datadir}/%{name}/
 
 
@@ -112,6 +115,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jan 07 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.0
+- BR xfconf-devel as configuration is now stored in xfconf
+
 * Wed Aug 22 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0.3-1
 - Update to 0.3.0.3
 - Build gtk documentation again (bugzilla.xfce.org #9232)
diff --git a/sources b/sources
index 7b83a9b..344a307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d13ece4c5a4980a1aedfed8eb3c6172d  parole-0.3.0.3.tar.bz2
+9cd6b05fbba88a85308b8385c25c4767  parole-0.4.0.tar.bz2


More information about the scm-commits mailing list