commit libmnl for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2020-04-22 20:41:18

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new.2738 (New)


Package is "libmnl"

Wed Apr 22 20:41:18 2020 rev:20 rq:794684 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2016-07-18 
21:19:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new.2738/libmnl.changes  2020-04-22 
20:41:21.862026357 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 21:33:35 UTC 2020 - Andreas Stieger 
+
+- package the license text
+
+---



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.8y4KU1/_old  2020-04-22 20:41:22.494027595 +0200
+++ /var/tmp/diff_new_pack.8y4KU1/_new  2020-04-22 20:41:22.498027603 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmnl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:   libmnl
 %define lname  %{name}0
+Name:   libmnl
 Version:1.0.4
 Release:0
-Url:http://netfilter.org/projects/libmnl/
 Summary:Minimalistic Netlink communication library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Security
-
+URL:https://netfilter.org/projects/libmnl/
 #Git-Clone:git://git.netfilter.org/libmnl
 Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
 Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
 Source3:%name.keyring
 Source9:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf, automake >= 1.6
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
@@ -54,9 +52,9 @@
 that allows you to re-use code and to avoid re-inventing the wheel.
 
 %package -n %name-devel
-Requires:   %lname = %version
 Summary:Development files for libmnl
 Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
 
 %description -n %name-devel
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -69,25 +67,26 @@
 %setup -q
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi;
-fi;
 %configure --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
+
+%check
+%make_build check
 
 %install
 %make_install
-rm -f "%buildroot/%_libdir"/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
-%_libdir/libmnl.so.0*
+%license COPYING
+%_libdir/libmnl.so.*
 
 %files -n %name-devel
-%defattr(-,root,root)
+%license COPYING
+%doc README
 %_includedir/%name/
 %_libdir/libmnl.so
 %_libdir/pkgconfig/libmnl.pc





commit libmnl for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2016-07-18 21:19:05

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is "libmnl"

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2014-12-17 
19:15:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2016-07-18 
21:19:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  2 14:02:58 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.0.4
+* Improvements in the netlink message printing function,
+  attribute validation for MNL_TYPE_MSEC and MNL_TYPE_U64, clang
+  compilation fixes, the new mnl_socket_open2() and
+  mnl_socket_fdopen() functions, missing handling for
+  NLM_F_DUMP_INTR and documentation updates.
+
+---

Old:

  libmnl-1.0.3.tar.bz2
  libmnl-1.0.3.tar.bz2.sig

New:

  libmnl-1.0.4.tar.bz2
  libmnl-1.0.4.tar.bz2.sig



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.1scigy/_old  2016-07-18 21:19:08.0 +0200
+++ /var/tmp/diff_new_pack.1scigy/_new  2016-07-18 21:19:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmnl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libmnl
 %define lname  %{name}0
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:http://netfilter.org/projects/libmnl/
 Summary:Minimalistic Netlink communication library

++ libmnl-1.0.3.tar.bz2 -> libmnl-1.0.4.tar.bz2 ++
 26029 lines of diff (skipped)

++ libmnl.keyring ++
--- /var/tmp/diff_new_pack.1scigy/_old  2016-07-18 21:19:09.0 +0200
+++ /var/tmp/diff_new_pack.1scigy/_new  2016-07-18 21:19:09.0 +0200
@@ -1,9 +1,14 @@
-pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
-uid  Netfilter Core Team 
-sub   4096R/04B92F5C 2010-10-21 [expires: 2015-10-20]
+pub   4096R/0xA4111F89BB5F58CC 2010-10-21 [expires: 2015-10-20]
+  Key fingerprint = 57FF 5E9C 9AA6 7A86 0B55  7AF7 A411 1F89 BB5F 58CC
+uid [ expired] Netfilter Core Team 
+sub   4096R/0x0FD3A13A04B92F5C 2010-10-21 [expires: 2015-10-20]
+
+pub   4096R/0xAB4655A126D292E4 2015-10-19 [expires: 2020-10-17]
+  Key fingerprint = C09D B206 3F1D 7034 BA61  52AD AB46 55A1 26D2 92E4
+uid [ unknown] Netfilter Core Team 
+sub   4096R/0xE3B0B6BAE3AAA39E 2015-10-19 [expires: 2020-10-17]
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
 mQINBEzAS5EBEADVlGm+KwODJcVmP33HTCbn/eP8obZbgu+3Z1CYRklF8V43vC6D
 8Jfk7fjD4/gWbAKZxriOESXVAN7mp0Fho4+Ga+pxWeLIET9tVM5xbNFK1p9R3XCK
