commit libdnet for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2020-10-20 15:59:53

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


Package is "libdnet"

Tue Oct 20 15:59:53 2020 rev:24 rq:842045 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2020-03-27 
00:26:52.744304875 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new.3486/libdnet.changes
2020-10-20 16:02:55.553797143 +0200
@@ -1,0 +2,12 @@
+Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller 
+
+- update to 1.14:
+  * many fixes included 
+- remove libdnet-autoreconf.patch
+  libdnet-config-multilib.patch
+  libdnet-fortify.patch
+  reproducible.patch: drop (upstream)
+- skip-test-subdir.patch: skip building tests, we don't need
+  to install them and don't run them
+
+---

Old:

  libdnet-1.12.tar.gz
  libdnet-autoreconf.patch
  libdnet-config-multilib.patch
  libdnet-fortify.patch
  reproducible.patch

New:

  libdnet-1.14.tar.gz
  skip-test-subdir.patch



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.sEcnmv/_old  2020-10-20 16:02:58.597798584 +0200
+++ /var/tmp/diff_new_pack.sEcnmv/_new  2020-10-20 16:02:58.601798586 +0200
@@ -17,20 +17,14 @@
 
 
 Name:   libdnet
-Version:1.12
+Version:1.14
 Release:0
 Summary:Library for Portable Interface to Low-Level Networking Routines
 License:BSD-3-Clause
 URL:https://github.com/dugsong/libdnet
 Source0:
https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM: properly name the dirs for new autoreconf to work
-Patch0: libdnet-autoreconf.patch
-# PATCH-FIX-UPSTREAM: work properly on multilib systems (from Fedora)
-Patch1: libdnet-config-multilib.patch
-# PATCH-FIX-UPSTREAM: do include string.h when needed, this is autogenerated
-# file which can't be generated with today tools :(
-Patch2: libdnet-fortify.patch
-Patch3: reproducible.patch
+# Skip the test subdir, as installing that is not necessary
+Patch1: skip-test-subdir.patch
 BuildRequires:  libbsd-devel
 BuildRequires:  libtool
 
@@ -74,10 +68,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0
-%patch1
-%patch2 -p1
-%patch3 -p1
+%autopatch -p1
 
 %build
 ACLOCAL="aclocal -I config" autoreconf -fvi
@@ -96,8 +87,7 @@
 
 %files devel
 %license LICENSE
