Hello community, here is the log from the commit of package tomahawk for openSUSE:Factory checked in at 2013-01-30 22:23:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-01-22 17:57:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tomahawk.new/tomahawk.changes 2013-01-30 22:23:43.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Jan 28 12:19:29 UTC 2013 - [email protected] + +- tomahawk-ppc64.patch: fixed ppc64 build hopefully + +------------------------------------------------------------------- New: ---- tomahawk-ppc64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomahawk.spec ++++++ --- /var/tmp/diff_new_pack.ZrcXh8/_old 2013-01-30 22:23:44.000000000 +0100 +++ /var/tmp/diff_new_pack.ZrcXh8/_new 2013-01-30 22:23:44.000000000 +0100 @@ -27,6 +27,7 @@ Source2: tomahawk.SuSEfirewall2 Source3: Tomahawk.khotkeys Source99: tomahawk-rpmlintrc +Patch0: tomahawk-ppc64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://gettomahawk.com @@ -81,6 +82,7 @@ %prep %setup -q -n tomahawk-%{version} +%patch0 -p1 %build cmake . \ ++++++ tomahawk-ppc64.patch ++++++ Index: tomahawk-0.6.0/thirdparty/breakpad/common/memory.h =================================================================== --- tomahawk-0.6.0.orig/thirdparty/breakpad/common/memory.h +++ tomahawk-0.6.0/thirdparty/breakpad/common/memory.h @@ -93,7 +93,7 @@ class PageAllocator { private: uint8_t *GetNPages(unsigned num_pages) { -#ifdef __x86_64 +#if defined(__x86_64) || defined(__powerpc64__) void *a = sys_mmap(NULL, page_size_ * num_pages, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); #else -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
