rpms/gdm/devel .cvsignore, 1.72, 1.73 gdm.spec, 1.432, 1.433 sources, 1.107, 1.108 data-leak.patch, 1.1, NONE gdm-2.23.92-another-locale-fixup.patch, 1.1, NONE gdm-2.23.92-filter-dupes-from-lang-list.patch, 1.1, NONE gdm-2.23.92-fix-crash.patch, 1.1, NONE gdm-2.24.0-add-panel-slide.patch, 1.1, NONE gdm-2.24.0-fix-icon-scale.patch, 1.1, NONE gdm-user-switcher-no-help.patch, 1.1, NONE ssid-leak.patch, 1.1, NONE username-leak.patch, 1.1, NONE

Matthias Clasen mclasen at fedoraproject.org
Thu Dec 4 15:00:36 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gdm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28464

Modified Files:
	.cvsignore gdm.spec sources 
Removed Files:
	data-leak.patch gdm-2.23.92-another-locale-fixup.patch 
	gdm-2.23.92-filter-dupes-from-lang-list.patch 
	gdm-2.23.92-fix-crash.patch gdm-2.24.0-add-panel-slide.patch 
	gdm-2.24.0-fix-icon-scale.patch 
	gdm-user-switcher-no-help.patch ssid-leak.patch 
	username-leak.patch 
Log Message:
2.25.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/.cvsignore,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- .cvsignore	22 Sep 2008 17:33:36 -0000	1.72
+++ .cvsignore	4 Dec 2008 15:00:03 -0000	1.73
@@ -1 +1 @@
-gdm-2.24.0.tar.bz2
+gdm-2.25.1.tar.bz2


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- gdm.spec	20 Oct 2008 16:16:24 -0000	1.432
+++ gdm.spec	4 Dec 2008 15:00:03 -0000	1.433
@@ -15,13 +15,13 @@
 
 Summary: The GNOME Display Manager
 Name: gdm
-Version: 2.24.0
-Release: 11%{?dist}
+Version: 2.25.1
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
 URL: http://download.gnome.org/sources/gdm
-Source: http://download.gnome.org/sources/gdm/2.24/gdm-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/gdm/2.25/gdm-%{version}.tar.bz2
 Source1: gdm-pam
 Source2: gdm-autologin-pam
 Source3: gdmsetup-pam
@@ -82,23 +82,6 @@
 Patch1: xkb-groups.patch
 Patch2: gdm-2.24.0-force-active-vt.patch
 Patch3: gdm-2.23.92-save-root-window.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=552578
-Patch4: username-leak.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=552578
-Patch5: data-leak.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=552578
-Patch6: ssid-leak.patch
-Patch7: gdm-2.23.92-filter-dupes-from-lang-list.patch
-Patch8: gdm-2.23.92-another-locale-fixup.patch
-Patch9: gdm-2.23.92-fix-crash.patch
-# Fix pulled from upstream
-Patch10: gdm-2.24.0-fix-icon-scale.patch
-
-# http://bugzilla.gnome.org/show_bug.cgi?id=554523
-Patch11: gdm-2.24.0-add-panel-slide.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=465121
-Patch12: gdm-user-switcher-no-help.patch
 
 # uses /etc/sysconfig/keyboard and is thus not directly upstreamable
 # should probably be changed to get the system layout from the X server
@@ -127,15 +110,6 @@
 %patch1 -p1 -b .xkb-groups
 %patch2 -p1 -b .force-active-vt
 %patch3 -p1 -b .save-root-window
-%patch4 -p1 -b .username-leak
-%patch5 -p1 -b .data-leak
-%patch6 -p1 -b .ssid-leak
-%patch7 -p1 -b .filter-dupes-from-lang-list
-%patch8 -p1 -b .another-locale-fixup
-%patch9 -p1 -b .fix-crash
-%patch10 -p1 -b .fix-icon-scale
-%patch11 -p1 -b .add-panel-slide
-%patch12 -p1 -b .no-help
 %patch13 -p1 -b .system-keyboard
 
 %patch99 -p1 -b .fedora-logo
@@ -352,6 +326,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Thu Dec  4 2008 Matthias Clasen  <mclasen at redhat.com> - 1:2.25.1-1
+- Update to 2.25.1
+
 * Mon Oct 20 2008 Matthias Clasen  <mclasen at redhat.com> - 1:2.24.0-11
 - Respect system keyboard setting
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/sources,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- sources	22 Sep 2008 17:33:36 -0000	1.107
+++ sources	4 Dec 2008 15:00:03 -0000	1.108
@@ -1 +1 @@
-c38e3debe8a02ad385f1c7077d21de9e  gdm-2.24.0.tar.bz2
+d3d2420510f238fd38815efecb80ed72  gdm-2.25.1.tar.bz2


--- data-leak.patch DELETED ---


--- gdm-2.23.92-another-locale-fixup.patch DELETED ---


--- gdm-2.23.92-filter-dupes-from-lang-list.patch DELETED ---


--- gdm-2.23.92-fix-crash.patch DELETED ---


--- gdm-2.24.0-add-panel-slide.patch DELETED ---


--- gdm-2.24.0-fix-icon-scale.patch DELETED ---


--- gdm-user-switcher-no-help.patch DELETED ---


--- ssid-leak.patch DELETED ---


--- username-leak.patch DELETED ---




More information about the fedora-extras-commits mailing list