Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12436
Modified Files:
.cvsignore sources xorg-x11-drv-fglrx.spec
Log Message:
Update to Catalyst 8.11
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 16 Oct 2008 18:14:58 -0000 1.2
+++ .cvsignore 17 Nov 2008 17:24:44 -0000 1.3
@@ -1 +1 @@
-fglrx-installer_8.543.orig.tar.gz
+ati-driver-installer-8-11-x86.x86_64.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 16 Oct 2008 18:14:58 -0000 1.3
+++ sources 17 Nov 2008 17:24:44 -0000 1.4
@@ -1 +1 @@
-6abc8e86f1a00168ba8f43d58f71cb69 fglrx-installer_8.543.orig.tar.gz
+9774452430dae8fd8b27eb6379da2e16 ati-driver-installer-8-11-x86.x86_64.run
Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/devel/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xorg-x11-drv-fglrx.spec 4 Nov 2008 17:36:05 -0000 1.8
+++ xorg-x11-drv-fglrx.spec 17 Nov 2008 17:24:44 -0000 1.9
@@ -1,5 +1,5 @@
%define atilibdir %{_libdir}/fglrx
-%define ativersion 8.11beta
+%define ativersion 8.11
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -8,14 +8,13 @@
%endif
Name: xorg-x11-drv-fglrx
-Version: 8.543
-Release: 0.6.%{ativersion}%{?dist}
+Version: 8.552
+Release: 1.%{ativersion}%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: BSD/Commercial/GPL/QPL
URL:
http://www.ati.com/support/drivers/linux/radeon-linux.html
-#Source0:
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
-Source0:
http://archive.ubuntu.com/ubuntu/pool/multiverse/f/fglrx-installer/fglrx-...
+Source0:
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-dri...
Source1: fglrx-README.Fedora
Source3: fglrx-config-display
Source4: fglrx-init
@@ -100,14 +99,7 @@
%prep
%setup -q -c -T
-#sh %{SOURCE0} --extract fglrx
-mkdir -p fglrx/common
-pushd fglrx
-tar xfz %{SOURCE0}
-mv etc lib opt usr common
-cp common/usr/share/doc/fglrx/ATI_LICENSE.TXT .
-popd
-
+sh %{SOURCE0} --extract fglrx
tar -cjf fglrx-kmod-data-%{version}.tar.bz2 fglrx/ATI_LICENSE.TXT
fglrx/common/*/modules/fglrx/ fglrx/arch/*/*/modules/fglrx/
# Tweak to have debuginfo - part 2/2
@@ -118,13 +110,11 @@
mkdir fglrxpkg
%ifarch %{ix86}
-#cp -r fglrx/common/* fglrx/x710/* fglrx/arch/x86/* fglrxpkg/
cp -r fglrx/common/* fglrx/x740/* fglrx/arch/x86/* fglrxpkg/
%endif
%ifarch x86_64
echo `pwd`
-#cp -r fglrx/common/* fglrx/x710_64a/* fglrx/arch/x86_64/* fglrxpkg/
cp -r fglrx/common/* fglrx/x740_64a/* fglrx/arch/x86_64/* fglrxpkg/
%endif
@@ -166,11 +156,6 @@
elif [[ ! "/${file##./usr/X11R6/%{_lib}/}" = "/${file}" ]]
then
install -D -p -m 0755 fglrxpkg/${file}
$RPM_BUILD_ROOT/%{atilibdir}/${file##./usr/X11R6/%{_lib}/}
- #elif [[ ! "/${file##./usr/X11R6/lib/}" = "/${file}" ]]
- #then
- # atilibdir32bit doesn't exist anymore; we do multiarch builds instead (ie
"make i386" catches these files)
- # install -D -p -m 0755 fglrxpkg/${file}
$RPM_BUILD_ROOT/%{atilibdir32bit}/${file##./usr/X11R6/lib/}
- # continue
elif [[ ! "/${file##./usr/X11R6/bin/}" = "/${file}" ]]
then
install -D -p -m 0755 fglrxpkg/${file}
$RPM_BUILD_ROOT/%{_bindir}/${file##./usr/X11R6/bin/}
@@ -311,6 +296,9 @@
%{_includedir}/X11/extensions/*.h
%changelog
+* Mon Nov 17 2008 Stewart Adam <s.adam at diffingo.com> - 8.552-1.8.11
+- Update to 8.11
+
* Mon Nov 3 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-0.6.8.11beta
- Revert the libs dep change
- Fix upgrade path for FreshRPMs users