Hello community, here is the log from the commit of package MozillaFirefox for openSUSE:Factory checked in at 2013-06-13 17:12:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaFirefox (Old) and /work/SRC/openSUSE:Factory/.MozillaFirefox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaFirefox" Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes 2013-05-17 08:26:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes 2013-06-13 17:12:14.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 11 21:06:58 UTC 2013 - [email protected] + +- Fix qcms altivec include (mozilla-qcms-ppc.patch) + +------------------------------------------------------------------- New: ---- mozilla-qcms-ppc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaFirefox.spec ++++++ --- /var/tmp/diff_new_pack.9mhJae/_old 2013-06-13 17:12:17.000000000 +0200 +++ /var/tmp/diff_new_pack.9mhJae/_new 2013-06-13 17:12:17.000000000 +0200 @@ -103,6 +103,8 @@ Patch13: mozilla-ppc.patch Patch14: mozilla-gstreamer-760140.patch Patch15: mozilla-libproxy-compat.patch +#PATCH-FIX-UPSTREAM - [email protected] - fix qcms altivec on powerpc +Patch16: mozilla-qcms-ppc.patch # Firefox/browser Patch30: firefox-browser-css.patch Patch31: firefox-kde.patch @@ -235,6 +237,7 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 # %patch30 -p1 %if %suse_version >= 1110 ++++++ mozilla-qcms-ppc.patch ++++++ diff --git a/gfx/qcms/Makefile.in b/gfx/qcms/Makefile.in --- a/gfx/qcms/Makefile.in +++ b/gfx/qcms/Makefile.in @@ -48,17 +48,17 @@ else endif else SSE1_FLAGS= SSE2_FLAGS= endif endif endif else -ifeq (ppc,$(CPU_ARCH)) +ifeq (ppc,$(findstring ppc,$(CPU_ARCH))) ifdef GNU_CC CSRCS += transform-altivec.c ALTIVEC_FLAGS=-maltivec endif endif endif FORCE_STATIC_LIB = 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
