[arch-commits] CVS update of extra/modules/catalyst (3 files)

Travis Willard travis at archlinux.org
Sat Jan 26 13:57:57 UTC 2008


    Date: Saturday, January 26, 2008 @ 08:57:57
  Author: travis
    Path: /home/cvs-extra/extra/modules/catalyst

Modified: ChangeLog (1.1 -> 1.2) PKGBUILD (1.5 -> 1.6)
          catalyst.install (1.3 -> 1.4)

upgpkg: catalyst 8.01-2
    Rebuilt for kernel26 2.6.24


------------------+
 ChangeLog        |    5 +++++
 PKGBUILD         |    6 +++---
 catalyst.install |    6 +++---
 3 files changed, 11 insertions(+), 6 deletions(-)


Index: extra/modules/catalyst/ChangeLog
diff -u extra/modules/catalyst/ChangeLog:1.1 extra/modules/catalyst/ChangeLog:1.2
--- extra/modules/catalyst/ChangeLog:1.1	Sat Jan 26 08:40:11 2008
+++ extra/modules/catalyst/ChangeLog	Sat Jan 26 08:57:56 2008
@@ -1,5 +1,10 @@
 2008-01-26 Travis Willard <travis at archlinux.org>
 
+	* 8.01-2
+	Built against new kernel 2.6.24
+
+2008-01-26 Travis Willard <travis at archlinux.org>
+
 	* 8.01-1
 	Added ChangeLog
 	New upstream release.
Index: extra/modules/catalyst/PKGBUILD
diff -u extra/modules/catalyst/PKGBUILD:1.5 extra/modules/catalyst/PKGBUILD:1.6
--- extra/modules/catalyst/PKGBUILD:1.5	Sat Jan 26 08:40:12 2008
+++ extra/modules/catalyst/PKGBUILD	Sat Jan 26 08:57:56 2008
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.5 2008/01/26 13:40:12 travis Exp $
+# $Id: PKGBUILD,v 1.6 2008/01/26 13:57:56 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=catalyst
 pkgver=8.01
-_kernel_version=2.6.23
-pkgrel=1
+_kernel_version=2.6.24
+pkgrel=2
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.amd.com"
Index: extra/modules/catalyst/catalyst.install
diff -u extra/modules/catalyst/catalyst.install:1.3 extra/modules/catalyst/catalyst.install:1.4
--- extra/modules/catalyst/catalyst.install:1.3	Sat Jan 26 08:40:12 2008
+++ extra/modules/catalyst/catalyst.install	Sat Jan 26 08:57:56 2008
@@ -13,20 +13,20 @@
   echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
   echo "Remember to add fglrx to the MODULES list in /etc/rc.conf."
   echo "--------------------------------------------------------------"
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.23-ARCH
+  KERNEL_VERSION=2.6.24-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list