OBS User unknown 2008-02-29 21:21:02 +00:00 committed by Git OBS Bridge
parent 292f70d88c
commit 6350bfc316
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 29 16:26:45 CET 2008 - dmueller@suse.de
- add missing %postun call to ldconfig
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 18 01:37:25 CET 2008 - sndirsch@suse.de Fri Jan 18 01:37:25 CET 2008 - sndirsch@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: xorg-x11-libs Name: xorg-x11-libs
BuildRequires: fontconfig-devel freetype2-devel gperf libxslt pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel BuildRequires: fontconfig-devel freetype2-devel gperf libxslt pkgconfig xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-util-devel xorg-x11-xtrans-devel
%ifarch ppc64 s390x x86_64 %ifarch ppc64 s390x x86_64
@ -19,7 +20,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
%endif %endif
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
Version: 7.3 Version: 7.3
Release: 29 Release: 38
License: X11/MIT License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries Group: System/Libraries
@ -186,6 +187,8 @@ rm -rf "$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%pre -n xorg-x11-devel %pre -n xorg-x11-devel
test -L usr/include/X11 && rm usr/include/X11 test -L usr/include/X11 && rm usr/include/X11
exit 0 exit 0
@ -219,6 +222,8 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Feb 29 2008 dmueller@suse.de
- add missing %%postun call to ldconfig
* Fri Jan 18 2008 sndirsch@suse.de * Fri Jan 18 2008 sndirsch@suse.de
- bug348296-pcf_font_parser-libXfont.diff - bug348296-pcf_font_parser-libXfont.diff
* PCF font parser vulnerability (Bug #348296) * PCF font parser vulnerability (Bug #348296)
@ -234,7 +239,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
* Thu Sep 06 2007 sndirsch@suse.de * Fri Sep 07 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.
@ -281,7 +286,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
* Wed Aug 08 2007 sndirsch@suse.de * Thu Aug 09 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
@ -498,7 +503,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
* Thu Aug 31 2006 sndirsch@suse.de * Fri Sep 01 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)