Mailinglist Archive: opensuse-commit (768 mails)
| < Previous | Next > |
commit ggreeter
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Jun 2008 22:05:17 +0200
- Message-id: <20080603200517.D31F06780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package ggreeter
checked in at Tue Jun 3 22:05:17 CEST 2008.
--------
--- GNOME/ggreeter/ggreeter.changes 2008-05-26 09:51:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/ggreeter/ggreeter.changes 2008-06-03
17:59:56.025618000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 18:06:08 CEST 2008 - vuntz@xxxxxxx
+
+- Add ggreeter-bnc395374-close-i18n.patch to get translations for
+ the close link. Fix bnc#395374.
+
+-------------------------------------------------------------------
New:
----
ggreeter-bnc395374-close-i18n.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ggreeter.spec ++++++
--- /var/tmp/diff_new_pack.Q10095/_old 2008-06-03 22:05:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Q10095/_new 2008-06-03 22:05:00.000000000 +0200
@@ -12,7 +12,7 @@
Name: ggreeter
Version: 0.1
-Release: 138
+Release: 142
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: docbook_4 gconf-sharp2 glade-sharp2 glib-sharp2
gnome-doc-utils-devel gtkhtml314-sharp intltool libgnomeui-devel mono-devel
update-desktop-files
@@ -29,6 +29,7 @@
Patch6: %{name}-gtk-sharp-update.patch
Patch7: %{name}-bnc386448.patch
Patch8: %{name}-update-11.0.patch
+Patch9: %{name}-bnc395374-close-i18n.patch
Group: System/GUI/GNOME
Summary: Greeter Application
@@ -52,6 +53,7 @@
%patch6 -p1
%patch7 -p0
%patch8 -p1
+%patch9 -p1
cp -f %{S:1} src/
cp -f %{S:2} src/
@@ -79,6 +81,9 @@
%{_datadir}/gnome/autostart/ggreeter.desktop
%changelog
+* Tue Jun 03 2008 vuntz@xxxxxxx
+- Add ggreeter-bnc395374-close-i18n.patch to get translations for
+ the close link. Fix bnc#395374.
* Mon May 26 2008 vuntz@xxxxxxx
- Add updated bg-head-800x58.png for branding. Fix bnc#386485.
* Fri May 23 2008 vuntz@xxxxxxx
++++++ ggreeter-bnc395374-close-i18n.patch ++++++
Index: ggreeter-0.1/src/Greeter.cs
===================================================================
--- ggreeter-0.1.orig/src/Greeter.cs
+++ ggreeter-0.1/src/Greeter.cs
@@ -172,7 +172,7 @@ namespace Greeter {
StreamReader reader = new StreamReader (stream);
string text = reader.ReadToEnd ();
text = text.Replace ("__ENJOY_OPENSUSE__",
Catalog.GetString ("Have a lot of fun!"));
- text = text.Replace ("__CLOSE__", Catalog.GetString
("Close"));
+ text = text.Replace ("__CLOSE__", Catalog.GetString
("CLOSE"));
hstream.Write (text);
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |