Hello community,

here is the log from the commit of package openvas-administrator for 
openSUSE:Factory checked in at 2012-06-16 11:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvas-administrator (Old)
 and      /work/SRC/openSUSE:Factory/.openvas-administrator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvas-administrator", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openvas-administrator/openvas-administrator.changes  
    2011-11-07 14:24:28.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.openvas-administrator.new/openvas-administrator.changes
 2012-06-16 11:45:21.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 11 17:41:09 UTC 2012 - [email protected]
+
+- Add openvas-administrator-glib2.31.patch: Fix build with newer
+  glib versions.
+
+-------------------------------------------------------------------

New:
----
  openvas-administrator-glib2.31.patch

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

Other differences:
------------------
++++++ openvas-administrator.spec ++++++
--- /var/tmp/diff_new_pack.2NsmFa/_old  2012-06-16 11:45:26.000000000 +0200
+++ /var/tmp/diff_new_pack.2NsmFa/_new  2012-06-16 11:45:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openvas-administrator
 #
-# 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,14 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           openvas-administrator
 Version:        1.1.2
-Release:        2
-License:        GPL-2.0+
-Group:          Productivity/Networking/Security
+Release:        0
 Url:            http://www.openvas.org
 Source0:        %{name}-%{version}.tar.gz
 Source1:        openvasad.logrotate
@@ -31,6 +27,7 @@
 Source4:        openvasad.init.fedora
 Source5:        openvasad.init.mandriva
 Patch0:         openvas-administrator-1.1.1-linking.patch
+Patch1:         openvas-administrator-glib2.31.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?mandriva_version}
@@ -40,11 +37,13 @@
 BuildRequires:  cmake >= 2.6.0
 BuildRequires:  doxygen
 BuildRequires:  glib2-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libopenvas-devel >= 3.0.0
 BuildRequires:  pkgconfig
-BuildRequires:  libgcrypt-devel
 Requires:       logrotate
 Summary:        Administrator Module of OpenVAS
+License:        GPL-2.0+
+Group:          Productivity/Networking/Security
 
 %description
 This is the administrator module for the Open Vulnerability Assessment 
@@ -56,6 +55,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %if 0%{?mandriva_version}

++++++ openvas-administrator-glib2.31.patch ++++++
Index: src/admin.c
===================================================================
--- src/admin.c.orig
+++ src/admin.c
@@ -874,8 +874,8 @@ openvas_get_sync_script_identification (
 
   script_identification = g_strsplit (script_out, "|", 6);
 
-  if (g_strncasecmp (script_identification[0], "NVTSYNC", 7)
-      || g_strncasecmp (script_identification[0], script_identification[5], 7))
+  if (g_ascii_strncasecmp (script_identification[0], "NVTSYNC", 7)
+      || g_ascii_strncasecmp (script_identification[0], 
script_identification[5], 7))
     {
       g_warning ("%s is not a NVT synchronization script.", sync_script);
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to