commit libnl-1_1 for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2014-08-27 07:46:47

Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and  /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)


Package is "libnl-1_1"

Changes:

--- /work/SRC/openSUSE:Factory/libnl-1_1/libnl-1_1.changes  2013-06-07 
10:05:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnl-1_1.new/libnl-1_1.changes 2014-08-27 
07:47:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 26 12:05:41 UTC 2014 - fcro...@suse.com
+
+- Add obsoletes/provides to baselibs.conf.
+
+---



Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.uaTMD6/_old  2014-08-27 07:47:14.0 +0200
+++ /var/tmp/diff_new_pack.uaTMD6/_new  2014-08-27 07:47:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnl-1_1
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.uaTMD6/_old  2014-08-27 07:47:14.0 +0200
+++ /var/tmp/diff_new_pack.uaTMD6/_new  2014-08-27 07:47:14.0 +0200
@@ -1,6 +1,8 @@
 libnl1
obsoletes "libnl-1_1- < "
provides "libnl-1_1- = "
+   obsoletes "libnl- < "
+   provides "libnl- = "
 libnl-1_1-devel
-requires libnl-1_1-
requires "libnl1- = "

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



commit libnl-1_1 for openSUSE:Factory

2013-06-07 Thread h_root
Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2013-06-07 10:05:10

Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and  /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)


Package is "libnl-1_1"

Changes:

--- /work/SRC/openSUSE:Factory/libnl-1_1/libnl-1_1.changes  2012-12-28 
22:44:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnl-1_1.new/libnl-1_1.changes 2013-06-07 
10:05:12.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  5 13:33:54 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.1.4
+* fix wrong calcultation in nla_reserve()
+* nl: Increase receive buffer size to 4 pages
+* Fix leak of cb if nl_socket_alloc_cb() failed to allocate socket
+* Perform no operation on nl_object_free(NULL)
+- Move libraries back to /usr/lib
+- Remove libnl-1.1.diff (merged upstream)
+- Follow shlib package naming guide and move library files from
+  libnl-1_1 to libnl1 package
+
+---

Old:

  libnl-1.1.diff
  libnl-1.1.tar.bz2

New:

  libnl-1.1.4.tar.xz



Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.uCD1XV/_old  2013-06-07 10:05:13.0 +0200
+++ /var/tmp/diff_new_pack.uCD1XV/_new  2013-06-07 10:05:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnl-1_1
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,21 +17,17 @@
 
 
 Name:   libnl-1_1
-%define lname  libnl-1_1-1
+%define lname  libnl1
 Summary:Convenience library for kernel netlink sockets
 License:LGPL-2.1
 Group:  Development/Libraries/Other
-Version:1.1
+Version:1.1.4
 Release:0
-# bug437293
-%ifarch ppc64
-Obsoletes:  libnl-64bit
-%endif
-#
-Url:http://people.suug.ch/~tgr/libnl/
-Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2
-Source99:   baselibs.conf
-Patch0: libnl-1.1.diff
+Url:http://www.carisma.slowglass.com/~tgr/libnl/
+
+#DL-URL:   http://www.carisma.slowglass.com/~tgr/libnl/files/
+Source: libnl-%version.tar.xz
+Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1140
 BuildRequires:  linux-glibc-devel >= 2.6.23
@@ -43,9 +39,7 @@
 BuildRequires:  kernel-headers >= 2.6.23
 %endif
 BuildRequires:  pkgconfig >= 0.21
-# Added for 12.1
-Obsoletes:  libnl < %version-%release
-Provides:   libnl = %version-%release
+BuildRequires:  xz
 
 %description
 This package contains a convenience library to simplify using the Linux
@@ -55,6 +49,16 @@
 Summary:Convenience library for working with Netlink sockets
 License:LGPL-2.1
 Group:  System/Libraries
+%ifarch ppc64
+# bug437293
+Obsoletes:  libnl-64bit
+%endif
+# Added for 12.1
+Obsoletes:  libnl < %version-%release
+Provides:   libnl = %version-%release
+# Added for 13.1
+Obsoletes:  libnl-1_1 < %version-%release
+Provides:   libnl-1_1 = %version-%release
 
 %description -n %lname
 The libnl suite is a collection of libraries providing APIs to
