commit libmusicbrainz3 for openSUSE:Factory
Hello community, here is the log from the commit of package libmusicbrainz3 for openSUSE:Factory checked in at Mon Jan 3 10:50:58 CET 2011. -------- --- libmusicbrainz3/libmusicbrainz3.changes 2009-02-25 19:48:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/libmusicbrainz3/libmusicbrainz3.changes 2011-01-01 22:11:18.000000000 +0100 @@ -1,0 +2,11 @@ +Sat Jan 1 21:05:40 UTC 2011 - cristian.rodriguez@opensuse.org + +- Update to version 3.0.3 +- Support for reading and submitting ISRCs +- Support for reading ratings for all entity type +- Full release group and label support +- C wrappers for extractFragment and extractUuid +- Support for filtering by any Lucene query +- use _FILE_OFFSET_BITS=64 in 32 bit so LFS is supported. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libmusicbrainz-3.0.2.tar.bz2 libmusicbrainz3-pkgconfig-bloat.patch New: ---- libmusicbrainz-3.0.3-pkgconfig-bloat.patch _service _service:download_url:libmusicbrainz-3.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmusicbrainz3.spec ++++++ --- /var/tmp/diff_new_pack.CwDNYP/_old 2011-01-03 10:47:40.000000000 +0100 +++ /var/tmp/diff_new_pack.CwDNYP/_new 2011-01-03 10:47:40.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libmusicbrainz3 (Version 3.0.2) +# spec file for package libmusicbrainz3 (Version 3.0.3) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -21,15 +21,15 @@ Name: libmusicbrainz3 %define tarball_name libmusicbrainz BuildRequires: cmake gcc-c++ libcppunit-devel libdiscid-devel neon-devel pkgconfig -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ -Version: 3.0.2 -Release: 2 +Version: 3.0.3 +Release: 1 Url: http://www.musicbrainz.org/ -Source: %{tarball_name}-%{version}.tar.bz2 +Source: %{tarball_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Library That Provides Access to the MusicBrainz Server -Patch0: libmusicbrainz3-pkgconfig-bloat.patch +Patch0: libmusicbrainz-3.0.3-pkgconfig-bloat.patch Patch1: libmusicbrainz-3.0.2-gcc44.patch %description @@ -55,7 +55,7 @@ David W. Gray <david@thegray.com> %package -n libmusicbrainz3-6 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Summary: Library That Provides Access to the MusicBrainz Server # provide for debuginfo package (always requiring main package name) @@ -84,7 +84,7 @@ David W. Gray <david@thegray.com> %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Requires: libmusicbrainz3-6 = %{version} libstdc++-devel Summary: Library That Provides Access to the MusicBrainz Server @@ -117,8 +117,8 @@ %patch1 %build -CFLAGS="%{optflags}" -CXXFLAGS="%{optflags}" +CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" +CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" export CFLAGS export CXXFLAGS cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF \ ++++++ libmusicbrainz-3.0.2-gcc44.patch ++++++ --- /var/tmp/diff_new_pack.CwDNYP/_old 2011-01-03 10:47:40.000000000 +0100 +++ /var/tmp/diff_new_pack.CwDNYP/_new 2011-01-03 10:47:40.000000000 +0100 @@ -1,13 +1,11 @@ -Index: src/utils_private.cpp -=================================================================== ---- src/utils_private.cpp.orig 2008-07-02 08:57:10.000000000 +0200 -+++ src/utils_private.cpp 2009-02-25 19:40:56.000000000 +0100 +--- src/utils_private.cpp.orig ++++ src/utils_private.cpp @@ -19,7 +19,7 @@ * - * $Id: utils_private.cpp 9934 2008-07-02 06:57:10Z luks $ + * */ - +#include <cstdio> #include <cstdlib> + #include <cstdio> #include <cstring> - #include <cstdarg> ++++++ libmusicbrainz-3.0.3-pkgconfig-bloat.patch ++++++ --- libmusicbrainz3.pc.cmake.orig +++ libmusicbrainz3.pc.cmake @@ -7,7 +7,7 @@ Name: ${PROJECT_NAME} Description: The Musicbrainz Client Library. URL: http://musicbrainz.org/doc/libmusicbrainz Version: ${PROJECT_VERSION} -Requires.private: neon >= 0.25, libdiscid +#Requires.private: neon >= 0.25, libdiscid Libs: -L${LIB_INSTALL_DIR} -lmusicbrainz3 Cflags: -I${INCLUDE_INSTALL_DIR} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de