forked from pool/xorg-x11-server
This commit is contained in:
parent
2dbd59356b
commit
66b58bf2d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a33688aac545f45cda167bbfbd89e8bb61b06b1d7ae701e2f510ae99a3a2c53f
|
|
||||||
size 3425696
|
|
3
MesaLib-7.0-rc1.tar.gz
Normal file
3
MesaLib-7.0-rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b84d1248aaaf733dc304e9197a9d5ba60584ed91c4d8a88a699b61a846655213
|
||||||
|
size 4548241
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 16:11:30 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- updated Mesa source to release 7.0 RC1
|
||||||
|
* Mesa 7.0 is a stable, follow-on release to Mesa 6.5.3. The only
|
||||||
|
difference is bug fixes. The major version number bump is due
|
||||||
|
to OpenGL 2.1 API support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 6 15:47:13 CEST 2007 - sndirsch@suse.de
|
Wed Jun 6 15:47:13 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ BuildRequires: libjpeg-devel
|
|||||||
URL: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
%define EXPERIMENTAL 0
|
%define EXPERIMENTAL 0
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 94
|
Release: 98
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
@ -35,7 +35,7 @@ Provides: xorg-x11-server-glx
|
|||||||
Obsoletes: xorg-x11-server-glx
|
Obsoletes: xorg-x11-server-glx
|
||||||
Summary: X.Org Server
|
Summary: X.Org Server
|
||||||
Source: xorg-server-%{dirsuffix}.tar.bz2
|
Source: xorg-server-%{dirsuffix}.tar.bz2
|
||||||
Source1: MesaLib-6.5.3.tar.bz2
|
Source1: MesaLib-7.0-rc1.tar.gz
|
||||||
Source3: README.updates
|
Source3: README.updates
|
||||||
Source4: xorgcfg.tar.bz2
|
Source4: xorgcfg.tar.bz2
|
||||||
%if %suse_version > 1010
|
%if %suse_version > 1010
|
||||||
@ -144,8 +144,8 @@ An X Window System server for Virtual Network Computing (VNC).
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n xorg-server-%{dirsuffix} -b1 -a4
|
%setup -q -n xorg-server-%{dirsuffix} -b1 -a4
|
||||||
# make legal department happy (Bug #204110)
|
# make legal department happy (Bug #204110)
|
||||||
test -f ../Mesa-6.5.3/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
test -f ../Mesa-7.0/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||||
test -f ../Mesa-6.5.3/progs/ggi/asc-view.c && exit 1
|
test -f ../Mesa-7.0/progs/ggi/asc-view.c && exit 1
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
@ -256,7 +256,7 @@ autoreconf -fi
|
|||||||
--with-log-dir="/var/log" \
|
--with-log-dir="/var/log" \
|
||||||
--with-os-name="openSUSE" \
|
--with-os-name="openSUSE" \
|
||||||
--with-os-vendor="SUSE LINUX" \
|
--with-os-vendor="SUSE LINUX" \
|
||||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-6.5.3 \
|
--with-mesa-source=$RPM_BUILD_DIR/Mesa-7.0 \
|
||||||
--with-fontdir="/usr/share/fonts" \
|
--with-fontdir="/usr/share/fonts" \
|
||||||
--with-xkb-path="/usr/share/X11/xkb" \
|
--with-xkb-path="/usr/share/X11/xkb" \
|
||||||
--with-xkb-output="/var/lib/xkb/compiled"
|
--with-xkb-output="/var/lib/xkb/compiled"
|
||||||
@ -527,6 +527,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 21 2007 - sndirsch@suse.de
|
||||||
|
- updated Mesa source to release 7.0 RC1
|
||||||
|
* Mesa 7.0 is a stable, follow-on release to Mesa 6.5.3. The only
|
||||||
|
difference is bug fixes. The major version number bump is due
|
||||||
|
to OpenGL 2.1 API support.
|
||||||
* Wed Jun 06 2007 - sndirsch@suse.de
|
* Wed Jun 06 2007 - sndirsch@suse.de
|
||||||
- simplified p_default-module-path.diff
|
- simplified p_default-module-path.diff
|
||||||
* Tue May 22 2007 - sndirsch@suse.de
|
* Tue May 22 2007 - sndirsch@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user