[xfce4-session] Update to 4.8.3 and drop upstreamed gobject link patch.

Kevin Fenzi kevin at fedoraproject.org
Sun Feb 12 16:19:19 UTC 2012


commit 6e2107ba13d2a75f285f32c4b9007f4b707e875a
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Feb 12 09:19:17 2012 -0700

    Update to 4.8.3 and drop upstreamed gobject link patch.

 .gitignore                             |    1 +
 sources                                |    2 +-
 xfce4-session-4.8.2-gmodule-link.patch |   48 --------------------------------
 xfce4-session.spec                     |   12 +++----
 4 files changed, 7 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a99342..84d969f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ xfce4-session-4.6.2.tar.bz2
 /xfce4-session-4.8.0.tar.bz2
 /xfce4-session-4.8.1.tar.bz2
 /xfce4-session-4.8.2.tar.bz2
+/xfce4-session-4.8.3.tar.bz2
diff --git a/sources b/sources
index 1f61a8c..1d290bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48780cbcf784ab64debc9312f17765f2  xfce4-session-4.8.2.tar.bz2
+461cc38bbd37cab881adbdf943f9a402  xfce4-session-4.8.3.tar.bz2
diff --git a/xfce4-session.spec b/xfce4-session.spec
index aee09ed..5537e4f 100644
--- a/xfce4-session.spec
+++ b/xfce4-session.spec
@@ -1,8 +1,8 @@
 %global xfceversion 4.8
 
 Name:           xfce4-session
-Version:        4.8.2
-Release:        3%{?dist}
+Version:        4.8.3
+Release:        1%{?dist}
 Summary:        Xfce session manager
 
 Group:          User Interface/Desktops
@@ -15,8 +15,6 @@ Source1:        polkit-gnome-authentication-agent-1.desktop
 Patch0:         xfce4-session-4.7.2-hide-tips.patch
 # http://patches.ubuntu.com/x/xfce4-session/extracted/01_correct_shadows.patch
 Patch1:         xfce4-session-4.6.1-correct-shadows.patch
-# https://bugzilla.xfce.org/show_bug.cgi?id=8340
-Patch2:         xfce4-session-4.8.2-gmodule-link.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -71,11 +69,8 @@ Additional splash screen engines for the Xfce Session Manager.
 %setup -q
 %patch0 -p1 -b .hide-tips
 %patch1 -p1 -b .correct-shadows
-%patch2 -p1 -b .gobject-link
-
 
 %build
-xdt-autogen
 %configure --disable-static \
     --enable-gnome \
     --enable-libgnome-keyring \
@@ -165,6 +160,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/themes/Default/balou/
 
 %changelog
+* Sun Feb 12 2012 Kevin Fenzi <kevin at scrye.com> - 4.8.3-1
+- Update to 4.8.3 and drop upstreamed gobject link patch.
+
 * Wed Feb 01 2012 Kevin Fenzi <kevin at scrye.com> - 4.8.2-3
 - Add patch to link with gobject. 
 


More information about the scm-commits mailing list