commit taglib for openSUSE:Factory
Hello community, here is the log from the commit of package taglib for openSUSE:Factory checked in at Wed Mar 11 19:26:01 CET 2009. -------- --- KDE/taglib/taglib.changes 2009-01-07 14:05:09.000000000 +0100 +++ taglib/taglib.changes 2009-03-10 15:07:05.844243000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 10 15:03:09 CET 2009 - coolo@suse.de + +- fix build with new cmake + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib.spec ++++++ --- /var/tmp/diff_new_pack.Q17643/_old 2009-03-11 19:25:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Q17643/_new 2009-03-11 19:25:26.000000000 +0100 @@ -33,7 +33,7 @@ %endif # Version: 1.5 -Release: 79 +Release: 81 Source0: %name-%version.tar.bz2 Source1: %name.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,7 +76,8 @@ %build export CXXFLAGS="%{optflags}" export CFLAGS="%{optflags}" -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_INSTALL_DIR=%{_libdir} . +_libsuffix=$(echo %_lib | cut -b4-) +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_SUFFIX=$_libsuffix . %{__make} %{?jobs:-j %jobs} VERBOSE=1 cd doc doxygen taglib.doxygen @@ -122,6 +123,8 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Mar 10 2009 coolo@suse.de +- fix build with new cmake * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) * Thu Apr 10 2008 dmueller@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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