@@ -64,12 +68,12 @@
 Summary:Convenience library for kernel netlink sockets
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
-Requires:   %name = %version-%release
-# bug437293
+Requires:   %lname = %version-%release
 %ifarch ppc64
+# bug437293
 Obsoletes:  libnl-devel-64bit
 %endif
-#
+# Added for 12.1
 Provides:   libnl-devel = %release-%version
 
 %description devel
@@ -77,34 +81,31 @@
 kernels netlink sockets interface for network manipulation.
 
 %prep
-%setup -q -n libnl-%version
-%patch0 -p1
+%setup -qn libnl-%version
 
 %build
-%configure \
---prefix=%_prefix \
---libdir=/%_lib \
---includedir=%_includedir
+%configure --disable-static
+find . -type f -name "Makefile*" -exec perl -i -pe 's{\@echo}{echo}' "{}" "+"
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-mkdir -p %buildroot/%_libdir/pkgconfig
-mv %buildroot/%_lib/pkgconfig/* %buildroot/%_libdir/pkgconfig
+b="%buildroot"
+make install DESTDIR="$b"
+# --disable-static seems to have no effect
+rm -f "$b/%_libdir"/*.a
 
-%post -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
-
-%files
+%files -n %lname
 %defattr(-,root,root)
-/%_lib/libnl*.so.*
+%_libdir/libnl.so.1*
 %doc COPYING ChangeLog
 
 %files devel
-%defattr(-,root,root,0755)

commit libnl-1_1 for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2012-12-28 22:44:29

Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and  /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)


Package is "libnl-1_1", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnl-1_1/libnl-1_1.changes  2012-01-06 
11:45:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnl-1_1.new/libnl-1_1.changes 2012-12-28 
22:44:30.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 10:04:54 UTC 2012 - jeng...@inai.de
+
+- Have package build successfully with non-SUSE
+
+---



Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.6VVtcM/_old  2012-12-28 22:44:31.0 +0100
+++ /var/tmp/diff_new_pack.6VVtcM/_new  2012-12-28 22:44:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnl-1_1
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libnl-1_1
 %define lname  libnl-1_1-1
 Summary:Convenience library for kernel netlink sockets
-Group:  Development/Libraries/Other
 License:LGPL-2.1
+Group:  Development/Libraries/Other
 Version:1.1
-Release:1
+Release:0
 # bug437293
 %ifarch ppc64
 Obsoletes:  libnl-64bit
@@ -34,7 +33,16 @@
 Source99:   baselibs.conf
 Patch0: libnl-1.1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig >= 0.23
+%if 0%{?suse_version} >= 1140
+BuildRequires:  linux-glibc-devel >= 2.6.23
+%endif
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  linux-kernel-headers >= 2.6.23
+%endif
+%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
+BuildRequires:  kernel-headers >= 2.6.23
+%endif
+BuildRequires:  pkgconfig >= 0.21
 # Added for 12.1
 Obsoletes:  libnl < %version-%release
 Provides:   libnl = %version-%release
@@ -45,6 +53,7 @@
 
 %package -n %lname
 Summary:Convenience library for working with Netlink sockets
+License:LGPL-2.1
 Group:  System/Libraries
 
 %description -n %lname
@@ -52,8 +61,8 @@
 netlink protocol based Linux kernel interfaces.
 
 %package devel
-License:LGPL-2.1+
 Summary:Convenience library for kernel netlink sockets
+License:LGPL-2.1+
 Group:  Development/Libraries/Other
 Requires:   %name = %version-%release
 # bug437293
@@ -79,7 +88,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 mkdir -p %buildroot/%_libdir/pkgconfig
 mv %buildroot/%_lib/pkgconfig/* %buildroot/%_libdir/pkgconfig
 

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



commit libnl-1_1 for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2012-01-06 11:45:27

Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and  /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)


Package is "libnl-1_1", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnl-1_1/libnl-1_1.changes  2011-10-06 
16:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnl-1_1.new/libnl-1_1.changes 2012-01-06 
11:45:29.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 31 21:16:22 UTC 2011 - jeng...@medozas.de
+
+- License clarification
+
+---



Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.paaEXk/_old  2012-01-06 11:45:29.0 +0100
+++ /var/tmp/diff_new_pack.paaEXk/_new  2012-01-06 11:45:29.0 +0100
@@ -21,7 +21,7 @@
 %define lname  libnl-1_1-1
 Summary:Convenience library for kernel netlink sockets
 Group:  Development/Libraries/Other
-License:LGPL-2.1+
+License:LGPL-2.1
 Version:1.1
 Release:1
 # bug437293
@@ -29,17 +29,13 @@
 Obsoletes:  libnl-64bit
 %endif
 #
-URL:http://people.suug.ch/~tgr/libnl/
+Url:http://people.suug.ch/~tgr/libnl/
 Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2
 Source99:   baselibs.conf
 Patch0: libnl-1.1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?fedora_version} || 0%{?redhat_version}
-BuildRequires:  pkgconfig
-%endif
-%if 0%{?suse_version}
-BuildRequires:  pkg-config
-%endif
+BuildRequires:  pkgconfig >= 0.23
+# Added for 12.1
 Obsoletes:  libnl < %version-%release
 Provides:   libnl = %version-%release
 

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



commit libnl-1_1 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2011-12-06 18:24:44

Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and  /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)


Package is "libnl-1_1", Maintainer is ""

Changes:




Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.7Hu721/_old  2011-12-06 18:43:08.0 +0100
+++ /var/tmp/diff_new_pack.7Hu721/_new  2011-12-06 18:43:08.0 +0100
@@ -21,7 +21,7 @@
 %define lname  libnl-1_1-1
 Summary:Convenience library for kernel netlink sockets
 Group:  Development/Libraries/Other
-License:LGPLv2.1+
+License:LGPL-2.1+
 Version:1.1
 Release:1
 # bug437293
@@ -56,7 +56,7 @@
 netlink protocol based Linux kernel interfaces.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Convenience library for kernel netlink sockets
 Group:  Development/Libraries/Other
 Requires:   %name = %version-%release

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



commit libnl-1_1 for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory
checked in at Thu Oct 6 16:43:00 CEST 2011.




--- openSUSE:Factory/libnl-1_1/libnl-1_1.changes2011-09-23 
02:09:02.0 +0200
+++ /mounts/work_src_done/STABLE/libnl-1_1/libnl-1_1.changes2011-10-05 
17:08:16.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  5 15:08:11 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %configure macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.dTbhoi/_old  2011-10-06 16:42:54.0 +0200
+++ /var/tmp/diff_new_pack.dTbhoi/_new  2011-10-06 16:42:54.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libnl-1_1
@@ -30,7 +29,7 @@
 Obsoletes:  libnl-64bit
 %endif
 #
-Url:http://people.suug.ch/~tgr/libnl/
+URL:http://people.suug.ch/~tgr/libnl/
 Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2
 Source99:   baselibs.conf
 Patch0: libnl-1.1.diff
@@ -77,9 +76,7 @@
 %patch0 -p1
 
 %build
-#%%configure
-CFLAGS="%optflags" \
-./configure \
+%configure \
 --prefix=%_prefix \
 --libdir=/%_lib \
 --includedir=%_includedir

continue with "q"...



Remember to have fun...

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



commit libnl-1_1 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory
checked in at Mon Sep 19 17:48:17 CEST 2011.




--- libnl-1_1/libnl-1_1.changes 2011-09-05 15:08:50.0 +0200
+++ libnl-1_1/libnl-1_1.changes 2011-09-15 15:32:49.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 15 13:31:14 UTC 2011 - jeng...@medozas.de
+
+- Second attempt at getting baselibs.conf more right
+
+---
+Wed Sep 14 09:27:34 UTC 2011 - jeng...@medozas.de
+
+- Remove Conflicts tag, this will be automatically detected
+
+---
+Mon Sep 12 07:08:51 UTC 2011 - jeng...@medozas.de
+
+- Fix up baselibs.conf to name the right packages
+- Restore BuildRequires for non-SUSE
+
+---
+Wed Sep  7 10:48:01 UTC 2011 - jeng...@medozas.de
+
+- Disarm %-in-a-comment (rpmlint warning)
+- Use %_smp_mflags
+- Remove redundant %clean section
+- Run spec-beautifier
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libnl-1_1.spec ++
--- /var/tmp/diff_new_pack.sl5Bdg/_old  2011-09-19 17:48:10.0 +0200
+++ /var/tmp/diff_new_pack.sl5Bdg/_new  2011-09-19 17:48:10.0 +0200
@@ -31,11 +31,16 @@
 %endif
 #
 Url:http://people.suug.ch/~tgr/libnl/
-Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}.tar.bz2
+Source: http://people.suug.ch/~tgr/libnl/files/libnl-%version.tar.bz2
 Source99:   baselibs.conf
 Patch0: libnl-1.1.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?fedora_version} || 0%{?redhat_version}
+BuildRequires:  pkgconfig
+%endif
+%if 0%{?suse_version}
 BuildRequires:  pkg-config
+%endif
 Obsoletes:  libnl < %version-%release
 Provides:   libnl = %version-%release
 
@@ -44,8 +49,6 @@
 kernels netlink sockets interface for network manipulation.
 
 %package -n %lname
-
-
 Summary:Convenience library for working with Netlink sockets
 Group:  System/Libraries
 
@@ -57,39 +60,35 @@
 License:LGPLv2.1+
 Summary:Convenience library for kernel netlink sockets
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}-%{release}
+Requires:   %name = %version-%release
 # bug437293
 %ifarch ppc64
 Obsoletes:  libnl-devel-64bit
 %endif
 #
 Provides:   libnl-devel = %release-%version
-Conflicts:  otherproviders(libnl-devel)
 
 %description devel
 This package contains a convenience library to simplify using the Linux
 kernels netlink sockets interface for network manipulation.
 
 %prep
-%setup -q -n libnl-%{version}
+%setup -q -n libnl-%version
 %patch0 -p1
 
 %build
-#%configure
-CFLAGS="$RPM_OPT_FLAGS" \
+#%%configure
+CFLAGS="%optflags" \
 ./configure \
---prefix=%{_prefix} \
+--prefix=%_prefix \
 --libdir=/%_lib \
---includedir=%{_includedir}
-make %{?jobs:-j%jobs}
+--includedir=%_includedir
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
-mv $RPM_BUILD_ROOT/%_lib/pkgconfig/* $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %buildroot/%_libdir/pkgconfig
+mv %buildroot/%_lib/pkgconfig/* %buildroot/%_libdir/pkgconfig
 
 %post -p /sbin/ldconfig
 
@@ -102,8 +101,8 @@
 
 %files devel
 %defattr(-,root,root,0755)
-%{_includedir}/netlink/
+%_includedir/netlink/
 /%_lib/libnl*.so
-%{_libdir}/pkgconfig/*.pc
+%_libdir/pkgconfig/*.pc
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.sl5Bdg/_old  2011-09-19 17:48:10.0 +0200
+++ /var/tmp/diff_new_pack.sl5Bdg/_new  2011-09-19 17:48:10.0 +0200
@@ -1,4 +1,2 @@
-libnl-1_1-1
-libnl-devel
-   requires -libnl-
-   requires "libnl-1_1-1- = "
+libnl-1_1
+libnl-1_1-devel






Remember to have fun...

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



commit libnl-1_1 for openSUSE:Factory

2011-09-06 Thread h_root

Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory
checked in at Tue Sep 6 16:35:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libnl-1_1/libnl-1_1.changes2011-09-05 
15:08:50.0 +0200
@@ -0,0 +1,122 @@
+---
+Mon Sep  5 12:47:55 UTC 2011 - jeng...@medozas.de
+
+- Rename libnl -> libnl-1_1 to allow for concurrent installations
+  of (newer versions of) libnl libraries
+
+---
+Sat Apr 24 11:38:21 UTC 2010 - co...@novell.com
+
+- buildrequire pkg-config to fix provides
+
+---
+Wed Dec 16 10:07:04 CET 2009 - jeng...@medozas.de
+
+- Add baselibs.conf as a source
+- Add baselib definitions for SPARC
+- Enable parallel building
+
+---
+Fri Jun 12 15:30:06 CEST 2009 - co...@novell.com
+
+- fix build with glibc 2.10
+
+---
+Thu Feb  5 13:36:06 PST 2009 - bphil...@suse.de
+
+- baselibs.conf: create -32bit packages. Required to compile Intel 
+  WiMax tools.
+
+---
+Wed Jan  7 12:34:56 CET 2009 - o...@suse.de
+
+- obsolete old -XXbit packages (bnc#437293)
+
+---
+Mon Nov 10 19:13:52 EST 2008 - j...@novell.com
+
+- Add baselibs.conf (bnc#443023)
+
+---
+Thu Oct  2 13:38:04 CDT 2008 - m...@suse.de
+
+- Install libraries in %_lib, not %{_libdir} (bnc#428433).
+
+---
+Fri Feb  1 12:45:47 CET 2008 - co...@suse.de
+
+- update to 1.1:
+  o patches went upstream
+  o Generic netlink support
+  o Route Addition/Deletion
+  o Fixed reference counting while objects stay in caches.
+  ... tons of other fixes 
+
+---
+Fri Jan 25 08:15:02 CET 2008 - adr...@suse.de
+
+- fix changelog entries order
+
+---
+Wed Oct  3 22:20:13 CEST 2007 - m...@suse.de
+
+- Apply libnl.route.metric-overflow.patch with -p1.
+
+---
+Sat Aug 25 11:57:33 CEST 2007 - o...@suse.de
+
+- remove incomplete copies of kernel headers
+  linux/types.h were needed
+
+---
+Fri Aug 24 17:26:02 CEST 2007 - o...@suse.de
+
+- include linux/types.h
+  do not redefine typedefs
+  use stddef.h offsetof
+  fix out of bounds access in route metric functions
+  fix incorrect char usage in nl_str2af
+  remove compiler warnings by checking vasprintf return value
+
+---
+Wed Aug 22 15:26:31 CEST 2007 - dmuel...@suse.de
+
+- fix accesses of free'd memory which crash NetworkManager-kde 
+
+---
+Wed Aug 22 02:10:01 CEST 2007 - dmuel...@suse.de
+
+- update to 1.0-pre6:
+  * fixes write after delete crashes
+  * fixes realloc() handling
+  * fixes format string warnings
+  * fixes invalid free in nl_addr_parse for AF_UNSPEC addresses
+  * fixes double nlmsg_free() in nl_recvmsgs() while receiving
+a multipart message and the read was interrupted.
+
+---
+Mon Feb 20 00:21:49 CET 2006 - r...@suse.de
+
+- fix build on ia64, ppc64, s390x 
+
+---
+Wed Jan 25 21:37:35 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Tue Nov 15 14:10:15 CET 2005 - y...@suse.de
+
+- fixed conflicting type definition 
+
+---
+Fri Nov  4 22:23:10 CET 2005 - r...@suse.de
+
+- Update to 1.0-pre5
+
+---
+Mon Oct 31 21:12:24 CET 2005 - gek...@suse.de
+
+- Initial import into autobuild Version 1.0-pre3
+- Patch makefile
+

calling whatdependson for head-i586


New:

  baselibs.conf
  libnl-1.1.diff
  libnl-1.1.tar.bz2
  libnl-1_1.changes
  libnl-1_1.spec



Other differences:
--
++ libnl-1_1.spec ++
#
# spec file for package libnl-1_1
#
# Copyright (c) 2011 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
# upon. The license for this file, and modific