This commit is contained in:
parent
39ee11cec9
commit
0a661fdab8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d3c222b9afbbfe3c1e308b57a6f31025c54f9aca7ee04247913d9f1e5d0a31a
|
||||
size 4517864
|
3
MesaLib-6.5.3rc4.tar.gz
Normal file
3
MesaLib-6.5.3rc4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12901ffe8018f87dfb7ac06a0b7b2cf4e5b9b9ff36dc2a91b3ee81470dcf2168
|
||||
size 4526210
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 19:35:35 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- Mesa update: 4th RC ready
|
||||
* This fixes some breakage in RC3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 18:57:09 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- Mesa update: 3rd release candidate
|
||||
* updated Windows/VC8 project files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 22 11:48:52 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@ BuildRequires: libjpeg-devel
|
||||
URL: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.2
|
||||
Release: 71
|
||||
Release: 74
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -35,7 +35,7 @@ Provides: xorg-x11-Xnest xorg-x11-Xprt xorg-x11-Xvfb xorg-x11-server-glx
|
||||
Obsoletes: xorg-x11-Xnest xorg-x11-Xprt xorg-x11-Xvfb xorg-x11-server-glx
|
||||
Summary: X.Org Server
|
||||
Source: xorg-server-%{dirsuffix}.tar.bz2
|
||||
Source1: MesaLib-6.5.3rc2.tar.gz
|
||||
Source1: MesaLib-6.5.3rc4.tar.gz
|
||||
Source3: README.updates
|
||||
Source4: xorgcfg.tar.bz2
|
||||
%if %suse_version > 1010
|
||||
@ -128,8 +128,8 @@ An X Window System server for Virtual Network Computing (VNC).
|
||||
%prep
|
||||
%setup -q -n xorg-server-%{dirsuffix} -b1 -a4
|
||||
# make legal department happy (Bug #204110)
|
||||
test -f ../Mesa-6.5.3rc2/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-6.5.3rc2/progs/ggi/asc-view.c && exit 1
|
||||
test -f ../Mesa-6.5.3rc4/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
test -f ../Mesa-6.5.3rc4/progs/ggi/asc-view.c && exit 1
|
||||
%patch
|
||||
%patch1
|
||||
sed 's/LIBDIR/%{_lib}/g' %{PATCH2} | patch -p0
|
||||
@ -236,7 +236,7 @@ autoreconf -fi
|
||||
--with-log-dir="/var/log" \
|
||||
--with-os-name="openSUSE" \
|
||||
--with-os-vendor="SUSE LINUX" \
|
||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-6.5.3rc2 \
|
||||
--with-mesa-source=$RPM_BUILD_DIR/Mesa-6.5.3rc4 \
|
||||
--with-fontdir="/usr/share/fonts" \
|
||||
--with-xkb-path="/usr/share/X11/xkb" \
|
||||
--with-xkb-output="/var/lib/xkb/compiled"
|
||||
@ -507,6 +507,12 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 25 2007 - sndirsch@suse.de
|
||||
- Mesa update: 4th RC ready
|
||||
* This fixes some breakage in RC3.
|
||||
* Tue Apr 24 2007 - sndirsch@suse.de
|
||||
- Mesa update: 3rd release candidate
|
||||
* updated Windows/VC8 project files.
|
||||
* Sun Apr 22 2007 - sndirsch@suse.de
|
||||
- updated to Mesa 6.5.3rc2 sources
|
||||
* a number of bug fixes since the first RC
|
||||
|
Loading…
Reference in New Issue
Block a user