Hello community, here is the log from the commit of package marble for openSUSE:Factory checked in at 2015-10-12 10:01:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/marble (Old) and /work/SRC/openSUSE:Factory/.marble.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "marble" Changes: -------- --- /work/SRC/openSUSE:Factory/marble/marble.changes 2015-10-03 20:28:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes 2015-10-12 10:01:17.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 9 13:39:41 UTC 2015 - [email protected] + +- Add fix-libastro-version-tagging.diff to declare QT_NO_VERSION_TAGGING + so that libastro doesn't contain an undefined symbol to qt_version_tag + +------------------------------------------------------------------- New: ---- fix-libastro-version-tagging.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ marble.spec ++++++ --- /var/tmp/diff_new_pack.vSpPJ4/_old 2015-10-12 10:01:18.000000000 +0200 +++ /var/tmp/diff_new_pack.vSpPJ4/_new 2015-10-12 10:01:18.000000000 +0200 @@ -25,6 +25,8 @@ Group: Amusements/Teaching/Other Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE fix-libastro-version-tagging.diff [email protected] -- Declare QT_NO_VERSION_TAGGING +Patch0: fix-libastro-version-tagging.diff BuildRequires: fdupes BuildRequires: gpsd-devel BuildRequires: perl @@ -131,6 +133,7 @@ %prep %setup -q +%patch0 -p1 %build %ifarch ppc ppc64 ++++++ fix-libastro-version-tagging.diff ++++++ Index: marble-15.08.1/src/lib/astro/astrolib_export.h =================================================================== --- marble-15.08.1.orig/src/lib/astro/astrolib_export.h +++ marble-15.08.1/src/lib/astro/astrolib_export.h @@ -11,6 +11,8 @@ #ifndef ASTROLIB_EXPORT_H #define ASTROLIB_EXPORT_H +#define QT_NO_VERSION_TAGGING 1 + #include <QtGlobal> #ifndef ASTROLIB_EXPORT
