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 "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes  2011-11-14 
12:00:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes     2011-11-21 
15:46:09.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 13 14:54:56 UTC 2011 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.UYKaUK/_new  2011-11-21 15:46:09.000000000 +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 <[email protected]>
-
 %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 <[email protected]>
-
 %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 <[email protected]>
-
 %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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to