forked from pool/xorg-x11-server
This commit is contained in:
parent
2e6a2b2d4f
commit
74210411a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e29399443c4f25e13ae5833d948d04e7224580471936372f27e40284a2218cf1
|
|
||||||
size 3437570
|
|
3
MesaLib-7.0.2-rc1.tar.bz2
Normal file
3
MesaLib-7.0.2-rc1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49ca12c8f7df18901e609af965302bff363f34d7495fea29a3fd246d82a119d2
|
||||||
|
size 3385409
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 31 23:00:15 CET 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- updated to Mesa 7.0.2 RC1 sources
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 23 14:56:13 CEST 2007 - sndirsch@suse.de
|
Tue Oct 23 14:56: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.3
|
Version: 7.3
|
||||||
Release: 15
|
Release: 21
|
||||||
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-7.0.1.tar.bz2
|
Source1: MesaLib-7.0.2-rc1.tar.bz2
|
||||||
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).
|
|||||||
test -s hw/xfree86/os-support/shared/ia64Pci.h || \
|
test -s hw/xfree86/os-support/shared/ia64Pci.h || \
|
||||||
cp $RPM_SOURCE_DIR/ia64Pci.h 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)
|
# make legal department happy (Bug #204110)
|
||||||
test -f ../Mesa-7.0.1/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
test -f ../Mesa-7.0.2-rc1/src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||||
test -f ../Mesa-7.0.1/progs/ggi/asc-view.c && exit 1
|
test -f ../Mesa-7.0.2-rc1/progs/ggi/asc-view.c && exit 1
|
||||||
# remove wrongly prebuilt files (Bug #328201)
|
# remove wrongly prebuilt files (Bug #328201)
|
||||||
mv hw/xfree86/xf1bpp/mfbmodule.c .
|
mv hw/xfree86/xf1bpp/mfbmodule.c .
|
||||||
rm hw/xfree86/xf1bpp/*.c
|
rm hw/xfree86/xf1bpp/*.c
|
||||||
@ -263,7 +263,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-7.0.1 \
|
--with-mesa-source=$RPM_BUILD_DIR/Mesa-7.0.2-rc1 \
|
||||||
--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,8 @@ exit 0
|
|||||||
/usr/bin/Xvnc
|
/usr/bin/Xvnc
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 31 2007 - sndirsch@suse.de
|
||||||
|
- updated to Mesa 7.0.2 RC1 sources
|
||||||
* Tue Oct 23 2007 - sndirsch@suse.de
|
* Tue Oct 23 2007 - sndirsch@suse.de
|
||||||
- xorg-server-1.4-vnc-64bit.diff
|
- xorg-server-1.4-vnc-64bit.diff
|
||||||
* fixes segfault on 64bit during Xserver start; make sure to
|
* fixes segfault on 64bit during Xserver start; make sure to
|
||||||
|
Loading…
Reference in New Issue
Block a user