Hello community,

here is the log from the commit of package libqtweetlib for openSUSE:Factory 
checked in at 2012-01-27 15:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqtweetlib (Old)
 and      /work/SRC/openSUSE:Factory/.libqtweetlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqtweetlib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqtweetlib/libqtweetlib.changes        
2012-01-09 21:43:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqtweetlib.new/libqtweetlib.changes   
2012-01-27 15:22:07.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan 21 19:29:15 UTC 2012 - [email protected]
+
+- Build with VERBOSE=1
+- Build with -fvisibility-inlines-hidden to reduce the number
+  of exported symbols in a few dozens.
+- devel package should require libqt4-devel
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqtweetlib.spec ++++++
--- /var/tmp/diff_new_pack.BluwsM/_old  2012-01-27 15:22:08.000000000 +0100
+++ /var/tmp/diff_new_pack.BluwsM/_new  2012-01-27 15:22:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqtweetlib
 #
-# 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
@@ -50,6 +50,7 @@
 Group:          Development/Libraries/C and C++
 Summary:        C++ Qt Twitter library
 Requires:       libqtweetlib%{soname} = %{version}
+Requires:       libqt4-devel
 
 %description devel
 C++ Qt based Twitter library.
@@ -67,13 +68,13 @@
 %setup -q -n QTweetLib-%{version}
 
 %build
-export CXXFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 export CFLAGS="%{optflags}"
 _libsuffix=$(echo %{_lib} | cut -b4-)
 
 cmake . -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIB_SUFFIX=$_libsuffix
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 %makeinstall

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

Reply via email to