This commit is contained in:
parent
1bbb5d8083
commit
cfb165458a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 13 16:24:49 CET 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- use --disable-vmx for building pixman on ppc/ppc64 (bnc #444639)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ Obsoletes: xorg-x11-libs-32bit
|
|||||||
#
|
#
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Version: 7.4
|
Version: 7.4
|
||||||
Release: 5
|
Release: 6
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -186,6 +186,9 @@ for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
|
|||||||
--enable-type1 \
|
--enable-type1 \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
--disable-vmx \
|
||||||
|
%endif
|
||||||
--mandir=%{_mandir} ${option}
|
--mandir=%{_mandir} ${option}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -246,6 +249,8 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 13 2008 sndirsch@suse.de
|
||||||
|
- use --disable-vmx for building pixman on ppc/ppc64 (bnc #444639)
|
||||||
* Thu Oct 30 2008 olh@suse.de
|
* Thu Oct 30 2008 olh@suse.de
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Fri Sep 19 2008 sndirsch@suse.de
|
* Fri Sep 19 2008 sndirsch@suse.de
|
||||||
@ -304,7 +309,7 @@ exit 0
|
|||||||
(bfo #11200)
|
(bfo #11200)
|
||||||
* Register objects used by libXft.
|
* Register objects used by libXft.
|
||||||
- obsoletes p_xft_register.diff
|
- obsoletes p_xft_register.diff
|
||||||
* Fri Jun 13 2008 sndirsch@suse.de
|
* Thu Jun 12 2008 sndirsch@suse.de
|
||||||
- libpciaccess 0.10.3
|
- libpciaccess 0.10.3
|
||||||
* Thu May 22 2008 sndirsch@suse.de
|
* Thu May 22 2008 sndirsch@suse.de
|
||||||
- libFS 1.0.1
|
- libFS 1.0.1
|
||||||
@ -363,7 +368,7 @@ exit 0
|
|||||||
* fixed pkgconfig file
|
* fixed pkgconfig file
|
||||||
* Sat Sep 29 2007 sndirsch@suse.de
|
* Sat Sep 29 2007 sndirsch@suse.de
|
||||||
- bumped version to 7.3
|
- bumped version to 7.3
|
||||||
* Fri Sep 07 2007 sndirsch@suse.de
|
* Thu Sep 06 2007 sndirsch@suse.de
|
||||||
- pixman-0.9.5
|
- pixman-0.9.5
|
||||||
* Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.
|
* Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.
|
||||||
* Remove redundant defines.
|
* Remove redundant defines.
|
||||||
@ -410,7 +415,7 @@ exit 0
|
|||||||
- fixed build of libpixman
|
- fixed build of libpixman
|
||||||
* Sat Aug 18 2007 sndirsch@suse.de
|
* Sat Aug 18 2007 sndirsch@suse.de
|
||||||
- libXtst man pages generation fails if srcdir != builddir
|
- libXtst man pages generation fails if srcdir != builddir
|
||||||
* Thu Aug 09 2007 sndirsch@suse.de
|
* Wed Aug 08 2007 sndirsch@suse.de
|
||||||
- pixman 0.9.4
|
- pixman 0.9.4
|
||||||
* This is the initial release of the pixman library. Pixman
|
* This is the initial release of the pixman library. Pixman
|
||||||
contains lowlevel pixel manipulation routines and is used by
|
contains lowlevel pixel manipulation routines and is used by
|
||||||
@ -627,7 +632,7 @@ exit 0
|
|||||||
* move builtin fonts to gzip
|
* move builtin fonts to gzip
|
||||||
* Bug #7397: Fix a buffer overflow in Freetype font support.
|
* Bug #7397: Fix a buffer overflow in Freetype font support.
|
||||||
* obsoletes libXfont-pcfread.diff
|
* obsoletes libXfont-pcfread.diff
|
||||||
* Fri Sep 01 2006 sndirsch@suse.de
|
* Thu Aug 31 2006 sndirsch@suse.de
|
||||||
- fixed libXaw Provides for 64bit (Bug #198461)
|
- fixed libXaw Provides for 64bit (Bug #198461)
|
||||||
* Sat Aug 12 2006 sndirsch@suse.de
|
* Sat Aug 12 2006 sndirsch@suse.de
|
||||||
- added libXft1 (Bug #198432)
|
- added libXft1 (Bug #198432)
|
||||||
|
Loading…
Reference in New Issue
Block a user