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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:07:22
  Author: eworm
Revision: 388773

upgpkg: jemalloc 1:5.2.1-3

build with `--disable-initial-exec-tls` (FS#66962)

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:06:17 UTC (rev 388772)
+++ PKGBUILD2020-06-10 21:07:22 UTC (rev 388773)
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')
@@ -20,6 +20,7 @@
   cd $pkgname-$pkgver
 
   ./configure \
+--disable-initial-exec-tls \
 --enable-autogen \
 --prefix=/usr
   make


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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 10:17:50
  Author: foutrelis
Revision: 384069

upgpkg: jemalloc 1:5.2.1-2: reproducibility rebuild

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:17:00 UTC (rev 384068)
+++ PKGBUILD2020-05-16 10:17:50 UTC (rev 384069)
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')


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

2019-08-05 Thread Christian Hesse via arch-commits
Date: Tuesday, August 6, 2019 @ 05:56:18
  Author: eworm
Revision: 359227

upgpkg: jemalloc 1:5.2.1-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 05:55:27 UTC (rev 359226)
+++ PKGBUILD2019-08-06 05:56:18 UTC (rev 359227)
@@ -4,7 +4,7 @@
 
 pkgname=jemalloc
 epoch=1
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('74be9f44a60d2a99398e706baa921e4efde82bf8fd16e5c0643c375c5851e3b4')
+sha256sums=('34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6')
 
 build() {
   cd $pkgname-$pkgver


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

2019-04-02 Thread Christian Hesse via arch-commits
Date: Wednesday, April 3, 2019 @ 06:41:20
  Author: eworm
Revision: 349781

upgpkg: jemalloc 1:5.2.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-03 06:40:32 UTC (rev 349780)
+++ PKGBUILD2019-04-03 06:41:20 UTC (rev 349781)
@@ -4,7 +4,7 @@
 
 pkgname=jemalloc
 epoch=1
-pkgver=5.1.0
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('5396e61cc6103ac393136c309fae09e44d74743c86f90e266948c50f3dbb7268')
+sha256sums=('74be9f44a60d2a99398e706baa921e4efde82bf8fd16e5c0643c375c5851e3b4')
 
 build() {
   cd $pkgname-$pkgver


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

2017-07-14 Thread Christian Hesse
Date: Friday, July 14, 2017 @ 12:40:08
  Author: eworm
Revision: 300539

upgpkg: jemalloc 1:5.0.1-3

do not remove static library, rust looks for it (FS#54791)

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 12:37:31 UTC (rev 300538)
+++ PKGBUILD2017-07-14 12:40:08 UTC (rev 300539)
@@ -6,7 +6,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -30,8 +30,4 @@
   make DESTDIR="$pkgdir" install
 
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # static and shared libraries are named different,
-  # so we have to remove manually
-  rm "$pkgdir"/usr/lib/*.a
 }


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

2017-07-10 Thread Christian Hesse
Date: Monday, July 10, 2017 @ 13:36:35
  Author: eworm
Revision: 300021

upgpkg: jemalloc 1:5.0.1-2

drop static libraries

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 13:13:40 UTC (rev 300020)
+++ PKGBUILD2017-07-10 13:36:35 UTC (rev 300021)
@@ -6,7 +6,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -19,6 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr
   make
 }
@@ -25,7 +26,12 @@
 
 package() {
   cd $pkgname-$pkgver
+
   make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # static and shared libraries are named different,
+  # so we have to remove manually
+  rm "$pkgdir"/usr/lib/*.a
 }


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

2017-07-02 Thread Christian Hesse
Date: Sunday, July 2, 2017 @ 18:37:45
  Author: eworm
Revision: 299553

upgpkg: jemalloc 1:5.0.1-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-02 17:30:32 UTC (rev 299552)
+++ PKGBUILD2017-07-02 18:37:45 UTC (rev 299553)
@@ -5,8 +5,8 @@
 
 pkgname=jemalloc
 epoch=1
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.0.1
+pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -14,22 +14,9 @@
 depends=('glibc')
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
-source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'0001-only-abort-on-dlsym-when-necessary.patch'
-'0002-clear-tcache_ql-after-fork-in-child.patch'
-'0003-Add-minimal-initialized-tsd.patch')
-sha256sums=('9e4a9efba7dc4a7696f247c90c3fe89696de5f910f7deacf7e22ec521b1fa810'
-'ef8b3afd9f7e8ee871bf6b228b0f921f6cc0243478bab727ba02eb2776e0'
-'d627e0cf2b540bdeea3a4cd15c28b949faa30064eb7f53da11aa9a428732bb63'
-'bb36a2802e5f78fc0a1f3c0ddf334d01bb04116ba712f1fd05eb47231af094c6')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < "$srcdir"/0001-only-abort-on-dlsym-when-necessary.patch
-  patch -Np1 < "$srcdir"/0002-clear-tcache_ql-after-fork-in-child.patch
-  patch -Np1 < "$srcdir"/0003-Add-minimal-initialized-tsd.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2017-06-19 Thread Christian Hesse
Date: Monday, June 19, 2017 @ 07:41:17
  Author: eworm
Revision: 298962

upgpkg: jemalloc 1:4.5.0-1

Version 5.0.0 has unresolved issue. So back to 4.5.0 for now...

https://bugs.archlinux.org/task/54483
https://bbs.archlinux.org/viewtopic.php?id=227344
https://github.com/jemalloc/jemalloc/issues/915

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-18 22:03:44 UTC (rev 298961)
+++ PKGBUILD2017-06-19 07:41:17 UTC (rev 298962)
@@ -4,8 +4,9 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=5.0.0
-pkgrel=2
+epoch=1
+pkgver=4.5.0
+pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -13,16 +14,9 @@
 depends=('glibc')
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
-source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'0001-only-abort-on-dlsym-when-necessary.patch')
-sha256sums=('9e4a9efba7dc4a7696f247c90c3fe89696de5f910f7deacf7e22ec521b1fa810'
-'ef8b3afd9f7e8ee871bf6b228b0f921f6cc0243478bab727ba02eb2776e0')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < "$srcdir"/0001-only-abort-on-dlsym-when-necessary.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2017-06-13 Thread Christian Hesse
Date: Wednesday, June 14, 2017 @ 06:53:32
  Author: eworm
Revision: 298798

upgpkg: jemalloc 5.0.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 06:42:21 UTC (rev 298797)
+++ PKGBUILD2017-06-14 06:53:32 UTC (rev 298798)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.5.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
+sha256sums=('9e4a9efba7dc4a7696f247c90c3fe89696de5f910f7deacf7e22ec521b1fa810')
 
 build() {
   cd $pkgname-$pkgver


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

2017-03-02 Thread Christian Hesse
Date: Thursday, March 2, 2017 @ 10:15:24
  Author: eworm
Revision: 289882

upgpkg: jemalloc 4.5.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:29:05 UTC (rev 289881)
+++ PKGBUILD2017-03-02 10:15:24 UTC (rev 289882)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033')
+sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-04 Thread Bartłomiej Piotrowski
Date: Monday, December 5, 2016 @ 06:52:47
  Author: bpiotrowski
Revision: 282826

upgpkg: jemalloc 4.4.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-05 06:50:58 UTC (rev 282825)
+++ PKGBUILD2016-12-05 06:52:47 UTC (rev 282826)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('f7bb183ad8056941791e0f075b802e8ff10bd6e2d904e682f87c8f6a510c278b')
+sha256sums=('a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-07 Thread Bartłomiej Piotrowski
Date: Tuesday, November 8, 2016 @ 07:05:27
  Author: bpiotrowski
Revision: 280214

upgpkg: jemalloc 4.3.1-1

new upstream release (fixes FS#51738)

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-08 00:41:19 UTC (rev 280213)
+++ PKGBUILD2016-11-08 07:05:27 UTC (rev 280214)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('2142d4093708b2f988f60ed5fd8d869447cd9f5354933e596400c0a69bfef5e0')
+sha256sums=('f7bb183ad8056941791e0f075b802e8ff10bd6e2d904e682f87c8f6a510c278b')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 10:35:44
  Author: bpiotrowski
Revision: 279888

upgpkg: jemalloc 4.3.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 10:07:39 UTC (rev 279887)
+++ PKGBUILD2016-11-06 10:35:44 UTC (rev 279888)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.2.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57')
+sha256sums=('2142d4093708b2f988f60ed5fd8d869447cd9f5354933e596400c0a69bfef5e0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-19 Thread Christian Hesse
Date: Friday, August 19, 2016 @ 09:54:12
  Author: eworm
Revision: 273938

update download url

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 09:47:22 UTC (rev 273937)
+++ PKGBUILD2016-08-19 09:54:12 UTC (rev 273938)
@@ -13,8 +13,8 @@
 depends=('glibc')
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('094b0a7b8c77c464d0dc8f0643fd3901')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-09 Thread Christian Hesse
Date: Thursday, June 9, 2016 @ 22:23:42
  Author: eworm
Revision: 269244

upgpkg: jemalloc 4.2.1-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-09 20:16:18 UTC (rev 269243)
+++ PKGBUILD2016-06-09 20:23:42 UTC (rev 269244)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('e6b5d5a1ea93a04207528d274efdd144')
+md5sums=('094b0a7b8c77c464d0dc8f0643fd3901')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-26 Thread Bartłomiej Piotrowski
Date: Thursday, May 26, 2016 @ 14:02:42
  Author: bpiotrowski
Revision: 268597

upgpkg: jemalloc 4.2.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-26 11:57:09 UTC (rev 268596)
+++ PKGBUILD2016-05-26 12:02:42 UTC (rev 268597)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.1.1
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('7184512da1e4d3331f9587036a6c4739')
+md5sums=('e6b5d5a1ea93a04207528d274efdd144')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-05 Thread Bartłomiej Piotrowski
Date: Thursday, May 5, 2016 @ 12:37:50
  Author: bpiotrowski
Revision: 266930

upgpkg: jemalloc 4.1.1-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 10:35:30 UTC (rev 266929)
+++ PKGBUILD2016-05-05 10:37:50 UTC (rev 266930)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('c4e53c947905a533d5899e5cc3da1f94')
+md5sums=('7184512da1e4d3331f9587036a6c4739')
 
 build() {
   cd $pkgname-$pkgver


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

2016-02-29 Thread Bartłomiej Piotrowski
Date: Monday, February 29, 2016 @ 15:31:15
  Author: bpiotrowski
Revision: 260394

upgpkg: jemalloc 4.1.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 14:27:34 UTC (rev 260393)
+++ PKGBUILD2016-02-29 14:31:15 UTC (rev 260394)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.0.4
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('687c5cc53b9a7ab711ccd680351ff988')
+md5sums=('c4e53c947905a533d5899e5cc3da1f94')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-25 Thread Bartłomiej Piotrowski
Date: Sunday, October 25, 2015 @ 20:33:07
  Author: bpiotrowski
Revision: 249758

upgpkg: jemalloc 4.0.4-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-25 19:31:50 UTC (rev 249757)
+++ PKGBUILD2015-10-25 19:33:07 UTC (rev 249758)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
+md5sums=('687c5cc53b9a7ab711ccd680351ff988')
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 


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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 17:12:22
  Author: bpiotrowski
Revision: 248511

upgpkg: jemalloc 4.0.3-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 15:06:26 UTC (rev 248510)
+++ PKGBUILD2015-10-08 15:12:22 UTC (rev 248511)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.0.0
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('87ceedfb5427676f4e059a42d939b0df')
+md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-26 Thread Bartłomiej Piotrowski
Date: Wednesday, August 26, 2015 @ 22:22:40
  Author: bpiotrowski
Revision: 244878

upgpkg: jemalloc 4.0.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 15 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-26 18:29:11 UTC (rev 244877)
+++ PKGBUILD2015-08-26 20:22:40 UTC (rev 244878)
@@ -1,33 +1,30 @@
 # $Id$
-# Maintainer: Massimiliano Torromeo 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.6.0
+pkgver=4.0.0
 pkgrel=1
-pkgdesc="General-purpose scalable concurrent malloc implementation"
+pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
 license=('BSD')
-url="http://www.canonware.com/jemalloc/";
+url='http://www.canonware.com/jemalloc/'
 depends=('glibc')
-makedepends=('autoconf' 'make' 'bash')
-optdepends=(
-   'perl: memory profiler'
-)
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+md5sums=('87ceedfb5427676f4e059a42d939b0df')
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
-   make
+  cd $pkgname-$pkgver
+  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
+  make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   mv "$pkgdir"/usr/bin/{,jemalloc-}pprof
-   chmod 644 "$pkgdir"/usr/lib/*.a
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-
-sha256sums=('e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe')


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

2014-04-04 Thread Massimiliano Torromeo
Date: Friday, April 4, 2014 @ 14:13:30
  Author: mtorromeo
Revision: 108814

upgpkg: jemalloc 3.6.0-1

Updated to 3.6.0

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 11:52:52 UTC (rev 108813)
+++ PKGBUILD2014-04-04 12:13:30 UTC (rev 108814)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-sha256sums=('1a09f2570167ebc5fba4ddcc09176575d8acbb77017faf27797b9ab7f38f349f')
+sha256sums=('e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe')



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

2014-02-27 Thread Massimiliano Torromeo
Date: Thursday, February 27, 2014 @ 09:31:48
  Author: mtorromeo
Revision: 106300

upgpkg: jemalloc 3.5.1-1

Updated to 3.5.1

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-27 06:20:51 UTC (rev 106299)
+++ PKGBUILD2014-02-27 08:31:48 UTC (rev 106300)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-sha256sums=('5b13dbef27c46e9efbe19b5eef574e298409ed9dbbde85ec805e29d04c05e473')
+sha256sums=('1a09f2570167ebc5fba4ddcc09176575d8acbb77017faf27797b9ab7f38f349f')



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

2014-01-23 Thread Massimiliano Torromeo
Date: Thursday, January 23, 2014 @ 15:54:58
  Author: mtorromeo
Revision: 104633

upgpkg: jemalloc 3.5.0-1

Updated to 3.5.0

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-23 14:12:04 UTC (rev 104632)
+++ PKGBUILD2014-01-23 14:54:58 UTC (rev 104633)
@@ -3,8 +3,8 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -18,7 +18,7 @@
 
 build() {
cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
+   CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
make
 }
 
@@ -30,4 +30,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb')
+sha256sums=('5b13dbef27c46e9efbe19b5eef574e298409ed9dbbde85ec805e29d04c05e473')



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

2013-10-30 Thread Massimiliano Torromeo
Date: Wednesday, October 30, 2013 @ 18:26:35
  Author: mtorromeo
Revision: 99647

upgpkg: jemalloc 3.4.1-2

Rebuild without static libs

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-30 17:19:18 UTC (rev 99646)
+++ PKGBUILD2013-10-30 17:26:35 UTC (rev 99647)
@@ -4,7 +4,7 @@
 
 pkgname=jemalloc
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
 license=('BSD')



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

2013-10-22 Thread Massimiliano Torromeo
Date: Tuesday, October 22, 2013 @ 09:26:59
  Author: mtorromeo
Revision: 98986

upgpkg: jemalloc 3.4.1-1

Updated to 3.4.1

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:25:11 UTC (rev 98985)
+++ PKGBUILD2013-10-22 07:26:59 UTC (rev 98986)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
@@ -10,7 +10,10 @@
 license=('BSD')
 url="http://www.canonware.com/jemalloc/";
 depends=('glibc')
-makedepends=('autoconf' 'make')
+makedepends=('autoconf' 'make' 'bash')
+optdepends=(
+   'perl: memory profiler'
+)
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
 
 build() {
@@ -27,4 +30,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0')
+sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb')



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

2013-06-13 Thread Massimiliano Torromeo
Date: Thursday, June 13, 2013 @ 10:29:40
  Author: mtorromeo
Revision: 92706

upgpkg: jemalloc 3.4.0-1

Updated to latest upstream release

Modified:
  jemalloc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-12 16:03:23 UTC (rev 92705)
+++ PKGBUILD2013-06-13 08:29:40 UTC (rev 92706)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="General-purpose scalable concurrent malloc implementation"
 arch=('i686' 'x86_64')
@@ -27,4 +27,4 @@
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
-sha256sums=('35c433cc1df5cdf9eb58b7980338552fc1d7aa64f89fe5643a972ccedb7cf20a')
+sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0')