Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2012-02-15 16:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdatrie (Old)
 and      /work/SRC/openSUSE:Factory/.libdatrie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdatrie", Maintainer is "u...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes      2011-09-23 
02:07:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2012-02-15 
16:16:22.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 01:56:18 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdatrie.spec ++++++
--- /var/tmp/diff_new_pack.EvArjt/_old  2012-02-15 16:16:23.000000000 +0100
+++ /var/tmp/diff_new_pack.EvArjt/_new  2012-02-15 16:16:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# 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
@@ -16,17 +16,17 @@
 #
 
 
-
 Name:           libdatrie
 Version:        0.2.4
-Release:        5
-License:        LGPL-2.1
+Release:        0
 Summary:        Double-Array Trie Library
-Url:            http://linux.thai.net/~thep/datrie/datrie.html
+License:        LGPL-2.1
 Group:          System/Libraries
+Url:            http://linux.thai.net/~thep/datrie/datrie.html
 Source:         %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-BuildRequires:  doxygen pkg-config
+BuildRequires:  doxygen
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,18 +34,16 @@
 trie, as proposed by Junichi Aoe.
 
 %package -n libdatrie1
-License:        LGPL-2.1
-Group:          Development/Libraries/C and C++
 Summary:        Double-Array Trie Library
+Group:          Development/Libraries/C and C++
 
 %description -n libdatrie1
 This is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe.
 
 %package devel
-License:        LGPL-2.1
-Group:          Development/Libraries/C and C++
 Summary:        Double-Array Trie Library (development)
+Group:          Development/Libraries/C and C++
 Requires:       libdatrie1 = %{version}
 
 %description devel
@@ -61,7 +59,7 @@
 %configure \
         --disable-static --with-pic \
         --with-html-docdir=%{_docdir}/libdatrie/html
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall

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

Reply via email to