Hello community,

here is the log from the commit of package libopenraw for openSUSE:Factory 
checked in at 2012-02-28 14:14:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenraw (Old)
 and      /work/SRC/openSUSE:Factory/.libopenraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes    2011-12-08 
11:52:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libopenraw.new/libopenraw.changes       
2012-02-28 14:14:24.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 17:21:51 UTC 2012 - [email protected]
+
+- Build C++ code with -fvisibility-inlines-hidden shrinks 
+  the exported symbol table from 1844 to 1476 entries.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libopenraw.spec ++++++
--- /var/tmp/diff_new_pack.fDfOvD/_old  2012-02-28 14:14:25.000000000 +0100
+++ /var/tmp/diff_new_pack.fDfOvD/_new  2012-02-28 14:14:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libopenraw
 #
-# 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
@@ -14,22 +14,24 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Url:            http://libopenraw.freedesktop.org/
 Summary:        A library to decode digital camera RAW files
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 
 Name:           libopenraw
 Version:        0.0.9
 Release:        0
-License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
 Source0:        
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM libopenraw-orf-thumbnail.patch bnc699678 [email protected] - 
Decompress otf files
 Patch2:         libopenraw-orf-thumbnail.patch
-BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.33.1
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
+BuildRequires:  libtool
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.21
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -40,12 +42,14 @@
 
 %package -n libopenraw1
 Summary:        A library to decode digital camera RAW files
+Group:          Development/Libraries/C and C++
 
 %description -n libopenraw1
 libopenraw is a library that aim at decoding digital camera RAW files.
 
 %package -n gdk-pixbuf-loader-libopenraw
 Summary:        A library to decode digital camera RAW files -- gdk-pixbuf 
loader
+Group:          Development/Libraries/C and C++
 Supplements:    packageand(libopenraw1:gdk-pixbuf)
 %gdk_pixbuf_loader_requires
 
@@ -56,6 +60,7 @@
 
 %package -n libopenraw-devel
 Summary:        A library to decode digital camera RAW files
+Group:          Development/Libraries/C and C++
 Requires:       libopenraw1 = %{version}
 #include gdk-pixbuf/gdk-pixbuf.h
 Requires:       gdk-pixbuf-devel
@@ -68,9 +73,10 @@
 %patch2 -p1
 
 %build
-autoreconf
+autoreconf -fiv
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+%{__make} V=1 %{?jobs:-j%jobs}
 
 %install
 %makeinstall

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

Reply via email to