From 6350bfc31691623b160ae4ff84324020d1c0d7ee06e640f0b9a50fa89bfdf20a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 29 Feb 2008 21:21:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-libs?expand=0&rev=32 --- xorg-x11-libs.changes | 5 +++++ xorg-x11-libs.spec | 13 +++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index 7e41f70..d7b5a32 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -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 diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index 5beee26..8a7917c 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -10,6 +10,7 @@ # norootforbuild + 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 %ifarch ppc64 s390x x86_64 @@ -19,7 +20,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6 %endif Url: http://xorg.freedesktop.org/ Version: 7.3 -Release: 29 +Release: 38 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries @@ -186,6 +187,8 @@ rm -rf "$RPM_BUILD_ROOT" %post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %pre -n xorg-x11-devel test -L usr/include/X11 && rm usr/include/X11 exit 0 @@ -219,6 +222,8 @@ exit 0 %{_mandir}/man3/* %changelog +* Fri Feb 29 2008 dmueller@suse.de +- add missing %%postun call to ldconfig * Fri Jan 18 2008 sndirsch@suse.de - bug348296-pcf_font_parser-libXfont.diff * PCF font parser vulnerability (Bug #348296) @@ -234,7 +239,7 @@ exit 0 * fixed pkgconfig file * Sat Sep 29 2007 sndirsch@suse.de - bumped version to 7.3 -* Thu Sep 06 2007 sndirsch@suse.de +* Fri Sep 07 2007 sndirsch@suse.de - pixman-0.9.5 * Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled. * Remove redundant defines. @@ -281,7 +286,7 @@ exit 0 - fixed build of libpixman * Sat Aug 18 2007 sndirsch@suse.de - 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 * This is the initial release of the pixman library. Pixman contains lowlevel pixel manipulation routines and is used by @@ -498,7 +503,7 @@ exit 0 * move builtin fonts to gzip * Bug #7397: Fix a buffer overflow in Freetype font support. * 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) * Sat Aug 12 2006 sndirsch@suse.de - added libXft1 (Bug #198432)