forked from pool/xorg-x11-server
This commit is contained in:
parent
ca4d9dc7c8
commit
a6ea0ac7c3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19c19c7f9b713612c9e085ac5faf7aa9a5d69cf9defe2054fd1af7804973b10e
|
||||
size 4737507
|
3
MesaLib-7.0.3-rc2.tar.bz2
Normal file
3
MesaLib-7.0.3-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc840b65a8e8ac648f8e1ea40fc1c28f716d34f794c1d899e0d2db55cb9580e0
|
||||
size 3392773
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 04:08:22 CET 2008 - sndirsch@suse.de
|
||||
|
||||
- update to Mesa bugfix release 7.0.3 RC2 sources
|
||||
* Fixed GLX indirect vertex array rendering bug (14197)
|
||||
* Fixed crash when deleting framebuffer objects (bugs 13507,
|
||||
14293)
|
||||
* User-defined clip planes enabled for R300 (bug 9871)
|
||||
* Fixed glBindTexture() crash upon bad target (bug 14514)
|
||||
* Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug
|
||||
13915)
|
||||
* Bad strings given to glProgramStringARB() didn't generate
|
||||
GL_INVALID_OPERATION
|
||||
* Fixed minor point rasterization regression (bug 11016)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 15:24:58 CET 2008 - sndirsch@suse.de
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: xorg-x11-server
|
||||
%define dirsuffix 1.4.0.90
|
||||
%define fglrx_driver_hack 0
|
||||
@ -21,7 +22,7 @@ BuildRequires: libjpeg-devel
|
||||
Url: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.3
|
||||
Release: 58
|
||||
Release: 67
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -35,7 +36,7 @@ Provides: xorg-x11-server-glx
|
||||
Obsoletes: xorg-x11-server-glx
|
||||
Summary: X.Org Server
|
||||
Source: xorg-server-%{dirsuffix}.tar.bz2
|
||||
Source1: MesaLib-7.0.3-rc1.tar.bz2
|
||||
Source1: MesaLib-7.0.3-rc2.tar.bz2
|
||||
Source3: README.updates
|
||||
Source4: xorgcfg.tar.bz2
|
||||
%if %suse_version > 1010
|
||||
@ -165,8 +166,8 @@ An X Window System server for Virtual Network Computing (VNC).
|
||||
test -s hw/xfree86/os-support/shared/ia64Pci.h || \
|
||||
cp $RPM_SOURCE_DIR/ia64Pci.h hw/xfree86/os-support/shared/ia64Pci.h
|
||||
# make legal department happy (Bug #204110)
|
||||
test -f ../Mesa-7.0.3-rc1/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-7.0.3-rc1/progs/ggi/asc-view.c && exit 1
|
||||
test -f ../Mesa-7.0.3-rc2/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-7.0.3-rc2/progs/ggi/asc-view.c && exit 1
|
||||
# remove wrongly prebuilt files (Bug #328201)
|
||||
mv hw/xfree86/xf1bpp/mfbmodule.c .
|
||||
rm hw/xfree86/xf1bpp/*.c
|
||||
@ -300,7 +301,7 @@ autoreconf -fi
|
||||
--with-log-dir="/var/log" \
|
||||
--with-os-name="openSUSE" \
|
||||
--with-os-vendor="SUSE LINUX" \
|
||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-7.0.3-rc1 \
|
||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-7.0.3-rc2 \
|
||||
--with-fontdir="/usr/share/fonts" \
|
||||
--with-xkb-path="/usr/share/X11/xkb" \
|
||||
--with-xkb-output="/var/lib/xkb/compiled"
|
||||
@ -541,6 +542,18 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 22 2008 sndirsch@suse.de
|
||||
- update to Mesa bugfix release 7.0.3 RC2 sources
|
||||
* Fixed GLX indirect vertex array rendering bug (14197)
|
||||
* Fixed crash when deleting framebuffer objects (bugs 13507,
|
||||
14293)
|
||||
* User-defined clip planes enabled for R300 (bug 9871)
|
||||
* Fixed glBindTexture() crash upon bad target (bug 14514)
|
||||
* Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug
|
||||
13915)
|
||||
* Bad strings given to glProgramStringARB() didn't generate
|
||||
GL_INVALID_OPERATION
|
||||
* Fixed minor point rasterization regression (bug 11016)
|
||||
* Mon Feb 04 2008 sndirsch@suse.de
|
||||
- added Requires:xkeyboard-config to xorg-x11-server
|
||||
* Fri Feb 01 2008 sndirsch@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user