Hello community,

here is the log from the commit of package rlog for openSUSE:Factory checked in 
at 2012-01-24 12:21:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rlog (Old)
 and      /work/SRC/openSUSE:Factory/.rlog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/rlog/rlog.changes        2011-11-24 
11:37:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rlog.new/rlog.changes   2012-01-24 
12:22:04.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Jan 22 13:40:20 UTC 2012 - [email protected]
+
+- Build wih -fvisibility-inlines-hidden 
+
+-------------------------------------------------------------------
+Wed Nov 23 16:02:51 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rlog.spec ++++++
--- /var/tmp/diff_new_pack.jEERA5/_old  2012-01-24 12:22:10.000000000 +0100
+++ /var/tmp/diff_new_pack.jEERA5/_new  2012-01-24 12:22:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rlog
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,7 +16,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           rlog
@@ -37,12 +36,6 @@
 %description
 RLOG is a C++ library to manage message logging.
 
-
-
-Authors:
---------
-    Valient Gough <[email protected]>
-
 %package -n librlog%{soname}
 Summary:        C++ Logging Library
 Group:          System/Libraries
@@ -52,12 +45,6 @@
 %description -n librlog%{soname}
 RLOG is a C++ library to manage message logging.
 
-
-
-Authors:
---------
-    Valient Gough <[email protected]>
-
 %package -n librlog%{soname}-doc
 Summary:        C++ Logging Library - Documentation
 Group:          System/Libraries
@@ -66,14 +53,7 @@
 RLOG is a C++ library to manage message logging.
 This subpackage contains the developer/API documentation.
 
-
-
-Authors:
---------
-    Valient Gough <[email protected]>
-
 %package -n librlog-devel
-License:        LGPLv2.1+
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
 Requires:       librlog%{soname} = %{version}
@@ -85,20 +65,15 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
---------
-    Valient Gough <[email protected]>
-
 %prep
 %setup -q -n "rlog-%{version}"
 %patch1
 
 %build
 autoreconf -fiv
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 %configure --disable-static --with-pic
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %__make DESTDIR="$RPM_BUILD_ROOT" install
@@ -126,9 +101,6 @@
 
 %postun -n librlog%{soname} -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -n librlog%{soname} -f files.main.lst
 %defattr(-,root,root)
 %{_libdir}/librlog.so.%{soname}

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

Reply via email to