forked from pool/xorg-x11-server
This commit is contained in:
parent
69984df6c9
commit
4395d40c14
3
MesaLib-7.0.1.tar.bz2
Normal file
3
MesaLib-7.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e29399443c4f25e13ae5833d948d04e7224580471936372f27e40284a2218cf1
|
||||
size 3437570
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec53d0db077851bf0d2912d386d80c738b24f6878164626b6123bba75c8f1d6c
|
||||
size 3436956
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 4 06:01:53 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- updated Mesa source to bugfix release 7.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 20 00:20:18 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@ BuildRequires: libjpeg-devel
|
||||
URL: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.2
|
||||
Release: 106
|
||||
Release: 114
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -35,7 +35,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.tar.bz2
|
||||
Source1: MesaLib-7.0.1.tar.bz2
|
||||
Source3: README.updates
|
||||
Source4: xorgcfg.tar.bz2
|
||||
%if %suse_version > 1010
|
||||
@ -147,8 +147,8 @@ An X Window System server for Virtual Network Computing (VNC).
|
||||
%prep
|
||||
%setup -q -n xorg-server-%{dirsuffix} -b1 -a4 -a7
|
||||
# make legal department happy (Bug #204110)
|
||||
test -f ../Mesa-7.0/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-7.0/progs/ggi/asc-view.c && exit 1
|
||||
test -f ../Mesa-7.0.1/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-7.0.1/progs/ggi/asc-view.c && exit 1
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
@ -269,7 +269,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 \
|
||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-7.0.1 \
|
||||
--with-fontdir="/usr/share/fonts" \
|
||||
--with-xkb-path="/usr/share/X11/xkb" \
|
||||
--with-xkb-output="/var/lib/xkb/compiled"
|
||||
@ -540,6 +540,8 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Aug 04 2007 - sndirsch@suse.de
|
||||
- updated Mesa source to bugfix release 7.0.1
|
||||
* Fri Jul 20 2007 - sndirsch@suse.de
|
||||
- xephyr-sig11-fix.diff:
|
||||
* long vs. CARD32 mismatch in KeySym definitions between client
|
||||
|
Loading…
Reference in New Issue
Block a user