[parole] Upgrade to 0.8.0

Kevin Fenzi kevin at fedoraproject.org
Sun Mar 1 04:20:59 UTC 2015


commit cf230588ce56539490bcafee5f1355c63fe5dbc2
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Feb 28 21:20:52 2015 -0700

    Upgrade to 0.8.0
    
    - Rebuild for Xfce 4.12

 .gitignore                                         |  1 +
 ...-Correctly-close-dir-handle-Fix-Bug-10600.patch | 26 ----------------------
 parole.spec                                        | 21 ++++++-----------
 sources                                            |  2 +-
 4 files changed, 9 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c23bb9..cec155c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ parole-0.2.0.2.tar.bz2
 /parole-0.5.1.tar.bz2
 /parole-0.5.2.tar.bz2
 /parole-0.5.4.tar.bz2
+/parole-0.8.0.tar.bz2
diff --git a/parole.spec b/parole.spec
index 69682d6..ca86f16 100644
--- a/parole.spec
+++ b/parole.spec
@@ -1,10 +1,10 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=527840
 
-%global minorversion 0.5
+%global minorversion 0.8
 
 Name:           parole
-Version:        0.5.4
-Release:        7%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        Media player for the Xfce desktop
 
 Group:          Applications/Multimedia
@@ -14,14 +14,6 @@ URL:            http://goodies.xfce.org/projects/applications/parole
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Fedora bug:   https://bugzilla.redhat.com/show_bug.cgi?id=963428
-# Upstream bug: https://bugzilla.xfce.org/show_bug.cgi?id=10600
-# Upstream fix cherry-picked from 
-# http://git.xfce.org/apps/parole/commit/?id=61821b73
-Patch0:         parole-0.5.4-Correctly-close-dir-handle-Fix-Bug-10600.patch
-# Add appstream data
-Source1:        parole.appdata.xml
-
 BuildRequires:  gtk2-devel >= 2.24.0
 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.11
 BuildRequires:  dbus-devel >= 0.60
@@ -62,7 +54,6 @@ The %{name}-devel package contains header files for developing plugins for
 
 %prep
 %setup -q
-%patch0 -p1 -b .dir-handle
 
 
 %build
@@ -83,8 +74,6 @@ desktop-file-install                                    \
   %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 mkdir -p %{buildroot}/%{_datadir}/appdata
-cp -a %{SOURCE1} %{buildroot}/%{_datadir}/appdata/
-
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -125,6 +114,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Feb 28 2015 Kevin Fenzi <kevin at scrye.com> 0.8.0-1
+- Upgrade to 0.8.0
+- Rebuild for Xfce 4.12
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 0.5.4-7
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
diff --git a/sources b/sources
index 91266fe..65b0659 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa25b069c90bb9d59fef46e77c98f9b0  parole-0.5.4.tar.bz2
+fffdc23d2aa22271f01410a9e27c3404  parole-0.8.0.tar.bz2


More information about the scm-commits mailing list