Hello community,

here is the log from the commit of package liburiparser1 for openSUSE:Factory 
checked in at 2012-02-14 19:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liburiparser1 (Old)
 and      /work/SRC/openSUSE:Factory/.liburiparser1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liburiparser1", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liburiparser1/liburiparser1.changes      
2011-09-23 02:11:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liburiparser1.new/liburiparser1.changes 
2012-02-14 19:03:09.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 13:02:12 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liburiparser1.spec ++++++
--- /var/tmp/diff_new_pack.NBUgMo/_old  2012-02-14 19:03:10.000000000 +0100
+++ /var/tmp/diff_new_pack.NBUgMo/_new  2012-02-14 19:03:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liburiparser1
 #
-# 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,29 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           liburiparser1
 Url:            http://uriparser.sourceforge.net/
 %define pkg_name uriparser
 Version:        0.7.5
-Release:        5
-License:        BSD-3-Clause
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Group:          Development/Libraries/C and C++
 Summary:        A strictly RFC 3986 compliant URI parsing library
+License:        BSD-3-Clause
+Group:          Development/Libraries/C and C++
 Source:         
http://freshmeat.net/redir/uriparser/69213/url_bz2/%{pkg_name}-%{version}.tar.bz2
 Patch0:         uriparser-0.7.5-doxygen.patch
-BuildRequires:  doxygen gcc-c++ pkg-config
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 
 %description
 uriparser is a strictly RFC 3986 compliant URI parsing library. It is
 cross-platform, fast, and supports Unicode.
 
 %package -n liburiparser-devel
-License:        BSD-3-Clause ; LGPL-2.1
 Summary:        A strictly RFC 3986 compliant URI parsing library
+License:        BSD-3-Clause ; LGPL-2.1
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version} glibc-devel
 
@@ -53,7 +52,7 @@
 
 %build
 %configure --disable-static --with-pic --disable-test 
--docdir=%{_docdir}/%{pkg_name}
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{__make} install DESTDIR=%{buildroot}
@@ -64,9 +63,6 @@
 %{__make} check
 unset MALLOC_CHECK_ MALLOC_PERTURB_
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to