[xfce4-settings] Update to 4.8.1

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 30 18:22:33 UTC 2011


commit 00ae8a7961a64c7f1d40aa53143c1a185afef1e4
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Sun Jan 30 11:22:13 2011 -0700

    Update to 4.8.1

 .gitignore          |    1 +
 sources             |    2 +-
 xfce4-settings.spec |   11 +++++------
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42fec26..34d2c87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 xfce4-settings-4.6.5.tar.bz2
 /xfce4-settings-4.7.7.tar.bz2
 /xfce4-settings-4.8.0.tar.bz2
+/xfce4-settings-4.8.1.tar.bz2
diff --git a/sources b/sources
index 36562e3..3d55cf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc5b7d044876256148628a791b817783  xfce4-settings-4.8.0.tar.bz2
+0097476baadcc9bc9841d6b8e687b8eb  xfce4-settings-4.8.1.tar.bz2
diff --git a/xfce4-settings.spec b/xfce4-settings.spec
index 4eb53a2..1353699 100644
--- a/xfce4-settings.spec
+++ b/xfce4-settings.spec
@@ -1,8 +1,8 @@
 %global xfceversion 4.8
 
 Name:           xfce4-settings
-Version:        4.8.0
-Release:        2%{?dist}
+Version:        4.8.1
+Release:        1%{?dist}
 Summary:        Settings Manager for Xfce
 
 Group:          User Interface/Desktops
@@ -12,8 +12,6 @@ URL:            http://www.xfce.org/
 Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 # use vendor's artwork
 Patch0:         xfce4-settings-4.6.0-fedora.patch
-# Already commited upstream
-Patch1:         xfce4-settings-4.8.0-double-free-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -43,8 +41,6 @@ This package includes the settings manager applications for the Xfce desktop.
 %prep
 %setup -q
 %patch0 -p1 -b .vendor
-%patch1 -p1 -b .double-free
-
 
 %build
 %configure --enable-sound-settings --enable-pluggable-dialogs
@@ -86,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/xfce*.desktop
 
 %changelog
+* Sun Jan 30 2011 Kevin Fenzi <kevin at tummy.com> - 4.8.1-1
+- Update to 4.8.1
+
 * Thu Jan 27 2011 Kevin Fenzi <kevin at tummy.com> - 4.8.0-2
 - Add patch to fix double free. (fixes #670522)
 


More information about the scm-commits mailing list