commit libnet for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2020-09-25 16:21:25

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


Package is "libnet"

Fri Sep 25 16:21:25 2020 rev:32 rq:836246 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2015-10-28 
17:16:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new.4249/libnet.changes  2020-09-25 
16:21:38.931365192 +0200
@@ -1,0 +2,13 @@
+Wed Sep 23 07:11:45 UTC 2020 - Dirk Mueller 
+
+- update to 1.2:
+  * Removed Lua bindings from repo and dist files, now available separately
+  * Removed generated HTML and Nroff (man pages) documentation files, must be 
regenerated with Doxygen using make doc
+  * Add pkg-config support with libnet.pc, replaces libnet-config tool, 
although it is kept for compatibility for now
+  * Factorize socket setup code for socket opening to provide output device 
selection for IPv4
+  * Make libnet_get_hwaddr() work with 802.1q interfaces in bpf (BSD)
+  * New API for OSPF HELLO messages, with neighbor 
+  * many bugfixes, see https://github.com/libnet/libnet/releases/tag/v1.2
+- drop libnet-1.2-rc.patch libnet-pf-packet.patch (obsolete)
+
+---

Old:

  libnet-1.2-rc.patch
  libnet-1.2-rc3.tar.gz
  libnet-pf-packet.patch

New:

  libnet-1.2.tar.gz



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.ImuiAe/_old  2020-09-25 16:21:40.047366180 +0200
+++ /var/tmp/diff_new_pack.ImuiAe/_new  2020-09-25 16:21:40.047366180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# Copyright (c) 2015 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,29 +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/
 #
 
 
 %define libname libnet9
-%define realver 1.2-rc3
 Name:   libnet
-Version:1.2~rc3
+Version:1.2
 Release:0
 Summary:A C Library for Portable Packet Creation
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://sourceforge.net/projects/libnet-dev
-Source0:
http://downloads.sourceforge.net/libnet-dev/%{name}-%{realver}.tar.gz
-#PATCH-FIX-OPENSUSE: tchva...@suse.com, use proper version string to work fine
-Patch0: libnet-1.2-rc.patch
-#PATCH-FIX-OPENSUSE: tchva...@suse.com, properly detect PF_PACKET in OBS
-# Not upstreamable as we simply expect the feature to be there
-Patch1: libnet-pf-packet.patch
+URL:https://codedocs.xyz/libnet/libnet/
+Source0:
https://github.com/libnet/libnet/releases/download/v%{version}/libnet-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libnet is an API to help with the construction and handling of network
@@ -76,9 +70,8 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q -n %{name}-%{realver}
-%patch0 -p1
-%patch1 -p1
+%setup -q
+###%patch1 -p1
 
 rm -rf sample/win32
 # HACK: to have samples/ dir untouched and ready for installation
@@ -92,10 +85,10 @@
 --disable-static \
 --with-pic \
 --with-link-layer=linux
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 install -d -m 755 %{buildroot}/%{_bindir}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
@@ -104,25 +97,23 @@
 # HACK: rename untouched dir back
 mv sample_doc sample
 find doc/  -name "Makefile*" -o -name ".libs" | xargs rm -rf
