diff --git a/gdm.spec b/gdm.spec index ca92159..cd6607d 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.6.0.8 -Release: 7 +Release: 8 Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -43,6 +43,7 @@ Patch24: gdm-2.6.0.8-compensate-for-broken-dpi.patch Patch25: gdm-2.6.0.8-merge-resources.patch Patch26: gdm-2.6.0.8-boot-throbber.patch Patch27: gdm-2.6.0.8-dont-malloc-in-signal-handlers.patch +Patch28: gdm-2.6.0.8-xdmcp.patch BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root @@ -111,6 +112,7 @@ several different X sessions on your local machine at the same time. %patch25 -p1 -b .merge-resources %patch26 -p1 -b .boot-throbber %patch27 -p1 -b .dont-malloc-in-signal-handlers +%patch28 -p1 -b .xdmcp # fix the time format for ja perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po @@ -282,6 +284,8 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Mon Apr 25 2005 Matthias Clasen 1:2.6.0.8-8 +- for early-login, delay XDMCP initialization until allow-login * Sun Apr 24 2005 Ray Strode 1:2.6.0.8-7 - calling gdm_debug and g_strdup_printf from signal handlers are bad news (Spotted by Mark McLoughlin ).