This commit is contained in:
parent
534b1de59b
commit
1bbb5d8083
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 18:08:24 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
|
@ -25,9 +25,17 @@ Provides: libXaw.so.8()(64bit) libXaw.so.7()(64bit) libXaw.so.6()(64bit)
|
||||
%else
|
||||
Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
||||
%endif
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: xorg-x11-libs-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: xorg-x11-libs-32bit
|
||||
%endif
|
||||
#
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Version: 7.4
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/Libraries
|
||||
@ -108,6 +116,14 @@ Obsoletes: xorg-x11-compat70-devel xorg-x11-man
|
||||
Requires: xorg-x11-proto-devel xorg-x11-xtrans-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXrender-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXt-devel xorg-x11-libXmu-devel xorg-x11-libXfixes-devel xorg-x11-libxkbfile-devel freetype2-devel fontconfig-devel xorg-x11-libs xorg-x11-util-devel xorg-x11-libfontenc-devel xorg-x11-libXv-devel xorg-x11-libXprintUtil-devel xorg-x11-fonts-devel pkgconfig
|
||||
Requires: xorg-x11-libxcb-devel
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: xorg-x11-devel-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: xorg-x11-devel-32bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description -n xorg-x11-devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
@ -230,6 +246,8 @@ exit 0
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Fri Sep 19 2008 sndirsch@suse.de
|
||||
- updated pixman from development release 0.11.10 to stable release
|
||||
0.12.0. New features since 0.10.0 include:
|
||||
@ -322,7 +340,7 @@ exit 0
|
||||
* Many performance improvements and bug fixes
|
||||
* Tue Mar 18 2008 sndirsch@suse.de
|
||||
- libXScrnSaver 1.1.3
|
||||
* Fri Mar 07 2008 sndirsch@suse.de
|
||||
* Thu Mar 06 2008 sndirsch@suse.de
|
||||
- libpciaccess 0.10
|
||||
- libXinerama 1.0.3
|
||||
* Thu Mar 06 2008 sndirsch@suse.de
|
||||
@ -333,7 +351,7 @@ exit 0
|
||||
* Fri Jan 18 2008 sndirsch@suse.de
|
||||
- bug348296-pcf_font_parser-libXfont.diff
|
||||
* PCF font parser vulnerability (Bug #348296)
|
||||
* Fri Nov 23 2007 sndirsch@suse.de
|
||||
* Thu Nov 22 2007 sndirsch@suse.de
|
||||
- pixman --> pixman-1
|
||||
- obsoletes pixman.diff
|
||||
* Thu Nov 15 2007 sndirsch@suse.de
|
||||
@ -388,7 +406,7 @@ exit 0
|
||||
* Bug #11091: libXaw COPYING file
|
||||
* Bug #9649: Bad markup on XAw.3x
|
||||
* obsoletes bug233919-libXaw.diff
|
||||
* Wed Aug 22 2007 sndirsch@suse.de
|
||||
* Tue Aug 21 2007 sndirsch@suse.de
|
||||
- fixed build of libpixman
|
||||
* Sat Aug 18 2007 sndirsch@suse.de
|
||||
- libXtst man pages generation fails if srcdir != builddir
|
||||
@ -420,7 +438,7 @@ exit 0
|
||||
- libXcomposite 0.4.0
|
||||
* Follow composite protocol version to 0.4, although there is no
|
||||
ABI change.
|
||||
* Fri Jun 08 2007 sndirsch@suse.de
|
||||
* Thu Jun 07 2007 sndirsch@suse.de
|
||||
- updated libXtst to release 1.0.2
|
||||
* ANSIfy static function declarations (clears some lint warnings)
|
||||
* Coverity #578/579: Don't leak memory if one malloc fails but
|
||||
@ -432,7 +450,7 @@ exit 0
|
||||
API.
|
||||
* Tue May 01 2007 sndirsch@suse.de
|
||||
- updated libvnc/libXcliplist to current CVS (2007-05-01)
|
||||
* Thu Apr 12 2007 sndirsch@suse.de
|
||||
* Wed Apr 11 2007 sndirsch@suse.de
|
||||
- updated libXi to release 1.0.4
|
||||
* Don't call XInput_find_display in _XiGetExtensionVersion, while
|
||||
the Display lock is held.
|
||||
@ -460,7 +478,7 @@ exit 0
|
||||
* Clear sparse warnings & error
|
||||
* Remove unneeded #include of <stdio.h>
|
||||
* Add man page for Xinerama API functions
|
||||
* Thu Mar 15 2007 sndirsch@suse.de
|
||||
* Wed Mar 14 2007 sndirsch@suse.de
|
||||
- updated libXdamage to release 1.1.1
|
||||
* This release fixes the DSO versioning for the added ABI.
|
||||
* Mon Mar 05 2007 sndirsch@suse.de
|
||||
@ -488,7 +506,7 @@ exit 0
|
||||
* event: Callback X event handling.
|
||||
* image: Port of Xlib's XImage and XShmImage functions.
|
||||
* wm: Framework for window manager implementation.
|
||||
* Fri Mar 02 2007 sndirsch@suse.de
|
||||
* Thu Mar 01 2007 sndirsch@suse.de
|
||||
- libXxf86misc-xcb.diff:
|
||||
* added missing UnlockDisplay() calls
|
||||
* Fri Feb 23 2007 dmueller@suse.de
|
||||
@ -613,7 +631,7 @@ exit 0
|
||||
- fixed libXaw Provides for 64bit (Bug #198461)
|
||||
* Sat Aug 12 2006 sndirsch@suse.de
|
||||
- added libXft1 (Bug #198432)
|
||||
* Sun Aug 06 2006 sndirsch@suse.de
|
||||
* Sat Aug 05 2006 sndirsch@suse.de
|
||||
- p_xft_cjk.diff:
|
||||
* adds fake bold support to Xft library (Bug #38202)
|
||||
- p_xft_register.diff:
|
||||
|
Loading…
Reference in New Issue
Block a user