Hello community,

here is the log from the commit of package net6 for openSUSE:Factory checked in 
at 2012-06-05 15:33:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net6 (Old)
 and      /work/SRC/openSUSE:Factory/.net6.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net6", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/net6/net6.changes        2011-11-07 
16:19:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.net6.new/net6.changes   2012-06-05 
15:33:11.000000000 +0200
@@ -1,0 +2,13 @@
+Wed May 23 15:16:31 UTC 2012 - [email protected]
+
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: libgnutls-devel, libsigc++2-devel.
+  + New ones: gnutls, sigc++-2.0.
+
+-------------------------------------------------------------------
+Mon May 21 11:35:09 UTC 2012 - [email protected]
+
+- Use libgnutls-devel BuildRequires instead of gnutls-devel for
+  openSUSE > 12.1: gnutls-devel has been removed from Factory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ net6.spec ++++++
--- /var/tmp/diff_new_pack.pIDIzZ/_old  2012-06-05 15:33:12.000000000 +0200
+++ /var/tmp/diff_new_pack.pIDIzZ/_new  2012-06-05 15:33:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package net6
 #
-# 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,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           net6
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  gettext-devel
-BuildRequires:  gnutls-devel
-BuildRequires:  libsigc++2-devel
-BuildRequires:  pkg-config
-License:        LGPL-2.1+
-Group:          Development/Libraries/GNOME
 Version:        1.3.14
-Release:        1
+Release:        0
 Summary:        Network access framework for IPv4/IPv6
+License:        LGPL-2.1+
+Group:          Development/Libraries/GNOME
 Url:            http://gobby.0x539.de/
 Source:         http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(sigc++-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-lang = %{version}
 
@@ -41,10 +39,11 @@
 portable to both the Windows and Unix-like platforms.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Network access framework for IPv4/IPv6
 Group:          Development/Libraries/GNOME
-Requires:       %{name} = %{version} gnutls-devel libsigc++2-devel
+Requires:       %{name} = %{version}
+Requires:       gnutls-devel
+Requires:       libsigc++2-devel
 
 %description devel
 net6 is a library which eases the development of network-based

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to