Hello community,

here is the log from the commit of package tre for openSUSE:Factory checked in 
at 2012-02-08 17:21:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tre (Old)
 and      /work/SRC/openSUSE:Factory/.tre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tre", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tre/tre.changes  2011-09-23 12:49:01.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tre.new/tre.changes     2012-02-08 
17:21:07.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan 29 01:09:35 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+- Enable pkgconfig provides
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tre.spec ++++++
--- /var/tmp/diff_new_pack.qu1q4L/_old  2012-02-08 17:21:08.000000000 +0100
+++ /var/tmp/diff_new_pack.qu1q4L/_new  2012-02-08 17:21:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tre (Version 0.8.0)
+# spec file for package tre
 #
-# 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
@@ -27,18 +27,13 @@
 Summary:        POSIX compatible regexp library with approximate matching
 Url:            http://laurikari.net/tre/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 TRE is a lightweight, robust, and efficient POSIX compatible regexp
 matching library with some exciting features such as approximate
 matching.
 
-
-
-Authors:
---------
-    Ville Laurikari <[email protected]>
-
 %package -n libtre5
 License:        GPL v2.1 or later
 Summary:        POSIX compatible regexp library with approximate matching
@@ -70,12 +65,6 @@
 matching library with some exciting features such as approximate
 matching.
 
-
-
-Authors:
---------
-    Ville Laurikari <[email protected]>
-
 %package -n agrep
 License:        NON-OSI-COMPLIANT(non-commercial) ; LGPLv2.1+
 Summary:        Another powerful grep with interesting features
@@ -86,7 +75,6 @@
 approximate patterns as well as block oriented search.
 
 
-
 Authors:
 --------
     Sun Wu
@@ -94,23 +82,20 @@
     Burra Gopal
 
 %prep
-%setup -q -n tre-%{version}
+%setup -q
 %patch0 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure --disable-static --enable-shared
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT/usr/share/locale/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-, root, root)
 %doc ABOUT-NLS AUTHORS LICENSE NEWS README THANKS TODO

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

Reply via email to