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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:39:10
  Author: felixonmars
Revision: 658549

upgpkg: cpuburn 1.4a-7: reproducibility rebuild

Modified:
  cpuburn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:39:09 UTC (rev 658548)
+++ PKGBUILD2020-07-07 13:39:10 UTC (rev 658549)
@@ -3,7 +3,7 @@
 
 pkgname=cpuburn
 pkgver=1.4a
-pkgrel=6
+pkgrel=7
 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of 
CPUs"
 arch=('x86_64')
 url="https://launchpad.net/ubuntu/+source/cpuburn/;


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

2019-01-05 Thread Kyle Keen via arch-commits
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
===
--- PKGBUILD2019-01-06 02:10:02 UTC (rev 420701)
+++ PKGBUILD2019-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 @@


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

2018-05-31 Thread Kyle Keen via arch-commits
Date: Friday, June 1, 2018 @ 02:45:41
  Author: kkeen
Revision: 335355

upgpkg: cpuburn 1.4a-5 BUILDINFO Rebuild

Modified:
  cpuburn/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 02:40:08 UTC (rev 335354)
+++ PKGBUILD2018-06-01 02:45:41 UTC (rev 335355)
@@ -4,13 +4,13 @@
 
 pkgname=cpuburn
 pkgver=1.4a
-pkgrel=4
+pkgrel=5
 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of 
CPUs"
 arch=('x86_64')
 url="https://launchpad.net/ubuntu/+source/cpuburn/;
 license=('GPL')
 depends=()
-source=(https://launchpad.net/ubuntu/+archive/primary/+files/cpuburn_$pkgver.orig.tar.gz
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/cpuburn_$pkgver.orig.tar.gz;
cpuburn.patch)
 md5sums=('a9e1df40c660324eb08e91847cbc41b9'
  'f3c77db7592ac02ee83958f07ceb8986')
@@ -24,8 +24,8 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   for i in burn{BX,K6,K7,MMX,P5,P6}; do
-install -Dm755 $i "$pkgdir"/usr/bin/$i
+install -Dm755 $i "$pkgdir/usr/bin/$i"
   done
-  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-  install -Dm644 Design "$pkgdir"/usr/share/doc/$pkgname/Design
+  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+  install -Dm644 Design "$pkgdir/usr/share/doc/$pkgname/Design"
 }


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

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 12:25:59
  Author: spupykin
Revision: 113954

upgpkg: cpuburn 1.4a-4

upd

Modified:
  cpuburn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 10:25:56 UTC (rev 113953)
+++ PKGBUILD2014-07-01 10:25:59 UTC (rev 113954)
@@ -4,7 +4,7 @@
 
 pkgname=cpuburn
 pkgver=1.4a
-pkgrel=3
+pkgrel=4
 pkgdesc=CPU testing utilities in optimized assembler for maximum loading of 
CPUs
 arch=('i686' 'x86_64')
 url=https://launchpad.net/ubuntu/+source/cpuburn/;