This commit is contained in:
parent
9b7fed477b
commit
ec4ba46787
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 16:38:11 CET 2007 - sndirsch@suse.de
|
||||
|
||||
- updated to Mesa 7.0.2 RC2
|
||||
* added -fPIC and -fno-strict-aliasing flags for gcc
|
||||
* applied a few patches (mmx code, edgeflag ptr check)
|
||||
* r200 texture from pixmap fixes
|
||||
- obsoletes pic.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 4 22:46:31 CET 2007 - sndirsch@suse.de
|
||||
|
||||
|
16
Mesa.spec
16
Mesa.spec
@ -19,10 +19,10 @@ Provides: xorg-x11-Mesa
|
||||
Obsoletes: xorg-x11-Mesa
|
||||
AutoReqProv: on
|
||||
Version: 7.0.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.*
|
||||
Source: MesaLib-%{version}-rc1.tar.bz2
|
||||
Source1: MesaDemos-%{version}-rc1.tar.bz2
|
||||
Source: MesaLib-%{version}-rc2.tar.bz2
|
||||
Source1: MesaDemos-%{version}-rc2.tar.bz2
|
||||
Source3: README.updates
|
||||
Source4: manual-pages.tar.bz2
|
||||
Source5: via.csh
|
||||
@ -33,7 +33,6 @@ Patch2: i915-crossbar.diff
|
||||
Patch4: libIndirectGL.diff
|
||||
Patch5: static.diff
|
||||
Patch6: link-shared.diff
|
||||
Patch7: pic.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -103,7 +102,7 @@ Authors:
|
||||
Brian Paul
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}-rc1 -b1 -b4
|
||||
%setup -n %{name}-%{version}-rc2 -b1 -b4
|
||||
rm docs/README.MINGW32.orig
|
||||
# make legal department happy (Bug #204110)
|
||||
test -f src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
|
||||
@ -121,7 +120,6 @@ rm -rf src/glw/
|
||||
%ifarch %ix86 x86_64 ppc
|
||||
%patch6
|
||||
%endif
|
||||
%patch7
|
||||
|
||||
%build
|
||||
|
||||
@ -269,6 +267,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/%{_lib}/libGLU.a
|
||||
/usr/%{_lib}/libMesaGL.a
|
||||
%changelog
|
||||
* Wed Nov 07 2007 - sndirsch@suse.de
|
||||
- updated to Mesa 7.0.2 RC2
|
||||
* added -fPIC and -fno-strict-aliasing flags for gcc
|
||||
* applied a few patches (mmx code, edgeflag ptr check)
|
||||
* r200 texture from pixmap fixes
|
||||
- obsoletes pic.diff
|
||||
* Sun Nov 04 2007 - sndirsch@suse.de
|
||||
- pic.diff
|
||||
* fixes shared lib on i386 (X.Org Bug #1809)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d70f80f54f3da01a2d7a00bbab98dbfa1bdecec68dddaf4770e753d90d93c3
|
||||
size 1339060
|
3
MesaDemos-7.0.2-rc2.tar.bz2
Normal file
3
MesaDemos-7.0.2-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca7bf9aeafcdf071f20f4b86281e335f4361e57cdd9927d7e1b0765d071735f1
|
||||
size 1339544
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ca12c8f7df18901e609af965302bff363f34d7495fea29a3fd246d82a119d2
|
||||
size 3385409
|
3
MesaLib-7.0.2-rc2.tar.bz2
Normal file
3
MesaLib-7.0.2-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fe56ec1b1fdb91831d85cf9f9da58650a2c8300b9a7ec19abfe3904f3d89283
|
||||
size 3386355
|
17
pic.diff
17
pic.diff
@ -1,17 +0,0 @@
|
||||
--- configs/linux-dri-x86.orig 2007-11-04 23:50:05.256747500 +0100
|
||||
+++ configs/linux-dri-x86 2007-11-04 23:54:25.549014750 +0100
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
CONFIG_NAME = linux-dri-x86
|
||||
|
||||
-# Unnecessary on x86, generally.
|
||||
-PIC_FLAGS =
|
||||
-
|
||||
# Add -m32 to CFLAGS:
|
||||
ARCH_FLAGS = -m32
|
||||
|
||||
@@ -15,3 +12,4 @@
|
||||
ASM_SOURCES = $(X86_SOURCES)
|
||||
ASM_API = $(X86_API)
|
||||
|
||||
+DEFINES += -DPIC
|
Loading…
Reference in New Issue
Block a user