+rm -rf %{buildroot}/usr/share/doc/%{name}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
-%doc doc/COPYING
+%license LICENSE
 %{_libdir}/libnet.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/libnet-config
 %{_includedir}/libnet*
 %{_libdir}/libnet.so
 %{_mandir}/man3/*
+%{_libdir}/pkgconfig/libnet.pc
 
 %files doc
-%defattr(-,root,root)
 %doc doc/* sample
 
 %changelog

++ libnet-1.2-rc3.tar.gz -> libnet-1.2.tar.gz ++
 74088 lines of diff (skipped)




commit libnet for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2015-10-28 17:16:11

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


Package is "libnet"

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2015-03-16 
06:54:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2015-10-28 
17:16:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 23 13:48:35 UTC 2015 - tchva...@suse.com
+
+- Add patch for bnc#949391:
+  * libnet-pf-packet.patch
+
+---

New:

  libnet-pf-packet.patch



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.eMv3jF/_old  2015-10-28 17:16:13.0 +0100
+++ /var/tmp/diff_new_pack.eMv3jF/_new  2015-10-28 17:16:13.0 +0100
@@ -28,6 +28,9 @@
 Source0:
http://downloads.sourceforge.net/libnet-dev/%{name}-%{realver}.tar.gz
 #PATCH-FIX-OPENSUSE: tchva...@suse.com, use proper version string to work fine
 Patch0: libnet-1.2-rc.patch
+#PATCH-FIX-OPENSUSE: tchva...@suse.com, properly detect PF_PACKET in OBS
+# Not upstreamable as we simply expect the feature to be there
+Patch1: libnet-pf-packet.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -75,6 +78,7 @@
 %prep
 %setup -q -n %{name}-%{realver}
 %patch0 -p1
+%patch1 -p1
 
 rm -rf sample/win32
 # HACK: to have samples/ dir untouched and ready for installation
@@ -84,7 +88,10 @@
 # no configure in a tarball
 autoreconf -fiv
 CFLAGS="%{optflags} -Wall -Wno-unused" \
-%configure --disable-static --with-pic
+%configure \
+--disable-static \
+--with-pic \
+--with-link-layer=linux
 make %{?_smp_mflags}
 
 %install

++ libnet-pf-packet.patch ++
Index: libnet-1.2-rc3/acinclude.m4
===
--- libnet-1.2-rc3.orig/acinclude.m4
+++ libnet-1.2-rc3/acinclude.m4
@@ -71,13 +71,8 @@ main(int argc, char **argv)
 fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
 if (fd == -1)
 {
-if (errno == EPERM)
-{
-/* user's UID != 0 */
-printf("probably");
-exit (EXIT_FAILURE);
-}
-printf("no");
+/* user's UID != 0 */
+printf("probably");
 exit (EXIT_FAILURE);
 }
 printf("yes");



commit libnet for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2015-03-16 06:54:13

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2014-05-16 
17:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2015-03-16 
06:54:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 14:08:34 UTC 2015 - tchva...@suse.com
+
+- Remove no longer needed provide/obsolete
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.zYdPfO/_old  2015-03-16 06:54:14.0 +0100
+++ /var/tmp/diff_new_pack.zYdPfO/_new  2015-03-16 06:54:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -45,9 +45,6 @@
 %package -n %{libname}
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
-# was last used in openSUSE 11.3
-Provides:   libnet = 1.1.5
-Obsoletes:  libnet  1.1.5
 
 %description -n %{libname}
 Libnet is an API to help with the construction and handling of network

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



commit libnet for openSUSE:Factory

2014-05-16 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2014-05-16 17:56:24

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2014-01-07 
16:35:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2014-05-16 
17:56:26.0 +0200
@@ -1,0 +2,15 @@
+Tue May 13 14:04:38 UTC 2014 - tchva...@suse.com
+
+- Drop patch removing manpages, no reason to remove them.
+  libnet-1.2.0-drop-man-build.patch
+
+---
+Tue May 13 13:56:58 UTC 2014 - tchva...@suse.com
+
+- Update to actual released tarball which is versioned 1.2-rc3
+- Cleanup with spec-cleaner
+- No reason to not have this library in /usr so move it there
+- Add patch libnet-1.2-rc.patch needed to set proper version in
+  automake.
+
+---

Old:

  libnet-1.2.0-drop-man-build.patch
  libnet-1.2.tar.gz

New:

  libnet-1.2-rc.patch
  libnet-1.2-rc3.tar.gz



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.Tqk4Wn/_old  2014-05-16 17:56:27.0 +0200
+++ /var/tmp/diff_new_pack.Tqk4Wn/_new  2014-05-16 17:56:27.0 +0200
@@ -16,22 +16,22 @@
 #
 
 
-%global libname libnet9
-
+%define libname libnet9
+%define realver 1.2-rc3
 Name:   libnet
+Version:1.2~rc3
+Release:0
 Summary:A C Library for Portable Packet Creation
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.2
-Release:0
 Url:http://sourceforge.net/projects/libnet-dev
