Hello community,

here is the log from the commit of package gsd for openSUSE:Factory checked in 
at 2012-06-14 17:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsd (Old)
 and      /work/SRC/openSUSE:Factory/.gsd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsd", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsd/gsd.changes  2011-09-23 02:02:03.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gsd.new/gsd.changes     2012-06-14 
17:15:54.000000000 +0200
@@ -1,0 +2,27 @@
+Sat May 12 13:33:20 UTC 2012 - bitshuff...@opensuse.org
+
+- Updated to 1.2.2
+  * Added support for building on MacOS.
+  * Fixed blocking of login dialog while as-you-type server check.
+  * Added support for port lists.
+  * Fixed problems with download of reports.
+  * Various improvements for OMP compatibilities.
+
+-------------------------------------------------------------------
+Tue Apr 10 21:39:33 UTC 2012 - klaussfre...@gmail.com
+
+- Add gsd-gcc47-compat.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------
+Fri Dec  9 16:49:41 UTC 2011 - bitshuff...@opensuse.org
+
+- Updated to 1.2.1
+  * Fixed: Inconsistencies in the interface have been fixed.
+  * Fixed: Build process now works without doxygen.
+  * Fixed: The FSF address has been corrected in the GPL license text.
+  * Updated: German and French translations.
+  * New: Spanish translation.
+  * New: Support for modifying tasks.
+  * New: Support for OMP 3.0.
+
+-------------------------------------------------------------------

Old:
----
  gsd-1.2.0.tar.gz
  gsd-add-needed.patch

New:
----
  debian.series
  gsd-1.2.0-linking.patch
  gsd-1.2.2.tar.gz
  gsd-gcc47-compat.patch

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

Other differences:
------------------
++++++ gsd.spec ++++++
--- /var/tmp/diff_new_pack.5skYBS/_old  2012-06-14 17:15:56.000000000 +0200
+++ /var/tmp/diff_new_pack.5skYBS/_new  2012-06-14 17:15:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gsd
 #
-# 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,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           gsd
-Version:        1.2.0
-Release:        2
-License:        GPLv2+
-Group:          Productivity/Networking/Security
+Version:        1.2.2
+Release:        0
 Url:            http://www.openvas.org
 Source:         %{name}-%{version}.tar.gz
+Patch0:         gsd-1.2.0-linking.patch
+Patch1:         gsd-gcc47-compat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libopenvas-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  pkgconfig
-BuildRequires:  libgcrypt-devel
 %if 0%{?fedora_version} > 13
 BuildRequires:  qt-webkit-devel
 %endif
@@ -47,7 +45,8 @@
 %endif
 
 Summary:        A Desktop Client that connects to the OpenVAS Manager
-Patch:          gsd-add-needed.patch
+License:        GPL-2.0+
+Group:          Productivity/Networking/Security
 
 %description
 GSD is a desktop client that connects to the OpenVAS Manager using
@@ -56,7 +55,8 @@
 
 %prep
 %setup -q
-%patch
+%patch0
+%patch1 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.5skYBS/_old  2012-06-14 17:15:56.000000000 +0200
+++ /var/tmp/diff_new_pack.5skYBS/_new  2012-06-14 17:15:56.000000000 +0200
@@ -1,3 +1,33 @@
+gsd (1.2.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Added support for building on MacOS.
+    - Fixed blocking of login dialog while as-you-type server check.
+    - Added support for port lists.
+    - Fixed problems with download of reports.
+    - Various improvements for OMP compatibilities.
+
+ -- Stephan Kleine <bitshuff...@opensuse.org>  Sat, 12 May 2011 15:34:35 +0200
+
+gsd (1.2.1-2) UNRELEASED; urgency=low
+  
+  * Fix build with gcc 4.7
+  
+ -- Claudio Freire <klaussfre...@gmail.com>  Tue, 10 Apr 2012 18:40:50 -0300
+
+gsd (1.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Fixed: Inconsistencies in the interface have been fixed.
+    - Fixed: Build process now works without doxygen.
+    - Fixed: The FSF address has been corrected in the GPL license text.
+    - Updated: German and French translations.
+    - New: Spanish translation.
+    - New: Support for modifying tasks.
+    - New: Support for OMP 3.0.
+
+ -- Stephan Kleine <bitshuff...@opensuse.org>  Fri, 09 Dec 2011 17:50:23 +0100
+
 gsd (1.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.

++++++ debian.series ++++++
gsd-1.2.0-linking.patch -p0
gsd-gcc47-compat.patch -p1
++++++ gsd-1.2.0-linking.patch ++++++
Index: src/CMakeLists.txt
===================================================================
--- src/CMakeLists.txt.orig     2011-04-06 12:43:59.000000000 +0200
+++ src/CMakeLists.txt  2011-10-16 17:16:46.379470591 +0200
@@ -212,7 +212,7 @@ else (MINGW)
   set_target_properties (gsd PROPERTIES COMPILE_FLAGS
     "${HEADER_TEMP} ${GNUTLS_CFLAGS} ${OPENVAS_CFLAGS} ${GLIB_CFLAGS}")
 
-  target_link_libraries (gsd openvas_omp openvas_base ${QT_LIBRARIES} 
gthread-2.0 gcrypt)
+  target_link_libraries (gsd gcrypt glib-2.0 gnutls gthread-2.0 openvas_base 
openvas_misc openvas_omp ${QT_LIBRARIES})
 endif (MINGW)
 
 ## Install
++++++ gsd-1.2.0.tar.gz -> gsd-1.2.2.tar.gz ++++++
++++ 12742 lines of diff (skipped)

++++++ gsd-gcc47-compat.patch ++++++
diff -ur gsd-1.2.1/src/omp_utilities.h gsd-1.2.1.nu/src/omp_utilities.h
--- gsd-1.2.1/src/omp_utilities.h       2011-12-09 11:31:24.000000000 -0300
+++ gsd-1.2.1.nu/src/omp_utilities.h    2012-04-10 18:34:36.038411739 -0300
@@ -76,7 +76,7 @@
       };
     typedef int omp_type;
 
-    enum omp_entity_command
+    enum omp_entity_command_t
       {
         OMP_GET = 30,
         OMP_CREATE = 31,
@@ -89,7 +89,7 @@
       };
     typedef int omp_entity_command;
 
-    enum omp_task_command
+    enum omp_task_command_t
       {
         START = 40,
         STOP = 41,
Only in gsd-1.2.1.nu/src: omp_utilities.h~
++++++ gsd.dsc ++++++
--- /var/tmp/diff_new_pack.5skYBS/_old  2012-06-14 17:15:56.000000000 +0200
+++ /var/tmp/diff_new_pack.5skYBS/_new  2012-06-14 17:15:56.000000000 +0200
@@ -2,7 +2,7 @@
 Source: gsd
 Binary: gsd
 Architecture: any
-Version: 1.2.0-1
+Version: 1.2.2-1
 Maintainer: Stephan Kleine <bitshuff...@opensuse.org>
 Homepage: http://www.openvas.org/
 Standards-Version: 3.8.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to