@@ -51,6 +56,52 @@
 kMm3eGmDSqoMxsPmarb80nkoFQMOPhJWlyaUCt6HHRYuSkIcxY4H4Ni3Oq1s1R9/
 EqUuIfxNv7Kp0mcsE2KvANc3JfB9wXwLWqDYRCifLkCD6pbpt9L/+xQ49VzcFxNO
 9DqTyk4N7cz7OZrAi+ouVrdFuiwnZyn5YSQoof6Pos58b3bkFn14m9gofwTqGzPh
-R4Vot9rRu5zrWdoCM4cRThpJyrjqBMs=
-=mRxL
+R4Vot9rRu5zrWdoCM4cRThpJyrjqBMuZAg0EViV2IwEQALrfnP0L2QbpXPN1Yg7w
+ESbOMnp3B7nIyeVmo3mvYI/mH0GtEHcFbigsUt4nIXCxI/ppB5NQH/GR8EbTUbq2
+OycNaIRWSDYHX+LDijyZ9NO6m8wbQODdhjroK7q8rHzO8Vp+reNzPM2nY7Uh3w3s
+dPrOERGYeZld1nDyN20ko2Zg4fIJIwVJaHwv4L1j9GYAKp6ACnyG81+VA9adPNCi
+9YyIbET/3/bWkl86AS78rLY7fFo5s2BZn0gvFzCB/q9v/dKYs6e5aX7DUeF2q4OW
+/J7vJjITXGum7ydRC3Neov8PdeNAbBfciznWvnTyArExjgTiHwqQOIDnW4dEJtJw
+iNP50rVKb5DZI3/YokZ5AAQV70ZZemL/5vfGl6a77wvuUFcKFtiQq3JYvt3oWcBO
+zyWbd7L1McwAbOOeSXS9hGWuWHjzFuQl7igdJAXs4GRCgUbM83yTCtmDD11337De
+diSfrcgtmNpkvfRBkjUKYten6N1jsNBqCevLxw0uFYBeSVl96KJyybMd2Rd7P+tC
+jtfpPuEvw9AlPqHZKnKQ4c8vp07MCI9JavJ/nola7rCMk0LULC9tttyaOGNSD3vb
+/t26lXr6qOV60+0lw7xEbdAu8zdEqR/ixKbvn1jbSajTcH3geGL7YakliuctRWTB
+XYyd8abaKDUzrTES1JJ53xRNABEBAAG0LE5ldGZpbHRlciBDb3JlIFRlYW0gPGNv
+cmV0ZWFtQG5ldGZpbHRlci5vcmc+iQI+BBMBAgAoBQJWJXYjAhsDBQkJZgGABgsJ
+CAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCrRlWhJtKS5NoHEAC6mgfbDygR+Mrb
+Hg3qbGkgonPjUnYBqkBDz8jgdvFXS3Qm/ANI92qqeLkG+eFusuioIpXg4SHNmyUB
+oR+B60tApBtzO88iAbCHkjvfz4fqAZpYJ3VzYXIa/ScSoQHj77quNkO9aauikTj4
+ro6gnMUI2ilN1dv9Fb9/3XYxfyvP7QhWyGRuu9MekaPNjATtw7tDnDBe0C5eHrwX
+l2ojGxldj2eecoLLYcGw8x4rVDAxlNldh6tNgwc3IQ+4FkIri5sudK4vxDkPbouf
+srT6xoUe+qAj+9mScUeRFSrrdCCRd2EsBq+jhWS/kOWa0OAi6TKSOXMIdJze84Og
+R+67m+PNivmZ5+XgSmM/AzN36Lynx8nx7WNThVCd9HViq9kyXI1tQazGU30++Wec
+ct+7VE2f4aP5ITjd7WlHlEULVjRMBg+mFdz+jfmEncmC41TjWykqvrZWsT98FhNR

commit libmnl for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2014-12-17 19:16:53

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2014-10-11 
19:25:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2014-12-17 
19:15:50.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  9 11:59:51 UTC 2014 - jeng...@inai.de
+
+- Remove extra directory pkg, one level is enough.
+
+---



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.wCpZM8/_old  2014-12-17 19:15:51.0 +0100
+++ /var/tmp/diff_new_pack.wCpZM8/_new  2014-12-17 19:15:51.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libmnl
-Summary:Minimalistic Netlink communication library
-License:LGPL-2.1+
-Group:  Productivity/Networking/Security
 %define lname  %{name}0
 Version:1.0.3
 Release:0
 Url:http://netfilter.org/projects/libmnl/
+Summary:Minimalistic Netlink communication library
+License:LGPL-2.1+
+Group:  Productivity/Networking/Security
 
 #Git-Clone:git://git.netfilter.org/libmnl
 Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