-Source0:
https://github.com/sam-github/libnet/archive/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM: mvysko...@suse.com, don't build empty man dir
-Patch0: libnet-1.2.0-drop-man-build.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://downloads.sourceforge.net/libnet-dev/%{name}-%{realver}.tar.gz
+#PATCH-FIX-OPENSUSE: tchva...@suse.com, use proper version string to work fine
+Patch0: libnet-1.2-rc.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libnet is an API to help with the construction and handling of network
@@ -76,7 +76,7 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}/%{name}
+%setup -q -n %{name}-%{realver}
 %patch0 -p1
 
 rm -rf sample/win32
@@ -87,21 +87,19 @@
 # no configure in a tarball
 autoreconf -fiv
 CFLAGS=%{optflags} -Wall -Wno-unused \
-%configure --libdir=/%{_lib} --disable-static --with-pic
-%{__make} %{?_smp_mflags}
+%configure --disable-static --with-pic
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 install -d -m 755 %{buildroot}/%{_bindir}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
-find doc/  -name Makefile* -o -name .libs | xargs rm -rf
+
 rm -rf sample/
 # HACK: rename untouched dir back
 mv sample_doc sample
-%{__rm} -v %{buildroot}/%{_lib}/*.la
-%{__install} -d -m 0755 %{buildroot}%{_libdir}
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so
-%{__rm} -v %{buildroot}/%{_lib}/libnet.so
+find doc/  -name Makefile* -o -name .libs | xargs rm -rf
 
 %post -n %{libname} -p /sbin/ldconfig
 
@@ -110,13 +108,14 @@
 %files -n %{libname}
 %defattr(-,root,root)
 %doc doc/COPYING
-/%{_lib}/libnet.so.*
+%{_libdir}/libnet.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_bindir}/libnet-config
 %{_includedir}/libnet*
 %{_libdir}/libnet.so
+%{_mandir}/man3/*
 
 %files doc
 %defattr(-,root,root)

++ libnet-1.2-rc.patch ++
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 dnl
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([libnet],[1.2-rc3])
+AC_INIT([libnet],[1.2])
 AC_MSG_RESULT(beginning autoconfiguration process for 
libnet-${PACKAGE_VERSION} ...)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([src/libnet_build_ip.c])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libnet for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2014-01-07 16:35:03

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2013-10-04 
10:57:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2014-01-07 
16:35:04.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan  2 09:30:15 UTC 2014 - mvysko...@suse.com
+
+- Use macro in libnet-devel to ensure correct dependency 
+
+---
+Thu Dec 19 11:02:52 UTC 2013 - mvysko...@suse.com
+
+- Update to 1.2
+  no changelog available
+- add libnet-1.2.0-drop-man-build.patch to not fail on non existing
+  manual pages
+
+---

Old:

  libnet-1.1.6.tar.gz

New:

  libnet-1.2.0-drop-man-build.patch
  libnet-1.2.tar.gz



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.sslmZf/_old  2014-01-07 16:35:05.0 +0100
+++ /var/tmp/diff_new_pack.sslmZf/_new  2014-01-07 16:35:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# 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
@@ -16,15 +16,21 @@
 #
 
 
+%global libname libnet9
+
 Name:   libnet
 Summary:A C Library for Portable Packet Creation
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.1.6
+Version:1.2
 Release:0
 Url:http://sourceforge.net/projects/libnet-dev
-Source0:
http://sourceforge.net/projects/libnet-dev/files/%{name}-%{version}.tar.gz
+Source0:
https://github.com/sam-github/libnet/archive/%{name}-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM: mvysko...@suse.com, don't build empty man dir
+Patch0: libnet-1.2.0-drop-man-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
 
 %description
@@ -36,14 +42,14 @@
 tools and network test code. See the man page and sample test code for
 more detailed information.
 
-%package -n libnet1
+%package -n %{libname}
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
 # was last used in openSUSE 11.3
 Provides:   libnet = 1.1.5
 Obsoletes:  libnet  1.1.5
 
-%description -n libnet1
+%description -n %{libname}
 Libnet is an API to help with the construction and handling of network
 packets. It provides a portable framework for low-level network packet
 writing and handling. Libnet includes packet creation at the IP layer
@@ -55,7 +61,7 @@
 %package devel
 Summary:Devel files for libnet
 Group:  Development/Libraries/C and C++
-Requires:   libnet1 = %{version}
+Requires:   %{libname} = %{version}
 
 %description devel
 Libnet is an API to help with the construction and handling of network
@@ -70,21 +76,24 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}/%{name}
+%patch0 -p1
 
+rm -rf sample/win32
 # HACK: to have samples/ dir untouched and ready for installation
 cp -r sample sample_doc
 
 %build
+# no configure in a tarball
+autoreconf -fiv
 CFLAGS=%{optflags} -Wall -Wno-unused \
 %configure --libdir=/%{_lib} --disable-static --with-pic
 %{__make} %{?_smp_mflags}
 
 %install
 %{makeinstall}
-install -d -m 755 %{buildroot}/{%{_bindir},%{_mandir}/man3}
+install -d -m 755 %{buildroot}/%{_bindir}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
-install -m 644 doc/man/man3/*.3 %{buildroot}/%{_mandir}/man3
 find doc/  -name Makefile* -o -name .libs | xargs rm -rf
 rm -rf sample/
 # HACK: rename untouched dir back
@@ -94,11 +103,11 @@
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so
 %{__rm} -v %{buildroot}/%{_lib}/libnet.so
 
-%post -n libnet1 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n libnet1 -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libnet1
+%files -n %{libname}
 %defattr(-,root,root)
 %doc doc/COPYING
 /%{_lib}/libnet.so.*
@@ -108,7 +117,6 @@
 %{_bindir}/libnet-config
 %{_includedir}/libnet*
 %{_libdir}/libnet.so
-%doc %{_mandir}/man3/*
 
 %files doc
 %defattr(-,root,root)

++ libnet-1.2.0-drop-man-build.patch ++
Index: libnet/doc/Makefile.am

commit libnet for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2013-10-04 10:57:56

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


Package is libnet

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2013-04-05 
17:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2013-10-04 
10:57:57.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  3 12:54:03 UTC 2013 - mvysko...@suse.com
+
+- Install just plain c files in samples/ 
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.vpJHNf/_old  2013-10-04 10:57:58.0 +0200
+++ /var/tmp/diff_new_pack.vpJHNf/_new  2013-10-04 10:57:58.0 +0200
@@ -72,6 +72,9 @@
 %prep
 %setup -q
 
+# HACK: to have samples/ dir untouched and ready for installation
+cp -r sample sample_doc
+
 %build
 CFLAGS=%{optflags} -Wall -Wno-unused \
 %configure --libdir=/%{_lib} --disable-static --with-pic
@@ -82,8 +85,10 @@
 install -d -m 755 %{buildroot}/{%{_bindir},%{_mandir}/man3}
 install -m 755 libnet-config %{buildroot}/%{_bindir}
 install -m 644 doc/man/man3/*.3 %{buildroot}/%{_mandir}/man3
-find doc/ sample/ -name Makefile* -o -name .libs | xargs rm -rf
-find sample -name *.o -o -type f -perm +111 |xargs rm -rf
+find doc/  -name Makefile* -o -name .libs | xargs rm -rf
+rm -rf sample/
+# HACK: rename untouched dir back
+mv sample_doc sample
 %{__rm} -v %{buildroot}/%{_lib}/*.la
 %{__install} -d -m 0755 %{buildroot}%{_libdir}
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so

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



commit libnet for openSUSE:Factory

2013-04-05 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2013-04-05 17:28:12

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


Package is libnet, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2012-02-16 
16:18:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2013-04-05 
17:28:13.0 +0200
@@ -1,0 +2,11 @@
+Wed Mar 27 15:52:11 UTC 2013 - mvysko...@suse.com
+
+- update to 1.1.6
+  * obsoleted libnet-1.1.2.1-uninitialized-fix.diff
+  * obsoleted libnet-1.1.5-arrray-fix.diff
+  * fixes the PF_PACKET detection (bnc#810138)
+  * includes many bugfixes from Debian
+  * ICMPv6 and IPv6 related bugfixes
+  * and many more
+
+---

Old:

  libnet-1.1.2.1-uninitialized-fix.diff
  libnet-1.1.5-arrray-fix.diff
  libnet-1.1.5.tar.bz2

New:

  libnet-1.1.6.tar.gz



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.SVLESk/_old  2013-04-05 17:28:15.0 +0200
+++ /var/tmp/diff_new_pack.SVLESk/_new  2013-04-05 17:28:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# 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
@@ -20,12 +20,10 @@
 Summary:A C Library for Portable Packet Creation
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.1.5
+Version:1.1.6
 Release:0
 Url:http://sourceforge.net/projects/libnet-dev
-Source: libnet-%{version}.tar.bz2
-Patch1: libnet-1.1.2.1-uninitialized-fix.diff
-Patch2: libnet-1.1.5-arrray-fix.diff
+Source0:
http://sourceforge.net/projects/libnet-dev/files/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 
@@ -73,11 +71,8 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
 
 %build
-autoreconf -fiv
 CFLAGS=%{optflags} -Wall -Wno-unused \
 %configure --libdir=/%{_lib} --disable-static --with-pic
 %{__make} %{?_smp_mflags}

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



commit libnet for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2012-02-16 16:18:18

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


Package is libnet, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2011-11-21 
15:47:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2012-02-16 
16:18:21.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 10:48:57 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Nov 20 20:45:32 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.J3WFR7/_old  2012-02-16 16:18:22.0 +0100
+++ /var/tmp/diff_new_pack.J3WFR7/_new  2012-02-16 16:18:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libnet
 Summary:A C Library for Portable Packet Creation
-Version:1.1.5
-Release:10
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Version:1.1.5
+Release:0
 Url:http://sourceforge.net/projects/libnet-dev
 Source: libnet-%{version}.tar.bz2
 Patch1: libnet-1.1.2.1-uninitialized-fix.diff
@@ -41,7 +39,6 @@
 more detailed information.
 
 %package -n libnet1
-License:BSD3c(or similar)
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
 # was last used in openSUSE 11.3
@@ -59,7 +56,6 @@
 
 %package devel
 Summary:Devel files for libnet
-License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 Requires:   libnet1 = %{version}
 
@@ -69,7 +65,6 @@
 
 %package doc
 Summary:Documentation for libnet
-License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 
 %description doc
@@ -77,7 +72,7 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q -n libnet-%{version}
+%setup -q
 %patch1
 %patch2
 
@@ -99,9 +94,6 @@
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so
 %{__rm} -v %{buildroot}/%{_lib}/libnet.so
 
-%clean
-rm -rf  %{buildroot}
-
 %post -n libnet1 -p /sbin/ldconfig
 
 %postun -n libnet1 -p /sbin/ldconfig

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



commit libnet for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2011-11-21 15:47:05

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


Package is libnet, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2011-09-23 
02:09:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2011-11-21 
15:47:06.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 19 20:43:21 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.U6MyJY/_old  2011-11-21 15:47:07.0 +0100
+++ /var/tmp/diff_new_pack.U6MyJY/_new  2011-11-21 15:47:07.0 +0100
@@ -29,6 +29,7 @@
 Patch1: libnet-1.1.2.1-uninitialized-fix.diff
 Patch2: libnet-1.1.5-arrray-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libtool
 
 %description
 Libnet is an API to help with the construction and handling of network

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



commit libnet for openSUSE:Factory

2011-05-06 Thread h_root

Hello community,

here is the log from the commit of package libnet for openSUSE:Factory
checked in at Fri May 6 09:43:54 CEST 2011.




--- libnet/libnet.changes   2011-02-09 18:39:01.0 +0100
+++ /mounts/work_src_done/STABLE/libnet/libnet.changes  2011-05-05 
23:05:28.0 +0200
@@ -1,0 +2,5 @@
+Thu May  5 23:05:05 CEST 2011 - dmuel...@suse.de
+
+- complete package rename to libnet1
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.VDaEua/_old  2011-05-06 09:41:20.0 +0200
+++ /var/tmp/diff_new_pack.VDaEua/_new  2011-05-06 09:41:20.0 +0200
@@ -21,7 +21,7 @@
 Name:   libnet
 Summary:A C Library for Portable Packet Creation
 Version:1.1.5
-Release:3
+Release:10
 License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 Url:http://sourceforge.net/projects/libnet-dev
@@ -43,6 +43,9 @@
 License:BSD3c(or similar)
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
+# was last used in openSUSE 11.3
+Provides:   libnet = 1.1.5
+Obsoletes:  libnet  1.1.5
 
 %description -n libnet1
 Libnet is an API to help with the construction and handling of network






Remember to have fun...

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