From 78e7bcca72891ab5226e5724d206d9fa8a9ac5f8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Jan 2011 15:37:45 -0500 Subject: [PATCH] 2.91.4 --- .gitignore | 1 + gnome-session.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 9dde946..67b4913 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ gnome-session-2.31.2.tar.bz2 gnome-session-2.31.6.tar.bz2 /gnome-session-2.32.0.tar.bz2 /gnome-session-2.91.0.tar.bz2 +/gnome-session-2.91.4.tar.bz2 diff --git a/gnome-session.spec b/gnome-session.spec index 01d8389..9033cee 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -4,8 +4,8 @@ Summary: GNOME session manager Name: gnome-session -Version: 2.91.0 -Release: 7%{?dist} +Version: 2.91.4 +Release: 1%{?dist} URL: http://www.gnome.org #VCS: git:git://git.gnome.org/gnome-session Source0: http://download.gnome.org/sources/gnome-session/2.91/%{name}-%{version}.tar.bz2 @@ -28,7 +28,7 @@ Requires: polkit-gnome # and we want good defaults Requires: polkit-desktop-policy -BuildRequires: gtk3-devel +BuildRequires: gtk3-devel >= 2.99.0 BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: gnome-keyring-devel @@ -60,6 +60,8 @@ BuildRequires: libnotify-devel >= 0.7.0 Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 +Requires(post): /usr/bin/gtk-update-icon-cache +Requires(postun): /usr/bin/gtk-update-icon-cache # https://bugzilla.gnome.org/show_bug.cgi?id=597030 Patch3: 0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch @@ -67,9 +69,6 @@ Patch3: 0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch # https://bugzilla.gnome.org/show_bug.cgi?id=607094 Patch4: nag-root-user.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=634244 -Patch5: prevent-inhibitor-dialog.patch - # Fedora specific patch Patch7: gnome-session-cflags.patch @@ -92,7 +91,6 @@ Desktop file to add GNOME to display manager session menu. %setup -q %patch3 -p1 -b .max-idle %patch4 -p1 -b .nag-root-user -%patch5 -p1 -b .prevent-inhibitor-dialog %patch7 -p1 -b .cflags @@ -139,7 +137,7 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %preun %gconf_schema_remove gnome-session -%postun +%postun /sbin/ldconfig if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null @@ -176,6 +174,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jan 9 2011 Matthias Clasen 2.91.4-1 +- Update to 2.91.4 + * Fri Dec 3 2010 Matthias Clasen 2.91.0-7 - Rebuild against new gtk diff --git a/sources b/sources index 643d6ad..962656f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c5860488bfae64f8ddbcaa833ab0d65 gnome-session-2.91.0.tar.bz2 +fcdfb55c1ea67df1391947c32e6efbcc gnome-session-2.91.4.tar.bz2