[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)

Tobias Powalowski tpowa at archlinux.org
Wed Mar 16 07:27:16 UTC 2011


    Date: Wednesday, March 16, 2011 @ 03:27:15
  Author: tpowa
Revision: 114844

upgpkg: fcpcmcia 31107-56
bump to .38 series

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

------------------+
 PKGBUILD         |   10 ++++++----
 fcpcmcia.install |    4 ++--
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-16 07:23:10 UTC (rev 114843)
+++ PKGBUILD	2011-03-16 07:27:15 UTC (rev 114844)
@@ -3,14 +3,14 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=55
-_kernver=2.6.37-ARCH
+pkgrel=56
+_kernver=2.6.38-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LPGL')
 url="http://www.avm.de"
-depends=('capi4k-utils' 'kernel26>=2.6.37' 'kernel26<2.6.38')
-makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
+depends=('capi4k-utils' 'kernel26>=2.6.38' 'kernel26<2.6.39')
+makedepends=('kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
 if [ "$CARCH" = "i686" ]; then source=(ftp://ftp.avm.de/cardware/fritzcrd.pcm/linux/suse.93/fcpcmcia-suse93-3.11-07.tar.gz
         pcmcia-2.6.17.patch 
         atomic.patch kernel-2.6.19.patch 
@@ -119,4 +119,6 @@
   cp $srcdir/fritz/src/fcpcmcia_cs.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/isdn/hardware/avm/
   rm -r $pkgdir/var/lib/fritz
   sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/fcpcmcia.install
+  # gzip -9 modules
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
 }

Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install	2011-03-16 07:23:10 UTC (rev 114843)
+++ fcpcmcia.install	2011-03-16 07:27:15 UTC (rev 114844)
@@ -9,7 +9,7 @@
   sed -i -e 's/#fcpcmcia	-	-	-	-	-	-/fcpcmcia	-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.37-ARCH
+  KERNEL_VERSION=2.6.38-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -24,6 +24,6 @@
   sed -i -e 's/fcpcmcia	-	-	-	-	-	-/#fcpcmcia	-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.37-ARCH
+  KERNEL_VERSION=2.6.38-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }




More information about the arch-commits mailing list