[arch-commits] Commit in cpuburn/trunk (PKGBUILD cpuburn.patch)

Kyle Keen kkeen at archlinux.org
Sun Jan 6 02:55:49 UTC 2019


    Date: Sunday, January 6, 2019 @ 02:55:48
  Author: kkeen
Revision: 420702

upgpkg: cpuburn 1.4a-6  FS#61234

Modified:
  cpuburn/trunk/PKGBUILD
  cpuburn/trunk/cpuburn.patch

---------------+
 PKGBUILD      |    4 ++--
 cpuburn.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 02:10:02 UTC (rev 420701)
+++ PKGBUILD	2019-01-06 02:55:48 UTC (rev 420702)
@@ -3,7 +3,7 @@
 
 pkgname=cpuburn
 pkgver=1.4a
-pkgrel=5
+pkgrel=6
 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs"
 arch=('x86_64')
 url="https://launchpad.net/ubuntu/+source/cpuburn/"
@@ -12,7 +12,7 @@
 source=("https://launchpad.net/ubuntu/+archive/primary/+files/cpuburn_$pkgver.orig.tar.gz"
 	cpuburn.patch)
 md5sums=('a9e1df40c660324eb08e91847cbc41b9'
-         'f3c77db7592ac02ee83958f07ceb8986')
+         '30f0eb72a0cb061955ab8dee8551d451')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: cpuburn.patch
===================================================================
--- cpuburn.patch	2019-01-06 02:10:02 UTC (rev 420701)
+++ cpuburn.patch	2019-01-06 02:55:48 UTC (rev 420702)
@@ -24,7 +24,7 @@
  all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
  .S:
 -	gcc -s -nostdlib -o $@ $<
-+	gcc -m32 -s -nostdlib -o $@ $<
++	gcc -m32 -s -nostdlib -static -o $@ $<
 --- cpuburn-1.4.orig/burnK7.S
 +++ cpuburn-1.4/burnK7.S
 @@ -74,10 +74,9 @@



More information about the arch-commits mailing list