Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmusicbrainz3/libmusicbrainz3.changes  
2011-09-23 02:09:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmusicbrainz3.new/libmusicbrainz3.changes     
2012-01-30 12:26:54.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Jan 27 14:40:07 UTC 2012 - [email protected]
+
+- As request in review, do not use _service in factory 
+
+-------------------------------------------------------------------
+Tue Jan 24 17:47:56 UTC 2012 - [email protected]
+
+- stop requiring %{version}-%release 
+- It turns out that using gcc visibility is supported but one 
+  has to define GCC_HASCLASSVISIBILITY and pass the appropiate
+  compiler flags.
+
+-------------------------------------------------------------------

Old:
----
  _service
  _service:download_url:libmusicbrainz-3.0.3.tar.gz
  _service:set_version:libmusicbrainz3.spec

New:
----
  libmusicbrainz-3.0.3.tar.gz

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

Other differences:
------------------
++++++ libmusicbrainz3.spec ++++++
--- /var/tmp/diff_new_pack.cSpVFk/_old  2012-01-30 12:26:55.000000000 +0100
+++ /var/tmp/diff_new_pack.cSpVFk/_new  2012-01-30 12:26:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmusicbrainz3
 #
-# 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
@@ -23,11 +23,10 @@
 BuildRequires:  cmake gcc-c++ libcppunit-devel libdiscid-devel neon-devel 
pkgconfig
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Version:        to_be_filled_by_service
+Version:        3.0.3
 Release:        1
-#Version:        3.0.3
 Url:            http://www.musicbrainz.org/
-Source0:        %{tarball_name}-%{version}.tar.gz
+Source0:        
ftp://ftp.musicbrainz.org/pub/musicbrainz/%{tarball_name}-%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Library That Provides Access to the MusicBrainz Server
@@ -61,7 +60,7 @@
 Group:          Development/Libraries/C and C++
 Summary:        Library That Provides Access to the MusicBrainz Server
 # provide for debuginfo package (always requiring main package name)
-Provides:       libmusicbrainz3 = %{version}-%{release}
+Provides:       libmusicbrainz3 = %{version}
 
 %description -n libmusicbrainz3-6
 MusicBrainz is the second generation incarnation of the CD Index. This
@@ -71,7 +70,7 @@
 %package devel
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Requires:       libmusicbrainz3 = %{version}-%{release}
+Requires:       libmusicbrainz3 = %{version}
 Requires:       libstdc++-devel
 Summary:        Library That Provides Access to the MusicBrainz Server
 
@@ -86,10 +85,8 @@
 %patch1
 
 %build
-CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
-CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
-export CFLAGS
-export CXXFLAGS
+export CFLAGS="%{optflags} -DGCC_HASCLASSVISIBILITY -fvisibility=hidden 
$(getconf LFS_CFLAGS)"
+export CXXFLAGS="%{optflags} -DGCC_HASCLASSVISIBILITY $(getconf LFS_CFLAGS) 
-fvisibility=hidden -fvisibility-inlines-hidden"
 cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_LIBS:BOOL=ON 
-DBUILD_STATIC_LIBS:BOOL=OFF \
 %if "%{_lib}" != "lib"
        -DLIB_SUFFIX=64

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

Reply via email to