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

Tobias Powalowski tpowa at archlinux.org
Tue Dec 11 14:41:28 UTC 2012


    Date: Tuesday, December 11, 2012 @ 09:41:28
  Author: tpowa
Revision: 173126

upgpkg: linux-lts 3.0.56-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	2012-12-11 13:33:12 UTC (rev 173125)
+++ PKGBUILD	2012-12-11 14:41:28 UTC (rev 173126)
@@ -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.54
+pkgver=3.0.56
 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'
-        '3.0.54-ptrace-i686-build.patch')
+        'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
-         '27d8d645091a979988ee4eba100dedd8'
+         '99ced08688dd44774b6ef685a6b5985e'
          'af692c789cae37d98a8927cc8f5842bf'
          '5307498e3164b48ce7ed2ae70c6e80f3'
          '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
          '263725f20c0b9eb9c353040792d644e5'
          'c8299cf750a84e12d60b372c8ca7e1e8'
          '670931649c60fcb3ef2e0119ed532bd4'
-         '8a71abc4224f575008f974a099b5cf6f'
-         '80889d526d86e516757b52fc99dca64d')
+         '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -70,10 +68,6 @@
   patch -Np1 -i "${srcdir}/module-symbol-waiting-3.0.patch"
   patch -Np1 -i "${srcdir}/module-init-wait-3.0.patch"
 
-  # fix building on i686 platform
-  # https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=051d62f6f239a9427fcab244a310610ed8bedb43
-  patch -Np1 -i "${srcdir}/3.0.54-ptrace-i686-build.patch"
-
   if [ "${CARCH}" = "x86_64" ]; then
     cat "${srcdir}/config.x86_64" > ./.config
   else

Modified: linux-lts.install
===================================================================
--- linux-lts.install	2012-12-11 13:33:12 UTC (rev 173125)
+++ linux-lts.install	2012-12-11 14:41:28 UTC (rev 173126)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.54-1-lts
+KERNEL_VERSION=3.0.56-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