@@ -72,15 +72,14 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
-%configure --includedir=%_includedir/pkg/%name
+%configure --includedir=%_includedir/%name
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f %buildroot/%_libdir/*.la;
+rm -f %buildroot/%_libdir/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
@@ -89,7 +88,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/pkg/
+%_includedir/%name/
 %_libdir/libmnl.so
 %_libdir/pkgconfig/libmnl.pc
 


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



commit libmnl for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2014-10-11 19:25:48

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2014-04-26 
19:35:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2014-10-11 
19:25:49.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 15:43:40 UTC 2014 - jeng...@inai.de
+
+- Move include files to /usr/include/pkg, like done in many other
+  packages
+
+---



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.iJItMx/_old  2014-10-11 19:25:50.0 +0200
+++ /var/tmp/diff_new_pack.iJItMx/_new  2014-10-11 19:25:50.0 +0200
@@ -25,7 +25,6 @@
 Release:0
 Url:http://netfilter.org/projects/libmnl/
 
-#Freecode-URL: http://freecode.com/projects/libmnl/
 #Git-Clone:git://git.netfilter.org/libmnl
 Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
 Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
@@ -73,11 +72,11 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
-%configure --includedir=%_includedir/%name-%version
+%configure --includedir=%_includedir/pkg/%name
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig
@@ -90,7 +89,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libmnl*
+%_includedir/pkg/
 %_libdir/libmnl.so
 %_libdir/pkgconfig/libmnl.pc
 


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



commit libmnl for openSUSE:Factory

2014-04-26 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2014-04-26 19:35:08

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2012-12-14 
09:33:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2014-04-26 
19:35:09.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 24 07:32:10 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on gpg-offline, source validator already
+  does that
+
+---



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.SgKKCQ/_old  2014-04-26 19:35:10.0 +0200
+++ /var/tmp/diff_new_pack.SgKKCQ/_new  2014-04-26 19:35:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmnl
 #
-# Copyright (c) 2012 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
@@ -25,6 +25,7 @@
 Release:0
 Url:http://netfilter.org/projects/libmnl/
 
+#Freecode-URL: http://freecode.com/projects/libmnl/
 #Git-Clone:git://git.netfilter.org/libmnl
 Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
 Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
@@ -34,9 +35,6 @@
 #git#BuildRequires:autoconf, automake = 1.6
 BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -69,9 +67,6 @@
 that allows you to re-use code and to avoid re-inventing the wheel.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q
 
 %build


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



commit libmnl for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2012-12-14 09:33:42

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2012-05-29 
10:33:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2012-12-14 
09:33:43.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 20:05:54 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature
+
+---

New:

  libmnl.keyring



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.mRBxTU/_old  2012-12-14 09:33:45.0 +0100
+++ /var/tmp/diff_new_pack.mRBxTU/_new  2012-12-14 09:33:45.0 +0100
@@ -28,11 +28,15 @@
 #Git-Clone:git://git.netfilter.org/libmnl
 Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
 Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
+Source3:%name.keyring
 Source9:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf, automake = 1.6
 BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -65,6 +69,9 @@
 that allows you to re-use code and to avoid re-inventing the wheel.
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q
 
 %build


++ libmnl.keyring ++
pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
uid  Netfilter Core Team coret...@netfilter.org
sub   4096R/04B92F5C 2010-10-21 [expires: 2015-10-20]

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

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

commit libmnl for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2012-05-29 10:33:43

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2012-01-04 
07:24:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2012-05-29 
10:33:55.0 +0200
@@ -1,0 +2,7 @@
+Sat May 26 18:29:50 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.0.3
+* Added the mnl_attr_for_each_payload function, which allows to
+  iterate over attributes for a given payload pointer.
+
+---

Old:

  libmnl-1.0.2.tar.bz2
  libmnl-1.0.2.tar.bz2.sig

New:

  libmnl-1.0.3.tar.bz2
  libmnl-1.0.3.tar.bz2.sig



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.idprB5/_old  2012-05-29 10:33:59.0 +0200
+++ /var/tmp/diff_new_pack.idprB5/_new  2012-05-29 10:33:59.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libmnl
 Summary:Minimalistic Netlink communication library
-%define lname  %{name}0
-Version:1.0.2
-Release:0
 License:LGPL-2.1+
 Group:  Productivity/Networking/Security
+%define lname  %{name}0
+Version:1.0.3
+Release:0
 Url:http://netfilter.org/projects/libmnl/
 
 #Git-Clone:git://git.netfilter.org/libmnl
@@ -31,8 +30,9 @@
 Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
 Source9:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake = 1.6 libtool
-BuildRequires:  pkgconfig = 0.23
+#git#BuildRequires:autoconf, automake = 1.6
+BuildRequires:  libtool
+BuildRequires:  pkgconfig = 0.21
 
 %description
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -42,8 +42,8 @@
 that allows you to re-use code and to avoid re-inventing the wheel.
 
 %package -n %lname
-Group:  System/Libraries
 Summary:Minimalistic Netlink communication library
+Group:  System/Libraries
 
 %description -n %lname
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -53,9 +53,9 @@
 that allows you to re-use code and to avoid re-inventing the wheel.
 
 %package -n %name-devel
-Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 Summary:Development files for libmnl
+Group:  Development/Libraries/C and C++
 
 %description -n %name-devel
 libmnl is a minimalistic user-space library oriented to Netlink

++ libmnl-1.0.2.tar.bz2 - libmnl-1.0.3.tar.bz2 ++
 19949 lines of diff (skipped)

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



commit libmnl for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2012-01-04 07:24:38

Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and  /work/SRC/openSUSE:Factory/.libmnl.new (New)


Package is libmnl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2011-09-23 
02:08:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2012-01-04 
07:24:39.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan  2 21:24:22 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 1.0.2
+* build and compile updates
+* header: fix invalid use of type void * in arithmetic of
+  mnl_for_each_nest(...)
+* doc: fix wrong comment describing mnl_nlmsg_batch_stop
+
+---
+Thu Dec 29 20:48:55 UTC 2011 - jeng...@medozas.de
+
+- SPDX format for License: tag
+- Use separate include dir to detect compile errors
+
+---

Old:

  libmnl-1.0.1.tar.bz2
  libmnl-1.0.1.tar.bz2.sig

New:

  libmnl-1.0.2.tar.bz2
  libmnl-1.0.2.tar.bz2.sig



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.1psfyt/_old  2012-01-04 07:24:40.0 +0100
+++ /var/tmp/diff_new_pack.1psfyt/_new  2012-01-04 07:24:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libmnl (Version 1.0.1)
+# spec file for package libmnl
 #
-# Copyright (c) 2010 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
@@ -20,21 +20,19 @@
 Name:   libmnl
 Summary:Minimalistic Netlink communication library
 %define lname  %{name}0
-Version:1.0.1
-Release:1
-License:LGPLv2+
+Version:1.0.2
+Release:0
+License:LGPL-2.1+
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libmnl/
-Source: 
http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2
-Source1:
http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2.sig
+
+#Git-Clone:git://git.netfilter.org/libmnl
+Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
+Source2:ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
 Source9:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config = 0.19
-%if 0%{?suse_version}  1130
-BuildRequires:  linux-kernel-headers
-%else
-BuildRequires:  linux-glibc-devel
-%endif
+BuildRequires:  autoconf automake = 1.6 libtool
+BuildRequires:  pkgconfig = 0.23
 
 %description
 libmnl is a minimalistic user-space library oriented to Netlink
@@ -43,16 +41,7 @@
 and easy to get wrong. This library aims to provide simple helpers
 that allows you to re-use code and to avoid re-inventing the wheel.
 
-Author(s):
---
-   Pablo Neira Ayuso
-   Netfilter Team netfilter-de...@vger.kernel.org
-
-%define debug_package_requires %lname = %version-%release
-
 %package -n %lname
-
-
 Group:  System/Libraries
 Summary:Minimalistic Netlink communication library
 
@@ -63,14 +52,7 @@
 and easy to get wrong. This library aims to provide simple helpers
 that allows you to re-use code and to avoid re-inventing the wheel.
 
-Author(s):
---
-   Pablo Neira Ayuso
-   Netfilter Team netfilter-de...@vger.kernel.org
-
 %package -n %name-devel
-
-
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 Summary:Development files for libmnl
@@ -82,24 +64,19 @@
 and easy to get wrong. This library aims to provide simple helpers
 that allows you to re-use code and to avoid re-inventing the wheel.
 
-Author(s):
---
-   Pablo Neira Ayuso
-   Netfilter Team netfilter-de...@vger.kernel.org
-
 %prep
 %setup -q
 
 %build
 if [ ! -e configure ]; then
-   ./autogen.sh;
+   autoreconf -fi;
 fi;
-%configure
+%configure --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-find %buildroot -name *.la -delete;
+rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -107,12 +84,12 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/*.so.*
+%_libdir/libmnl.so.0*
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/*
-%_libdir/*.so
-%_libdir/pkgconfig/*
+%_includedir/libmnl*
+%_libdir/libmnl.so
+%_libdir/pkgconfig/libmnl.pc
 
 %changelog

++ libmnl-1.0.1.tar.bz2 - libmnl-1.0.2.tar.bz2 ++
 17237 lines of diff (skipped)

-- 
To