-%doc README TODO THANKS
-%{_sbindir}/*
+%doc README.md TODO THANKS
 %{_bindir}/dnet-config
 %{_includedir}/dnet.h
 %dir %{_includedir}/dnet

++ libdnet-1.12.tar.gz -> libdnet-1.14.tar.gz ++
 109816 lines of diff (skipped)

++ skip-test-subdir.patch ++
Index: libdnet-libdnet-1.14/Makefile.am
===
--- libdnet-libdnet-1.14.orig/Makefile.am
+++ libdnet-libdnet-1.14/Makefile.am
@@ -2,7 +2,7 @@
 
 include $(top_srcdir)/Makefile.am.common
 
-SUBDIRS =  include man src python test
+SUBDIRS =  include man src python
 
 bin_SCRIPTS =  dnet-config
 



commit libdnet for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2020-03-27 00:26:49

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


Package is "libdnet"

Fri Mar 27 00:26:49 2020 rev:23 rq:786146 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2018-08-03 
12:35:36.491418868 +0200
+++ /work/SRC/openSUSE:Factory/.libdnet.new.3160/libdnet.changes
2020-03-27 00:26:52.744304875 +0100
@@ -1,0 +2,6 @@
+Wed Mar 18 11:12:53 UTC 2020 - Tomáš Chvátal 
+
+- Drop python2 bindings as they don't make sense to be built with
+  python2 removal
+
+---



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.4rkASf/_old  2020-03-27 00:26:54.272305649 +0100
+++ /var/tmp/diff_new_pack.4rkASf/_new  2020-03-27 00:26:54.276305650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdnet
 #
-# Copyright (c) 2017 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,8 +21,7 @@
 Release:0
 Summary:Library for Portable Interface to Low-Level Networking Routines
 License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
-Url:https://github.com/dugsong/libdnet
+URL:https://github.com/dugsong/libdnet
 Source0:
https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM: properly name the dirs for new autoreconf to work
 Patch0: libdnet-autoreconf.patch
@@ -34,7 +33,6 @@
 Patch3: reproducible.patch
 BuildRequires:  libbsd-devel
 BuildRequires:  libtool
-BuildRequires:  python-devel
 
 %description
 libdnet provides a portable interface to several low-level
@@ -48,7 +46,6 @@
 
 %package -n libdnet1
 Summary:Library for Portable Interface to Low-Level Networking Routines
-Group:  System/Libraries
 
 %description -n libdnet1
 libdnet provides a portable interface to several low-level
@@ -62,7 +59,6 @@
 
 %package devel
 Summary:Development files for libdnet
-Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libdnet1 = %{version}
 
@@ -76,14 +72,6 @@
 - IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
 - raw IP packet and Ethernet frame transmission
 
-%package python
-Summary:Python bindings for libdnet
-Group:  Development/Languages/Python
-Requires:   libdnet1 = %{version}
-
-%description python
-Dnet library Python 2 bindings.
-
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 %patch0
@@ -94,31 +82,21 @@
 %build
 ACLOCAL="aclocal -I config" autoreconf -fvi
 %configure --disable-static
-make %{?_smp_mflags}
-
-pushd python
-python setup.py build
-popd
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-pushd python
-python setup.py install --skip-build --root %{buildroot}
-popd
-
 %post -n libdnet1 -p /sbin/ldconfig
 %postun -n libdnet1 -p /sbin/ldconfig
 
 %files -n libdnet1
 %{_libdir}/libdnet.so.1*
 
-%files python
-%{python_sitearch}/*
-
 %files devel
-%doc LICENSE README TODO THANKS
+%license LICENSE
+%doc README TODO THANKS
 %{_sbindir}/*
 %{_bindir}/dnet-config
 %{_includedir}/dnet.h




commit libdnet for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2018-08-03 12:35:32

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


Package is "libdnet"

Fri Aug  3 12:35:32 2018 rev:22 rq:626807 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2017-08-10 
14:12:00.877201463 +0200
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2018-08-03 
12:35:36.491418868 +0200
@@ -1,0 +2,6 @@
+Wed Aug  1 04:22:18 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to sort linked .o files
+  to make package build reproducible (boo#1041090)
+
+---

New:

  reproducible.patch



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.qslGxB/_old  2018-08-03 12:35:37.411420231 +0200
+++ /var/tmp/diff_new_pack.qslGxB/_new  2018-08-03 12:35:37.411420231 +0200
@@ -31,6 +31,7 @@
 # PATCH-FIX-UPSTREAM: do include string.h when needed, this is autogenerated
 # file which can't be generated with today tools :(
 Patch2: libdnet-fortify.patch
+Patch3: reproducible.patch
 BuildRequires:  libbsd-devel
 BuildRequires:  libtool
 BuildRequires:  python-devel
@@ -88,6 +89,7 @@
 %patch0
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 ACLOCAL="aclocal -I config" autoreconf -fvi

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2017-09-02

https://github.com/dugsong/libdnet/pull/42
https://bugzilla.opensuse.org/show_bug.cgi?id=1041090

sort linker file list
so that dnet.so builds in a reproducible way
in spite of indeterministic filesystem readdir order
and http://bugs.python.org/issue30461

See https://reproducible-builds.org/ for why this is good.

This allows the libdnet package in openSUSE Tumbleweed
to produce identical rpms on different builds.

Index: libdnet-libdnet-1.12/python/setup.py.in
===
--- libdnet-libdnet-1.12.orig/python/setup.py.in
+++ libdnet-libdnet-1.12/python/setup.py.in
@@ -20,7 +20,7 @@ else:
 # XXX - can't build on Cygwin+MinGW yet.
 #if sys.platform == 'cygwin':
 #dnet_extargs.append('-mno-cygwin')
-dnet_extobj.extend(glob.glob('@top_builddir@/src/.libs/*.o'))
+dnet_extobj.extend(sorted(glob.glob('@top_builddir@/src/.libs/*.o')))
 
 dnet = Extension('dnet',
  dnet_srcs,



commit libdnet for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2017-08-10 14:03:59

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


Package is "libdnet"

Thu Aug 10 14:03:59 2017 rev:21 rq:512432 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2015-03-18 
13:04:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2017-08-10 
14:12:00.877201463 +0200
@@ -1,0 +2,15 @@
+Tue Jul 25 00:45:47 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups, trim summaries, drop pointless --with-pic.
+
+---
+Mon Jul 17 08:10:34 UTC 2017 - tchva...@suse.com
+
+- Switch to github
+- Rename libdnet.patch to libdnet-autoreconf.patch
+- Add patch to work properly on multilib systems:
+  * libdnet-config-multilib.patch
+- Install python bindings
+- Add patch for fortify-sources error libdnet-fortify.patch
+
+---

Old:

  libdnet-1.12.tar.bz2
  libdnet.patch

New:

  libdnet-1.12.tar.gz
  libdnet-autoreconf.patch
  libdnet-config-multilib.patch
  libdnet-fortify.patch



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.TPAy22/_old  2017-08-10 14:12:01.469118122 +0200
+++ /var/tmp/diff_new_pack.TPAy22/_new  2017-08-10 14:12:01.477116996 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdnet
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,18 +19,24 @@
 Name:   libdnet
 Version:1.12
 Release:0
-Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
+Summary:Library for Portable Interface to Low-Level Networking Routines
 License:BSD-3-Clause
-Group:  Development/Libraries/Other
-Url:http://code.google.com/p/libdnet/
-Source0:http://libdnet.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0: %{name}.patch
+Group:  Development/Libraries/C and C++
+Url:https://github.com/dugsong/libdnet
+Source0:
https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM: properly name the dirs for new autoreconf to work
+Patch0: libdnet-autoreconf.patch
+# PATCH-FIX-UPSTREAM: work properly on multilib systems (from Fedora)
+Patch1: libdnet-config-multilib.patch
+# PATCH-FIX-UPSTREAM: do include string.h when needed, this is autogenerated
+# file which can't be generated with today tools :(
+Patch2: libdnet-fortify.patch
+BuildRequires:  libbsd-devel
 BuildRequires:  libtool
 BuildRequires:  python-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-libdnet provides a simplified, portable interface to several low-level
+libdnet provides a portable interface to several low-level
 networking routines, including:
 * network address manipulation
 * kernel arp(4) cache and route(4) table lookup and manipulation
@@ -40,11 +46,11 @@
 * raw IP packet and Ethernet frame transmission
 
 %package -n libdnet1
-Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
-Group:  Development/Libraries/Other
+Summary:Library for Portable Interface to Low-Level Networking Routines
+Group:  System/Libraries
 
 %description -n libdnet1
-libdnet provides a simplified, portable interface to several low-level
+libdnet provides a portable interface to several low-level
 networking routines, including:
 * network address manipulation
 * kernel arp(4) cache and route(4) table lookup and manipulation
@@ -54,13 +60,13 @@
 * raw IP packet and Ethernet frame transmission
 
 %package devel
-Summary:Devel files for libdnet
-Group:  Development/Libraries/Other
+Summary:Development files for libdnet
+Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libdnet1 = %{version}
 
 %description devel
-libdnet provides a simplified, portable interface to several low-level
+libdnet provides a portable interface to several low-level
 networking routines, including:
 - network address manipulation
 - kernel arp(4) cache and route(4) table lookup and manipulation
@@ -69,29 +75,47 @@
 - IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
 - raw IP packet and Ethernet frame transmission
 
+%package python
+Summary:Python bindings for libdnet
+Group:  Developme

commit libdnet for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2015-03-18 13:04:11

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


Package is "libdnet"

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2011-11-21 
15:46:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2015-03-18 
13:04:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 13 13:39:24 UTC 2015 - tchva...@suse.com
+
+- Reorder bit with spec cleaner
+- Make the descriptions bit smaller
+
+---



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.MyZ3LO/_old  2015-03-18 13:04:13.0 +0100
+++ /var/tmp/diff_new_pack.MyZ3LO/_new  2015-03-18 13:04:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdnet
 #
-# Copyright (c) 2011 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
@@ -16,80 +16,57 @@
 #
 
 
-
 Name:   libdnet
-BuildRequires:  libtool python-devel
+Version:1.12
+Release:0
+Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
 License:BSD-3-Clause
 Group:  Development/Libraries/Other
-Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
-Version:1.12
-Release:2
-URL:http://code.google.com/p/libdnet/
+Url:http://code.google.com/p/libdnet/
+Source0:http://libdnet.googlecode.com/files/%{name}-%{version}.tar.bz2
+Patch0: %{name}.patch
+BuildRequires:  libtool
+BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2
-Patch0: %name.patch
 
 %description
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 * network address manipulation
-
 * kernel arp(4) cache and route(4) table lookup and manipulation
-
-* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 * network interface lookup and manipulation
-
 * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 * raw IP packet and Ethernet frame transmission
 
 %package -n libdnet1
-Group:  Development/Libraries/Other
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
-Provides:   %{name} = %{version}
-#openSUSE 10.3
-Obsoletes:  %{name} <= 1.11
+Group:  Development/Libraries/Other
 
 %description -n libdnet1
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 * network address manipulation
-
 * kernel arp(4) cache and route(4) table lookup and manipulation
-
-* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 * network interface lookup and manipulation
-
 * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 * raw IP packet and Ethernet frame transmission
 
 %package devel
-Group:  Development/Libraries/Other
 Summary:Devel files for libdnet
-Requires:   libdnet1 = %{version} glibc-devel
+Group:  Development/Libraries/Other
+Requires:   glibc-devel
+Requires:   libdnet1 = %{version}
 
 %description devel
 libdnet provides a simplified, portable interface to several low-level
 networking routines, including:
-
 - network address manipulation
-
 - kernel arp(4) cache and route(4) table lookup and manipulation
-
-- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter,
-   ...)
-
+- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
 - network interface lookup and manipulation
-
 - IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
-
 - raw IP packet and Ethernet frame transmission
 
 %prep
@@ -97,13 +74,13 @@
 %patch0
 
 %build
-ACLOCAL="aclocal -I config" autoreconf -fi
+ACLOCAL="aclocal -I config" autoreconf -fvi
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/libdnet.la 
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libdnet1 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For addition

commit libdnet for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2011-12-06 18:23:10

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


Package is "libdnet", Maintainer is "dmuel...@suse.com"

Changes:




Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.2Cd4ot/_old  2011-12-06 18:40:43.0 +0100
+++ /var/tmp/diff_new_pack.2Cd4ot/_new  2011-12-06 18:40:43.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   libdnet
 BuildRequires:  libtool python-devel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Libraries/Other
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
 Version:1.12

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



commit libdnet for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2011-11-21 15:45:56

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


Package is "libdnet", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2011-11-14 
12:00:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2011-11-21 
15:46:09.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 13 14:54:56 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.UYKaUK/_old  2011-11-21 15:46:09.0 +0100
+++ /var/tmp/diff_new_pack.UYKaUK/_new  2011-11-21 15:46:09.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libdnet
@@ -25,7 +24,7 @@
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
 Version:1.12
 Release:2
-Url:http://code.google.com/p/libdnet/
+URL:http://code.google.com/p/libdnet/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2
 Patch0: %name.patch
@@ -47,14 +46,7 @@
 
 * raw IP packet and Ethernet frame transmission
 
-
-
-Authors:
-
-Dug Song 
-
 %package -n libdnet1
-License:BSD3c(or similar)
 Group:  Development/Libraries/Other
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines
 Provides:   %{name} = %{version}
@@ -78,14 +70,7 @@
 
 * raw IP packet and Ethernet frame transmission
 
-
-
-Authors:
-
-Dug Song 
-
 %package devel
-License:BSD3c(or similar)
 Group:  Development/Libraries/Other
 Summary:Devel files for libdnet
 Requires:   libdnet1 = %{version} glibc-devel
@@ -107,12 +92,6 @@
 
 - raw IP packet and Ethernet frame transmission
 
-
-
-Authors:
-
-Dug Song 
-
 %prep
 %setup -q
 %patch0
@@ -120,15 +99,12 @@
 %build
 ACLOCAL="aclocal -I config" autoreconf -fi
 %configure --disable-static --with-pic
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 %{__rm} -f %{buildroot}%{_libdir}/libdnet.la 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libdnet1 -p /sbin/ldconfig
 
 %postun -n libdnet1 -p /sbin/ldconfig

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



commit libdnet for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package libdnet for openSUSE:Factory checked 
in at 2011-11-14 12:00:37

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


Package is "libdnet", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2011-09-23 
02:08:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2011-11-14 
12:00:40.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 09:15:27 UTC 2011 - co...@suse.com
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+---



Other differences:
--
++ libdnet.spec ++
--- /var/tmp/diff_new_pack.POkfUW/_old  2011-11-14 12:00:41.0 +0100
+++ /var/tmp/diff_new_pack.POkfUW/_new  2011-11-14 12:00:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libdnet (Version 1.12)
+# spec file for package libdnet
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -19,7 +19,7 @@
 
 
 Name:   libdnet
-BuildRequires:  python-devel
+BuildRequires:  libtool python-devel
 License:BSD3c(or similar)
 Group:  Development/Libraries/Other
 Summary:Library for Simple, Portable Interface to Low Level Networking 
Routines

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