Date: Wednesday, May 27, 2015 @ 19:42:10
  Author: anatolik
Revision: 134234

upgpkg: crash 7.1.1-1

Modified:
  crash/trunk/PKGBUILD
Deleted:
  crash/trunk/linux_version_4_support.patch

-------------------------------+
 PKGBUILD                      |   12 ++++--------
 linux_version_4_support.patch |   32 --------------------------------
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-05-27 17:28:28 UTC (rev 134233)
+++ PKGBUILD    2015-05-27 17:42:10 UTC (rev 134234)
@@ -5,23 +5,19 @@
 # Contributor: Mathieu Pasquet <mathi...@mathieui.net>
 
 pkgname=crash
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
 arch=(i686 x86_64)
 license=(GPL)
 depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz
-        linux_version_4_support.patch)
-sha256sums=('12e17267985ad1339b5da931143d4997fa4dafb82027d5664d4b7826175a21ec'
-            'e535507a1b3c6ca366513beb82b205969a33085ecd48952610f96f3d717bc022')
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('ff5d7a2ecc7bc675e1cd08d3460dd2c6998ef13fb222d86cd10905ade2f2f116')
 
 prepare() {
   cd crash-$pkgver
 
-  patch -Np1 -i "${srcdir}/linux_version_4_support.patch"
-
   make gdb_unzip
   sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
 }

Deleted: linux_version_4_support.patch
===================================================================
--- linux_version_4_support.patch       2015-05-27 17:28:28 UTC (rev 134233)
+++ linux_version_4_support.patch       2015-05-27 17:42:10 UTC (rev 134234)
@@ -1,32 +0,0 @@
-commit db07dbf5a7e19806b1629bd4125e6643978c6f9f
-Author: Dave Anderson <ander...@redhat.com>
-Date:   Thu Feb 19 16:16:33 2015 -0500
-
-    Prepare for the future increment of Linux 3.x to 4.x.
-    (ander...@redhat.com)
-
-diff --git a/kernel.c b/kernel.c
-index cf858c2..a5e0c64 100644
---- a/kernel.c
-+++ b/kernel.c
-@@ -1211,7 +1211,8 @@ verify_namelist()
-       sprintf(buffer3, "(unknown)");
-         while (fgets(buffer, BUFSIZE-1, pipe)) {
-               if (!strstr(buffer, "Linux version 2.") &&
--                  !strstr(buffer, "Linux version 3."))
-+                  !strstr(buffer, "Linux version 3.") &&
-+                  !strstr(buffer, "Linux version 4."))
-                       continue;
- 
-                 if (strstr(buffer, kt->proc_version)) {
-@@ -4909,7 +4910,8 @@ debug_kernel_version(char *namelist)
-       argc = 0;
-         while (fgets(buf, BUFSIZE-1, pipe)) {
-                 if (!strstr(buf, "Linux version 2.") &&
--                  !strstr(buf, "Linux version 3."))
-+                  !strstr(buf, "Linux version 3.") &&
-+                  !strstr(buf, "Linux version 4."))
-                         continue;
- 
-               argc = parse_line(buf, arglist); 
-

Reply via email to