Hello community, here is the log from the commit of package tomahawk for openSUSE:Factory checked in at 2012-11-16 14:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomahawk (Old) and /work/SRC/openSUSE:Factory/.tomahawk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomahawk", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/tomahawk/tomahawk.changes 2012-11-15 09:44:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tomahawk.new/tomahawk.changes 2012-11-16 14:44:25.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 15 11:58:17 UTC 2012 - [email protected] + +- workaround regression in CMake 2.8.10 that makes Tomahawk + fail to link (cf. http://www.cmake.org/Bug/view.php?id=13646 ) + +------------------------------------------------------------------- New: ---- tomahawk-0.5.5-fix-build-with-cmake-2.8.10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomahawk.spec ++++++ --- /var/tmp/diff_new_pack.pAC8eD/_old 2012-11-16 14:44:26.000000000 +0100 +++ /var/tmp/diff_new_pack.pAC8eD/_new 2012-11-16 14:44:26.000000000 +0100 @@ -29,6 +29,7 @@ Source99: tomahawk-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://gettomahawk.com +Patch0: tomahawk-0.5.5-fix-build-with-cmake-2.8.10.patch Requires: libqt4-sql-sqlite @@ -81,6 +82,7 @@ %prep %setup -q -n tomahawk-%{version} +%patch0 -p1 %build cmake . \ ++++++ tomahawk-0.5.5-fix-build-with-cmake-2.8.10.patch ++++++ >From c910e1b58f01a42b9f99222e501172576d8cad06 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt <[email protected]> Date: Fri, 2 Nov 2012 21:43:11 +0100 Subject: [PATCH 01/46] Fix build with new CMake release. Doesn't harm us, but really looks like an upstream bug --- .../thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h | 2 -- 1 Datei geƤndert, 2 Zeilen entfernt(-) diff --git a/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h b/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h index 5f526e1..7b744e1 100644 --- a/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h +++ b/src/libtomahawk/thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h @@ -3,7 +3,6 @@ #include <QtCore/QObject> -#if QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN) #ifndef QT_NO_SHAREDMEMORY #include <QtCore/QStringList> @@ -138,6 +137,5 @@ QT_END_NAMESPACE #endif // QT_NO_SHAREDMEMORY -#endif // QT_VERSION >= 0x040400 || defined(DOXYGEN_RUN) #endif /* __KDTOOLSCORE_KDSINGLEAPPLICATIONGUARD_H__ */ -- 1.7.10.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
