rpms/gnome-session/devel .cvsignore, 1.75, 1.76 gnome-session.spec, 1.239, 1.240 sources, 1.79, 1.80 watch-spew.patch, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 15 18:15:58 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-session/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11607

Modified Files:
	.cvsignore gnome-session.spec sources watch-spew.patch 
Log Message:
2.27.4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/.cvsignore,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- .cvsignore	14 Apr 2009 17:11:55 -0000	1.75
+++ .cvsignore	15 Jul 2009 18:15:27 -0000	1.76
@@ -1 +1 @@
-gnome-session-2.26.1.tar.bz2
+gnome-session-2.27.4.tar.bz2


Index: gnome-session.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -p -r1.239 -r1.240
--- gnome-session.spec	10 Jul 2009 14:03:21 -0000	1.239
+++ gnome-session.spec	15 Jul 2009 18:15:28 -0000	1.240
@@ -9,19 +9,16 @@
 
 Summary: GNOME session manager
 Name: gnome-session
-Version: 2.26.1
-Release: 5%{?dist}
+Version: 2.27.4
+Release: 1%{?dist}
 URL: http://www.gnome.org
-Source0: http://download.gnome.org/sources/gnome-session/2.26/%{name}-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/gnome-session/2.27/%{name}-%{version}.tar.bz2
 Source2: gnome.desktop
 
 # http://bugzilla.redhat.com/show_bug.cgi?id=497619
 # http://bugzilla.gnome.org/show_bug.cgi?id=585614
 Patch0: polkit1.patch
 
-# http://bugzilla.gnome.org/show_bug.cgi?id=588247
-Patch1: watch-spew.patch
-
 License: GPLv2+
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,7 +58,6 @@ BuildRequires: libtool
 BuildRequires: gettext
 BuildRequires: libX11-devel libXt-devel
 BuildRequires: libXtst-devel
-BuildRequires: PolicyKit-gnome-devel
 BuildRequires: xmlto
 
 Requires(pre): GConf2 >= %{gconf2_version}
@@ -84,7 +80,6 @@ Desktop file to add GNOME to display man
 %prep
 %setup -q
 %patch0 -p1 -b .polkit1
-%patch1 -p1 -b .watch-spew
 
 #workaround broken perl-XML-Parser on 64bit arches
 export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.2 perl
@@ -177,6 +172,9 @@ fi
 
 
 %changelog
+* Wed Jul 15 2009 Matthias Clasen  <mclasen at redhat.com> - 2.27.4-1
+- Update to 2.27.4
+
 * Fri Jul 10 2009 Matthias Clasen  <mclasen at redhat.com> - 2.26.1-5
 - Avoid pointless warnings
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/sources,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- sources	14 Apr 2009 17:11:55 -0000	1.79
+++ sources	15 Jul 2009 18:15:28 -0000	1.80
@@ -1 +1 @@
-aa280939a3e07209081095e8e10fe619  gnome-session-2.26.1.tar.bz2
+bf4d141f72c182d8eadc68e42a4a5343  gnome-session-2.27.4.tar.bz2

watch-spew.patch:

Index: watch-spew.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-session/devel/watch-spew.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- watch-spew.patch	10 Jul 2009 14:03:21 -0000	1.1
+++ watch-spew.patch	15 Jul 2009 18:15:28 -0000	1.2
@@ -1,12 +1,12 @@
 diff -up gnome-session-2.26.1/gnome-session/gs-idle-monitor.c.watch-spew gnome-session-2.26.1/gnome-session/gs-idle-monitor.c
---- gnome-session-2.26.1/gnome-session/gs-idle-monitor.c.watch-spew	2009-07-10 09:54:42.872161348 -0400
-+++ gnome-session-2.26.1/gnome-session/gs-idle-monitor.c	2009-07-10 09:54:53.169623355 -0400
+--- gnome-session-2.26.1/gnome-session/gs-idle-monitor.c.watch-spew	2009-04-14 11:31:45.000000000 -0400
++++ gnome-session-2.26.1/gnome-session/gs-idle-monitor.c	2009-07-13 16:30:09.454700964 -0400
 @@ -188,7 +188,7 @@ handle_alarm_notify_event (GSIdleMonitor
          watch = find_watch_for_alarm (monitor, alarm_event->alarm);
  
          if (watch == NULL) {
--                g_warning ("Unable to find watch for alarm %d, counter value %d, alarm value %d, time %d state %d", (int)alarm_event->alarm, alarm_event->counter_value.lo, alarm_event->alarm_value.lo, time, state);
-+                g_debug ("Unable to find watch for alarm %d, counter value %d, alarm value %d, time %d state %d", (int)alarm_event->alarm, alarm_event->counter_value.lo, alarm_event->alarm_value.lo, time, state);
+-                g_warning ("Unable to find watch for alarm %d", (int)alarm_event->alarm);
++                g_debug ("Unable to find watch for alarm %d", (int)alarm_event->alarm);
                  return;
          }
  




More information about the fedora-extras-commits mailing list