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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sat Apr 13 15:31:06 UTC 2013


    Date: Saturday, April 13, 2013 @ 17:31:06
  Author: tpowa
Revision: 182731

upgpkg: linux-lts 3.0.73-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

-------------------+
 PKGBUILD          |   14 ++++----------
 linux-lts.install |    2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-13 13:43:21 UTC (rev 182730)
+++ PKGBUILD	2013-04-13 15:31:06 UTC (rev 182731)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts           # Build stock -lts kernel
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.72
+pkgver=3.0.73
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
@@ -22,10 +22,9 @@
         'i915-fix-ghost-tv-output.patch'
         'ext4-options.patch'
         'module-symbol-waiting-3.0.patch'
-        'module-init-wait-3.0.patch'
-        'ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch')
+        'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
-         'b8255a58fbdf50cea9a0fa5069e41427'
+         '475946806429c40939bbfb087ba54de0'
          '8f430189023f071f2be6aa7d3bc747d5'
          '879c8a04d02530f902ef3d6d3fc80933'
          '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
          '263725f20c0b9eb9c353040792d644e5'
          'c8299cf750a84e12d60b372c8ca7e1e8'
          '670931649c60fcb3ef2e0119ed532bd4'
-         '8a71abc4224f575008f974a099b5cf6f'
-         'ee587972bbd35841cc0efe82db9caa7c')
+         '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -47,10 +45,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # revert i686 build breaker 3.0.72 kernel
-  if [ "${CARCH}" = "i686" ]; then  
-    patch -Rp1 -i "${srcdir}/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch"
-  fi
   # Some chips detect a ghost TV output
   # mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
   # Arch Linux bug report: FS#19234

Modified: linux-lts.install
===================================================================
--- linux-lts.install	2013-04-13 13:43:21 UTC (rev 182730)
+++ linux-lts.install	2013-04-13 15:31:06 UTC (rev 182731)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.72-1-lts
+KERNEL_VERSION=3.0.73-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'




More information about the arch-commits mailing list