Mailinglist Archive: opensuse-commit (1092 mails)
| < Previous | Next > |
commit NetworkManager-novellvpn
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 05 Feb 2008 15:06:17 +0100
- Message-id: <20080205140617.5F61F6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package NetworkManager-novellvpn
checked in at Tue Feb 5 15:06:17 CET 2008.
--------
--- NetworkManager-novellvpn/NetworkManager-novellvpn.changes 2008-02-04
12:59:25.000000000 +0100
+++
/mounts/work_src_done/STABLE/NetworkManager-novellvpn/NetworkManager-novellvpn.changes
2008-02-05 14:02:38.809254000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 5 14:00:13 CET 2008 - bili@xxxxxxx
+
+- Update new version again from cvs for supproting NM 0.7.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-novellvpn.spec ++++++
--- /var/tmp/diff_new_pack.cZ3985/_old 2008-02-05 15:05:53.000000000 +0100
+++ /var/tmp/diff_new_pack.cZ3985/_new 2008-02-05 15:05:53.000000000 +0100
@@ -14,7 +14,7 @@
BuildRequires: NetworkManager-devel NetworkManager-gnome intltool
libglade2-devel libgnomeui-devel libnl-devel perl-XML-Parser
update-desktop-files
Summary: VPN support for Turnpike.
Version: 0.7.0
-Release: 1
+Release: 2
License: GPL v2 or later
Group: Productivity/Networking/System
Url: http://www.gnome.org/projects/NetworkManager
@@ -119,6 +119,8 @@
%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-novellvpn-settings.png
%changelog
+* Tue Feb 05 2008 bili@xxxxxxx
+- Update new version again from cvs for supproting NM 0.7.0
* Mon Feb 04 2008 bili@xxxxxxx
- Update to 0.7.0 for supporting NetworkManager 0.7.0.
* Thu Dec 27 2007 crrodriguez@xxxxxxx
++++++ NetworkManager-novellvpn-0.7.0.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/NetworkManager-novellvpn-0.7.0/ChangeLog
new/NetworkManager-novellvpn-0.7.0/ChangeLog
--- old/NetworkManager-novellvpn-0.7.0/ChangeLog 2008-02-01
13:13:04.000000000 +0100
+++ new/NetworkManager-novellvpn-0.7.0/ChangeLog 2008-02-05
13:26:56.000000000 +0100
@@ -1,12 +1,19 @@
-2008-02-01 Bin Li <bili@xxxxxxxxxx>
+2008-02-05 Bin Li <bili@xxxxxxxxxx>
release 0.7.0 for support the NM 0.7.0
+ * properties/Makefile.am:
* properties/nm-novellvpn-vpnui-impl.c:
* properties/nm-novellvpn-propertiesui.h:
* properties/nm-novellvpn-propertiesui.c: Ajust the code format and
support the NM 0.7.0.
* properties/nm-novellvpn-dialog.glade: Add advanced dialog for
additional options.
+ * src/nm-utils.h:
+ G_GNUC_PRETTY_FUNCTION is invalidate in glib.
+ * src/nm-novellvpn-service.c:
+ Change the macro define for NM 0.7.0
+ * po/*.po: Add the new po file.
+ * configure.in: support for the NM 0.7.0.
2007-12-07 Bin Li <bili@xxxxxxxxxx>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/NetworkManager-novellvpn-0.7.0/po/sv.po
new/NetworkManager-novellvpn-0.7.0/po/sv.po
--- old/NetworkManager-novellvpn-0.7.0/po/sv.po 2008-02-01 13:18:59.000000000
+0100
+++ new/NetworkManager-novellvpn-0.7.0/po/sv.po 2008-02-05 13:19:32.000000000
+0100
@@ -2,7 +2,7 @@
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
# Christian Rose <menthos@xxxxxxxxxxx>, 2004, 2005.
#
-# $Id: sv.po,v 1.1 2006/01/09 06:08:33 tsureshkumar Exp $
+# $Id: sv.po,v 1.1.2.1 2008/02/05 12:19:32 bili Exp $
#
msgid ""
msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/NetworkManager-novellvpn-0.7.0/properties/nm-novellvpn-dialog.glade
new/NetworkManager-novellvpn-0.7.0/properties/nm-novellvpn-dialog.glade
--- old/NetworkManager-novellvpn-0.7.0/properties/nm-novellvpn-dialog.glade
2008-02-03 08:46:27.000000000 +0100
+++ new/NetworkManager-novellvpn-0.7.0/properties/nm-novellvpn-dialog.glade
2008-02-05 13:11:41.000000000 +0100
@@ -71,7 +71,7 @@
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
- <property name="xalign">0.5</property>
+ <property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/NetworkManager-novellvpn-0.7.0/src/mtu.c
new/NetworkManager-novellvpn-0.7.0/src/mtu.c
--- old/NetworkManager-novellvpn-0.7.0/src/mtu.c 2008-02-02
09:32:49.000000000 +0100
+++ new/NetworkManager-novellvpn-0.7.0/src/mtu.c 2008-02-05
13:15:33.000000000 +0100
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: mtu.c,v 1.1.2.2 2006/04/11 05:39:58 rvinay Exp $
+ * $Id: mtu.c,v 1.1.2.3 2008/02/05 12:15:33 bili Exp $
*
*/
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore
old/NetworkManager-novellvpn-0.7.0/src/nm-novellvpn-service.c
new/NetworkManager-novellvpn-0.7.0/src/nm-novellvpn-service.c
--- old/NetworkManager-novellvpn-0.7.0/src/nm-novellvpn-service.c
2007-11-30 03:14:48.000000000 +0100
+++ new/NetworkManager-novellvpn-0.7.0/src/nm-novellvpn-service.c
2008-02-05 13:14:23.000000000 +0100
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: nm-novellvpn-service.c,v 1.3.2.14 2007/11/05 07:40:18 bili Exp $
+ * $Id: nm-novellvpn-service.c,v 1.3.2.15 2008/02/05 12:14:23 bili Exp $
*
*/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |