From 9dcfd90dd8fdd31fcb4d9cc59e08008b3f1c3c85 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Jan 19 2006 04:14:35 +0000 Subject: - Add patch to fix clock to default to 24h in locales that expect it (175453) --- diff --git a/gdm.spec b/gdm.spec index 1bacbf8..a8f7ed3 100644 --- a/gdm.spec +++ b/gdm.spec @@ -15,7 +15,7 @@ Summary: The GNOME Display Manager. Name: gdm Version: 2.13.0.5 -Release: 5 +Release: 6 Epoch: 1 License: LGPL/GPL Group: User Interface/X @@ -44,6 +44,7 @@ Patch18: gdm-2.8.0.4-dont-call-xsm.patch Patch19: gdm-2.13.0.4-add-gnome-cflags.patch Patch20: gdm-2.13.0.4-add-locale-header.patch Patch21: gdm-2.13.0.4-fix-gdm-safe-restart-conf-path.patch +Patch22: gdm-2.13.0.5-clock-format.patch BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root @@ -116,6 +117,7 @@ several different X sessions on your local machine at the same time. %patch19 -p1 -b .add-gnome-cflags %patch20 -p1 -b .add-locale-header %patch21 -p1 -b .fix-gdm-safe-restart-conf-path +%patch22 -p1 -b .clock-format # 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 @@ -305,6 +307,9 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Wed Jan 18 2006 Christopher Aillon - 1:2.13.0.5-6 +- Add patch to fix clock to default to 24h in locales that expect it (175453) + * Tue Jan 17 2006 Ray Strode - 1:2.13.0.5-1 - update to 2.13.0.5 (bug 178099)