- Add patch to fix clock to default to 24h in locales that expect it
(175453)
This commit is contained in:
parent
a0e1db4620
commit
9dcfd90dd8
7
gdm.spec
7
gdm.spec
@ -15,7 +15,7 @@
|
|||||||
Summary: The GNOME Display Manager.
|
Summary: The GNOME Display Manager.
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.13.0.5
|
Version: 2.13.0.5
|
||||||
Release: 5
|
Release: 6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: User Interface/X
|
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
|
Patch19: gdm-2.13.0.4-add-gnome-cflags.patch
|
||||||
Patch20: gdm-2.13.0.4-add-locale-header.patch
|
Patch20: gdm-2.13.0.4-add-locale-header.patch
|
||||||
Patch21: gdm-2.13.0.4-fix-gdm-safe-restart-conf-path.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
|
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
|
%patch19 -p1 -b .add-gnome-cflags
|
||||||
%patch20 -p1 -b .add-locale-header
|
%patch20 -p1 -b .add-locale-header
|
||||||
%patch21 -p1 -b .fix-gdm-safe-restart-conf-path
|
%patch21 -p1 -b .fix-gdm-safe-restart-conf-path
|
||||||
|
%patch22 -p1 -b .clock-format
|
||||||
|
|
||||||
# fix the time format for ja
|
# 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
|
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
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2006 Christopher Aillon <caillon@redhat.com> - 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 <rstrode@redhat.com> - 1:2.13.0.5-1
|
* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.5-1
|
||||||
- update to 2.13.0.5 (bug 178099)
|
- update to 2.13.0.5 (bug 178099)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user