Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2012-05-15 17:41:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librelp (Old)
 and      /work/SRC/openSUSE:Factory/.librelp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librelp", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2012-02-16 
12:23:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes     2012-05-15 
17:41:27.000000000 +0200
@@ -1,0 +2,13 @@
+Mon May 14 14:01:23 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+  No indication of GPL-3.0 ^only^ files in package. Fedora also using
+  GPL-3.0+
+
+-------------------------------------------------------------------
+Fri May 11 15:43:56 UTC 2012 - jeng...@inai.de
+
+- Remove redundant sections and tags from specfile
+- Enable parallel build
+
+-------------------------------------------------------------------
@@ -10 +23 @@
-  This version of librelp matured in practice and it is not time
+  This version of librelp matured in practice and it is now time

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

Other differences:
------------------
++++++ librelp.spec ++++++
--- /var/tmp/diff_new_pack.liPMge/_old  2012-05-15 17:41:28.000000000 +0200
+++ /var/tmp/diff_new_pack.liPMge/_new  2012-05-15 17:41:28.000000000 +0200
@@ -17,17 +17,14 @@
 
 
 Name:           librelp
+%define library_name librelp0
 Version:        1.0.0
 Release:        0
-#
-#
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#
 Url:            http://www.librelp.com/
 Source:         http://download.rsyslog.com/librelp/librelp-1.0.0.tar.bz2
-#
 Summary:        A reliable logging library
-License:        GPL-3.0
+License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
 
 %description
@@ -55,15 +52,12 @@
 --------
     Rainer Gerhards <rgerha...@adiscon.com>
 
-%define library_name librelp0
-%define debug_package_requires %{library_name} = %{version}-%{release}
 
-%package -n librelp0
-#
+%package -n %library_name
 Summary:        A reliable logging library
 Group:          Development/Libraries/C and C++
 
-%description -n librelp0
+%description -n %library_name
 librelp is an easy to use library for the RELP protocol. RELP in turn provides
 reliable event logging over the network (and consequently RELP stands for
 Reliable Event Logging Protocol). RELP was initiated by Rainer Gerhards after
@@ -90,7 +84,6 @@
 
 %package devel
 Requires:       %{library_name} = %{version}
-#
 Summary:        A reliable logging library
 Group:          Development/Libraries/C and C++
 
@@ -124,15 +117,12 @@
 
 %build
 %configure --disable-static --with-pic
-%{__make}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 %{__rm} %{buildroot}%{_libdir}/librelp.la
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

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

Reply via email to