Pixman 0.33.2
Re-enable vmx fast paths for ppc64le
This commit is contained in:
parent
986c9a5f9c
commit
d0ee1f4fa2
13
pixman.spec
13
pixman.spec
@ -2,8 +2,8 @@
|
||||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||
|
||||
Name: pixman
|
||||
Version: 0.32.6
|
||||
Release: 6%{?dist}
|
||||
Version: 0.33.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -19,7 +19,7 @@ Source1: make-pixman-snapshot.sh
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
%description
|
||||
Pixman is a pixel manipulation library for X and cairo.
|
||||
Pixman is a pixel manipulation library for X and Cairo.
|
||||
|
||||
%package devel
|
||||
Summary: Pixel manipulation library development package
|
||||
@ -37,9 +37,6 @@ Development library for pixman.
|
||||
%configure \
|
||||
%ifarch %{arm}
|
||||
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
--disable-vmx \
|
||||
%endif
|
||||
--disable-ssse3 \
|
||||
--disable-static
|
||||
@ -69,6 +66,10 @@ make check %{?_smp_mflags} V=1 ||:
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%changelog
|
||||
* Sun Aug 09 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.2-1
|
||||
- pixman 0.33.2
|
||||
- Enable fixed VMC fast paths on ppc64le
|
||||
|
||||
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.32.6-6
|
||||
- revert cflag option added in -5 the broke building
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user