[gnome-session/f14/master: 1/3] 2.32.0

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 30 13:10:02 UTC 2010


commit 4132eaa9843079af3e49ece04c7d136fa7b3a0d7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Sep 30 09:03:42 2010 -0400

    2.32.0

 .gitignore                                         |    1 +
 ...-to-perform-actions-after-a-period-of-idl.patch |    6 +++---
 gnome-session.spec                                 |   13 ++++++++++---
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca66350..8dc1f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gnome-session-2.31.2.tar.bz2
 gnome-session-2.31.6.tar.bz2
+/gnome-session-2.32.0.tar.bz2
diff --git a/0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch b/0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch
index 600ef22..ef2dbba 100644
--- a/0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch
+++ b/0001-Add-ability-to-perform-actions-after-a-period-of-idl.patch
@@ -1,6 +1,6 @@
-diff -up gnome-session-2.31.6/configure.in.max-idle gnome-session-2.31.6/configure.in
---- gnome-session-2.31.6/configure.in.max-idle	2010-08-04 07:35:41.000000000 -0400
-+++ gnome-session-2.31.6/configure.in	2010-08-06 20:18:07.157048001 -0400
+diff -up gnome-session-2.31.6/configure.ac.max-idle gnome-session-2.31.6/configure.ac
+--- gnome-session-2.31.6/configure.ac.max-idle	2010-08-04 07:35:41.000000000 -0400
++++ gnome-session-2.31.6/configure.ac	2010-08-06 20:18:07.157048001 -0400
 @@ -50,6 +50,7 @@ AC_MSG_RESULT([$with_gtk])
  GLIB_REQUIRED=2.16.0
  DBUS_GLIB_REQUIRED=0.76
diff --git a/gnome-session.spec b/gnome-session.spec
index f2cfa41..52258db 100644
--- a/gnome-session.spec
+++ b/gnome-session.spec
@@ -9,11 +9,11 @@
 
 Summary: GNOME session manager
 Name: gnome-session
-Version: 2.31.6
-Release: 1%{?dist}.1
+Version: 2.32.0
+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.31/%{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/gnome-session/2.32/%{name}-%{version}.tar.bz2
 Source2: gnome.desktop
 
 License: GPLv2+
@@ -75,6 +75,8 @@ 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
 
+Patch7: gnome-session-cflags.patch
+
 # an artificial requires to make sure we get dconf, for now
 Requires: dconf
 
@@ -95,6 +97,8 @@ Desktop file to add GNOME to display manager session menu.
 %patch3 -p1 -b .max-idle
 %patch4 -p1 -b .nag-root-user
 
+%patch7 -p1 -b .cflags
+
 echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
 
 autoreconf -i -f
@@ -173,6 +177,9 @@ fi
 
 
 %changelog
+* Thu Sep 30 2010 Matthias Clasen <mclasen at redhat.com> - 2.32.0-1
+- Update to 2.32.0
+
 * Wed Sep 29 2010 jkeating - 2.31.6-1.1
 - Rebuilt for gcc bug 634757
 
diff --git a/sources b/sources
index ff8955c..6bef6eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fda5f2b9d797773cbabc920df6d52cc  gnome-session-2.31.6.tar.bz2
+b348bd024fbce264f74a174ebcdf3947  gnome-session-2.32.0.tar.bz2


More information about the scm-commits mailing list