Hello community, here is the log from the commit of package pixman for openSUSE:Factory checked in at 2012-06-10 23:13:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pixman (Old) and /work/SRC/openSUSE:Factory/.pixman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pixman", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pixman/pixman.changes 2012-03-29 14:04:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pixman.new/pixman.changes 2012-06-10 23:13:18.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Jun 9 19:07:16 UTC 2012 - [email protected] + +- Fix ARM build: + + Disable iwmmxt since our ARM SoC does not support it. + + Add new armv7hl to armv7* + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pixman.spec ++++++ --- /var/tmp/diff_new_pack.rZox4u/_old 2012-06-10 23:13:20.000000000 +0200 +++ /var/tmp/diff_new_pack.rZox4u/_new 2012-06-10 23:13:20.000000000 +0200 @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: pixman Version: 0.24.4 Release: 0 @@ -55,9 +57,11 @@ # For now: disable neon on both %configure \ %ifarch armv5el armv5tel + --disable-arm-iwmmxt \ --disable-arm-neon \ %endif -%ifarch armv7el armv7l +%ifarch armv7el armv7l armv7hl + --disable-arm-iwmmxt \ --disable-arm-neon \ %endif --disable-static -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
