Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit gnome-session
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 06 Sep 2007 22:13:39 +0200
- Message-id: <20070906201339.D1BC3678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-session
checked in at Thu Sep 6 22:13:39 CEST 2007.
--------
--- GNOME/gnome-session/gnome-session.changes 2007-08-31 17:47:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-session/gnome-session.changes 2007-09-04 17:54:48.984494000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 4 17:53:31 CEST 2007 - maw@xxxxxxx
+
+- Update gnome-session-main-init.patch to use old-fashioned C
+ style comments in lieu of C++ style comments, courtesy of Calvin
+ (#302316 and bugzilla.gnome.org #469958).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.jj9688/_old 2007-09-06 22:13:00.000000000 +0200
+++ /var/tmp/diff_new_pack.jj9688/_new 2007-09-06 22:13:00.000000000 +0200
@@ -16,7 +16,7 @@
License: GPL v2 or later, LGPL v2 or later
Group: System/GUI/GNOME
Version: 2.19.90
-Release: 1
+Release: 4
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@@ -161,6 +161,10 @@
%files lang -f %{name}-2.0.lang
%changelog
+* Tue Sep 04 2007 - maw@xxxxxxx
+- Update gnome-session-main-init.patch to use old-fashioned C
+ style comments in lieu of C++ style comments, courtesy of Calvin
+ (#302316 and bugzilla.gnome.org #469958).
* Fri Aug 31 2007 - maw@xxxxxxx
- Update to version 2.19.90:
+ Updated translations.
++++++ gnome-session-main-init.patch ++++++
--- /var/tmp/diff_new_pack.jj9688/_old 2007-09-06 22:13:00.000000000 +0200
+++ /var/tmp/diff_new_pack.jj9688/_new 2007-09-06 22:13:00.000000000 +0200
@@ -23,8 +23,8 @@
gsm_motd_start ();
-+ // move this down so the environments from above get set up
-+ // correctly before assistive modules activate items
++ /* move this down so the environments from above get set up
++ correctly before assistive modules activate items */
+ env_a_t_support = g_getenv (ACCESSIBILITY_ENV);
+ if (env_a_t_support)
+ a_t_support = atoi (env_a_t_support);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |