Hello community,

here is the log from the commit of package NetworkManager-novellvpn for 
openSUSE:Factory checked in at 2012-02-14 19:04:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-novellvpn (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager-novellvpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-novellvpn", Maintainer is "b...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-novellvpn/NetworkManager-novellvpn.changes
        2011-09-23 01:51:04.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-novellvpn.new/NetworkManager-novellvpn.changes
   2012-02-14 19:04:17.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb  5 20:25:06 UTC 2012 - dims...@opensuse.org
+
+- Add nm-novellvpn-glib2_31.patch: Fix build with glib 2.31. Only
+  glib.h can now be #include'd.
+
+-------------------------------------------------------------------

New:
----
  nm-novellvpn-glib2_31.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ NetworkManager-novellvpn.spec ++++++
--- /var/tmp/diff_new_pack.ZjaKfK/_old  2012-02-14 19:04:19.000000000 +0100
+++ /var/tmp/diff_new_pack.ZjaKfK/_new  2012-02-14 19:04:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-novellvpn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           NetworkManager-novellvpn
 Summary:        NetworkManager VPN support for Turnpike
-Version:        0.9.0.r29
-Release:        2
 License:        GPL-2.0+
 Group:          Productivity/Networking/System
+Version:        0.9.0.r29
+Release:        0
 Url:            http://www.gnome.org/projects/NetworkManager
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        gnome-mime-application-x-novellvpn-settings.png
 Patch0:         nm-novellvpn-desktop.patch
 Patch1:         nm-novellvpn-toplevel.patch
+Patch2:         nm-novellvpn-glib2_31.patch
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(libnm-glib)
-BuildRequires:  pkgconfig(libnm-util)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnl-1)
+BuildRequires:  pkgconfig(libnm-glib)
+BuildRequires:  pkgconfig(libnm-util)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       %{name}-frontend
 Requires:       NetworkManager > 0.8.2
@@ -59,7 +58,6 @@
 based VPN Server.
 
 %package gnome
-License:        GPL-2.0+
 Summary:        NetworkManager VPN support for Turnpike
 Group:          Productivity/Networking/System
 Provides:       %{name}-frontend
@@ -77,6 +75,7 @@
 %setup -n %{name}-0.9.0 -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp -a %{S:1} nm-novellvpn-settings.png
 # Call translation-update-upstream after patching - LCN should include strings 
in patches.
 translation-update-upstream


++++++ nm-novellvpn-glib2_31.patch ++++++
Index: NetworkManager-novellvpn-0.9.0/src/nm-novellvpn-service.h
===================================================================
--- NetworkManager-novellvpn-0.9.0.orig/src/nm-novellvpn-service.h
+++ NetworkManager-novellvpn-0.9.0/src/nm-novellvpn-service.h
@@ -26,7 +26,7 @@
 #ifndef NM_NOVELLVPN_SERVICE_H
 #define NM_NOVELLVPN_SERVICE_H
 
-#include <glib/gtypes.h>
+#include <glib.h>
 #include <glib-object.h>
 #include <nm-vpn-plugin.h>
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to