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

2020-12-16 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, December 16, 2020 @ 10:26:42
  Author: mtorromeo
Revision: 776444

upgpkg: xtrabackup 8.0.22_15-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 10:26:33 UTC (rev 776443)
+++ PKGBUILD2020-12-16 10:26:42 UTC (rev 776444)
@@ -2,8 +2,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.12
-_boostver=1.70.0
+pkgver=8.0.22_15
+_boostver=1.73.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver//_/-}/source/tarball/percona-xtrabackup-${pkgver//_/-}.tar.gz;
 
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2;)
 
-sha256sums=('047d336601d08822ef8e3747dc966e47234987ef8499b7089d34abe7c81922cb'
-'430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778')
+sha256sums=('064fe405f8c1f94edd9300756bdf979eae0a41c5cad15762caabfe24f5332eac'
+'4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402')
 build() {
   mkdir build
   cd build
@@ -36,7 +36,7 @@
 -DINSTALL_MANDIR="/usr/share/man" \
 -DINSTALL_STATIC_LIBRARIES=OFF \
 -DWITH_BOOST="../boost_${_boostver//./_}" \
-../percona-xtrabackup-$pkgver
+../percona-xtrabackup-${pkgver//_/-}
   make
 }
 


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

2020-06-10 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, June 10, 2020 @ 16:12:37
  Author: mtorromeo
Revision: 641803

upgpkg: xtrabackup 8.0.12-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 15:45:19 UTC (rev 641802)
+++ PKGBUILD2020-06-10 16:12:37 UTC (rev 641803)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.10
+pkgver=8.0.12
 _boostver=1.70.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 
source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
 
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2;)
 
-sha256sums=('6d1b6ed78ace1b9e8ca6fe3ec73e07db8d662e4270fff4f77cd41e4021ee9364'
+sha256sums=('047d336601d08822ef8e3747dc966e47234987ef8499b7089d34abe7c81922cb'
 '430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778')
 build() {
   mkdir build


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

2020-04-06 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 6, 2020 @ 09:33:17
  Author: mtorromeo
Revision: 612043

Updated source URL (fixes FS#66114)

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-06 09:28:19 UTC (rev 612042)
+++ PKGBUILD2020-04-06 09:33:17 UTC (rev 612043)
@@ -12,7 +12,7 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
 
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2;)
 
 sha256sums=('6d1b6ed78ace1b9e8ca6fe3ec73e07db8d662e4270fff4f77cd41e4021ee9364'


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

2020-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 16, 2020 @ 21:16:33
  Author: mtorromeo
Revision: 599870

upgpkg: xtrabackup 8.0.10-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 21:07:02 UTC (rev 599869)
+++ PKGBUILD2020-03-16 21:16:33 UTC (rev 599870)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.8
+pkgver=8.0.10
 _boostver=1.70.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 
source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
 
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2;)
 
-sha256sums=('f03f818f307d93afe33b48141c4a9f5bfbbb1bc43a7fe0910b221d7bc8368cfa'
+sha256sums=('6d1b6ed78ace1b9e8ca6fe3ec73e07db8d662e4270fff4f77cd41e4021ee9364'
 '430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778')
 build() {
   mkdir build


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

2019-12-11 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, December 11, 2019 @ 19:03:39
  Author: mtorromeo
Revision: 536931

upgpkg: xtrabackup 8.0.8-1

Modified:
  xtrabackup/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-11 18:39:59 UTC (rev 536930)
+++ PKGBUILD2019-12-11 19:03:39 UTC (rev 536931)
@@ -2,20 +2,21 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.7
-#_boost_ver=1.68.0
+pkgver=8.0.8
+_boostver=1.70.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
 url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
 license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 
'boost-libs')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2' 'boost')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;)
-#
"https://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;)
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
+
"https://dl.bintray.com/boostorg/release/${_boostver}/source/boost_${_boostver//./_}.tar.bz2;)
 
-sha256sums=('a24c691f0a3e73a8acdc809bed9f2bd07f8370d9cfd05cf3e26e189da9f53ce2')
+sha256sums=('f03f818f307d93afe33b48141c4a9f5bfbbb1bc43a7fe0910b221d7bc8368cfa'
+'430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778')
 build() {
   mkdir build
   cd build
@@ -34,7 +35,7 @@
 -DINSTALL_PLUGINDIR="/usr/lib/xtrabackup/plugin" \
 -DINSTALL_MANDIR="/usr/share/man" \
 -DINSTALL_STATIC_LIBRARIES=OFF \
--DWITH_BOOST=system \
+-DWITH_BOOST="../boost_${_boostver//./_}" \
 ../percona-xtrabackup-$pkgver
   make
 }
@@ -44,5 +45,9 @@
   make DESTDIR="$pkgdir" install
 
   cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test usr/lib/xtrabackup/plugin/debug
+  rm -rf usr/xtrabackup-test \
+ usr/lib/xtrabackup/plugin/debug \
+ usr/docs \
+ usr/share/man/man8 \
+ usr/share/man/man1/{c,i,m,l,p,z}*
 }


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

2019-08-08 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, August 8, 2019 @ 10:16:03
  Author: mtorromeo
Revision: 498338

upgpkg: xtrabackup 8.0.7-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-08 09:32:23 UTC (rev 498337)
+++ PKGBUILD2019-08-08 10:16:03 UTC (rev 498338)
@@ -2,20 +2,20 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.6
-_boost_ver=1.68.0
+pkgver=8.0.7
+#_boost_ver=1.68.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
 url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
 license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 
'boost-libs')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2' 'boost')
 optdepends=('qpress: for compressed backups')
-source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
-
"https://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;)
-sha256sums=('3d748d646654c9692d9e3a8402935303e5c83d82f493066b7eda4d7c47d902f4'
-'da3411ea45622579d419bfda66f45cd0f8c32a181d84adfa936f5688388995cf')
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;)
+#
"https://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;)
+
+sha256sums=('a24c691f0a3e73a8acdc809bed9f2bd07f8370d9cfd05cf3e26e189da9f53ce2')
 build() {
   mkdir build
   cd build
@@ -34,7 +34,7 @@
 -DINSTALL_PLUGINDIR="/usr/lib/xtrabackup/plugin" \
 -DINSTALL_MANDIR="/usr/share/man" \
 -DINSTALL_STATIC_LIBRARIES=OFF \
--DWITH_BOOST="../boost_${_boost_ver//./_}" \
+-DWITH_BOOST=system \
 ../percona-xtrabackup-$pkgver
   make
 }


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

2019-08-05 Thread Massimiliano Torromeo via arch-commits
Date: Monday, August 5, 2019 @ 09:07:38
  Author: mtorromeo
Revision: 497457

Used https for the boost download

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-05 09:07:04 UTC (rev 497456)
+++ PKGBUILD2019-08-05 09:07:38 UTC (rev 497457)
@@ -12,8 +12,8 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=(https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz
-
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
+source=("https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz;
+
"https://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;)
 sha256sums=('3d748d646654c9692d9e3a8402935303e5c83d82f493066b7eda4d7c47d902f4'
 'da3411ea45622579d419bfda66f45cd0f8c32a181d84adfa936f5688388995cf')
 build() {


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

2019-05-20 Thread Massimiliano Torromeo via arch-commits
Date: Monday, May 20, 2019 @ 08:17:08
  Author: mtorromeo
Revision: 468030

upgpkg: xtrabackup 8.0.6-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 07:24:27 UTC (rev 468029)
+++ PKGBUILD2019-05-20 08:17:08 UTC (rev 468030)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.5
+pkgver=8.0.6
 _boost_ver=1.68.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -14,7 +14,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('0c975127d4b0b20ebb1d76d26c3ba68b8376ac47767b0266f57f94a3cc835e83'
+sha256sums=('3d748d646654c9692d9e3a8402935303e5c83d82f493066b7eda4d7c47d902f4'
 'da3411ea45622579d419bfda66f45cd0f8c32a181d84adfa936f5688388995cf')
 build() {
   mkdir build


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

2019-03-13 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, March 13, 2019 @ 14:49:37
  Author: mtorromeo
Revision: 440888

upgpkg: xtrabackup 8.0.5-1

Modified:
  xtrabackup/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 12:35:18 UTC (rev 440887)
+++ PKGBUILD2019-03-13 14:49:37 UTC (rev 440888)
@@ -2,9 +2,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=8.0.4
-_boost_ver=1.67.0
-pkgrel=2
+pkgver=8.0.5
+_boost_ver=1.68.0
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
 url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
@@ -12,12 +12,13 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
-source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
+source=(https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('0a530146ef7abbfef65231848da0c077e77b0a2512ce4aeddc5e38fb645b37bd'
-'8aa4e330c870ef50a896634c931adf468b21f8a69b77007e45c444151229f665')
+sha256sums=('0c975127d4b0b20ebb1d76d26c3ba68b8376ac47767b0266f57f94a3cc835e83'
+'da3411ea45622579d419bfda66f45cd0f8c32a181d84adfa936f5688388995cf')
 build() {
-  cd percona-xtrabackup-$pkgver
+  mkdir build
+  cd build
   cmake -DBUILD_CONFIG=xtrabackup_release \
 -DCMAKE_BUILD_TYPE=Release \
 -DMYSQL_DATADIR=/var/lib/mysql \
@@ -33,12 +34,13 @@
 -DINSTALL_PLUGINDIR="/usr/lib/xtrabackup/plugin" \
 -DINSTALL_MANDIR="/usr/share/man" \
 -DINSTALL_STATIC_LIBRARIES=OFF \
--DWITH_BOOST="../boost_${_boost_ver//./_}"
+-DWITH_BOOST="../boost_${_boost_ver//./_}" \
+../percona-xtrabackup-$pkgver
   make
 }
 
 package() {
-  cd percona-xtrabackup-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install
 
   cd  "$pkgdir"


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

2019-01-15 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 15, 2019 @ 09:50:39
  Author: mtorromeo
Revision: 423251

Removed unnecessary static library and linked to more system libraries

Modified:
  xtrabackup/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 09:46:30 UTC (rev 423250)
+++ PKGBUILD2019-01-15 09:50:39 UTC (rev 423251)
@@ -4,13 +4,13 @@
 pkgname=xtrabackup
 pkgver=8.0.4
 _boost_ver=1.67.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
+url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
 license=('GPL')
-depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 
'protobuf' 're2')
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
@@ -19,15 +19,21 @@
 build() {
   cd percona-xtrabackup-$pkgver
   cmake -DBUILD_CONFIG=xtrabackup_release \
--DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \
 -DMYSQL_DATADIR=/var/lib/mysql \
 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
 -DWITH_LIBEVENT=system \
--DWITH_EDITLINE=bundled \
+-DWITH_SSL=system \
+-DWITH_EDITLINE=system \
+-DWITH_LZ4=system \
+-DWITH_LZMA=bundled \
+-DWITH_PROTOBUF=system \
+-DWITH_RE2=system \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_BOOST="../boost_${_boost_ver//./_}" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -std=c++11 -Wno-deprecated-declarations"
+-DINSTALL_PLUGINDIR="/usr/lib/xtrabackup/plugin" \
+-DINSTALL_MANDIR="/usr/share/man" \
+-DINSTALL_STATIC_LIBRARIES=OFF \
+-DWITH_BOOST="../boost_${_boost_ver//./_}"
   make
 }
 
@@ -36,8 +42,5 @@
   make DESTDIR="$pkgdir" install
 
   cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
+  rm -rf usr/xtrabackup-test usr/lib/xtrabackup/plugin/debug
 }


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

2019-01-07 Thread Massimiliano Torromeo via arch-commits
Date: Monday, January 7, 2019 @ 09:30:10
  Author: mtorromeo
Revision: 420931

upgpkg: xtrabackup 8.0.4-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 08:45:37 UTC (rev 420930)
+++ PKGBUILD2019-01-07 09:30:10 UTC (rev 420931)
@@ -2,8 +2,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.12
-_boost_ver=1.59.0
+pkgver=8.0.4
+_boost_ver=1.67.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('de02cfd5bde96ddbf50339ef3a4646004dde52239698df45c19ed3e8ee40738e'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
+sha256sums=('0a530146ef7abbfef65231848da0c077e77b0a2512ce4aeddc5e38fb645b37bd'
+'8aa4e330c870ef50a896634c931adf468b21f8a69b77007e45c444151229f665')
 build() {
   cd percona-xtrabackup-$pkgver
   cmake -DBUILD_CONFIG=xtrabackup_release \
@@ -27,7 +27,7 @@
 -DWITH_EDITLINE=bundled \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_BOOST="../boost_${_boost_ver//./_}" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++03 -Wno-deprecated-declarations"
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -std=c++11 -Wno-deprecated-declarations"
   make
 }
 


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

2018-06-25 Thread Massimiliano Torromeo via arch-commits
Date: Monday, June 25, 2018 @ 15:04:11
  Author: mtorromeo
Revision: 345863

upgpkg: xtrabackup 2.4.12-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 14:34:47 UTC (rev 345862)
+++ PKGBUILD2018-06-25 15:04:11 UTC (rev 345863)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.11
+pkgver=2.4.12
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('67506507628eec5edc88d2000f423e892b46c8ca56dbe5a02566a11168ee6483'
+sha256sums=('de02cfd5bde96ddbf50339ef3a4646004dde52239698df45c19ed3e8ee40738e'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2018-05-31 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, May 31, 2018 @ 08:19:03
  Author: mtorromeo
Revision: 334593

upgpkg: xtrabackup 2.4.11-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 08:07:40 UTC (rev 334592)
+++ PKGBUILD2018-05-31 08:19:03 UTC (rev 334593)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.10
+pkgver=2.4.11
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('30a122fc3f6678484a118ae7095880393765a00af1f34fcb6cc3f96b66f07f45'
+sha256sums=('67506507628eec5edc88d2000f423e892b46c8ca56dbe5a02566a11168ee6483'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2018-04-03 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, April 3, 2018 @ 13:16:59
  Author: mtorromeo
Revision: 313967

upgpkg: xtrabackup 2.4.10-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 13:08:41 UTC (rev 313966)
+++ PKGBUILD2018-04-03 13:16:59 UTC (rev 313967)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.9
+pkgver=2.4.10
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('23c1e42ad4161b38edef126cf600e28779788a4d1736cadbb8e8f3dc219135a7'
+sha256sums=('30a122fc3f6678484a118ae7095880393765a00af1f34fcb6cc3f96b66f07f45'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver
@@ -27,7 +27,8 @@
 -DWITH_LIBEVENT=system \
 -DWITH_EDITLINE=bundled \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_BOOST="../boost_${_boost_ver//./_}"
+-DWITH_BOOST="../boost_${_boost_ver//./_}" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++03 -Wno-deprecated-declarations"
   make
 }
 


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

2017-12-11 Thread Massimiliano Torromeo via arch-commits
Date: Monday, December 11, 2017 @ 09:55:00
  Author: mtorromeo
Revision: 273739

upgpkg: xtrabackup 2.4.9-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 09:51:57 UTC (rev 273738)
+++ PKGBUILD2017-12-11 09:55:00 UTC (rev 273739)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.8
+pkgver=2.4.9
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91'
+sha256sums=('23c1e42ad4161b38edef126cf600e28779788a4d1736cadbb8e8f3dc219135a7'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2017-07-25 Thread Massimiliano Torromeo
Date: Tuesday, July 25, 2017 @ 09:06:39
  Author: mtorromeo
Revision: 246326

upgpkg: xtrabackup 2.4.8-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 08:42:57 UTC (rev 246325)
+++ PKGBUILD2017-07-25 09:06:39 UTC (rev 246326)
@@ -3,9 +3,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.7
+pkgver=2.4.8
 _boost_ver=1.59.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a'
+sha256sums=('66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2017-04-27 Thread Massimiliano Torromeo
Date: Thursday, April 27, 2017 @ 08:15:55
  Author: mtorromeo
Revision: 225955

upgpkg: xtrabackup 2.4.7-2

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 08:15:49 UTC (rev 225954)
+++ PKGBUILD2017-04-27 08:15:55 UTC (rev 225955)
@@ -5,7 +5,7 @@
 pkgname=xtrabackup
 pkgver=2.4.7
 _boost_ver=1.59.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'


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

2017-04-19 Thread Massimiliano Torromeo
Date: Wednesday, April 19, 2017 @ 16:02:03
  Author: mtorromeo
Revision: 223786

upgpkg: xtrabackup 2.4.7-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 12:13:19 UTC (rev 223785)
+++ PKGBUILD2017-04-19 16:02:03 UTC (rev 223786)
@@ -3,9 +3,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.6
+pkgver=2.4.7
 _boost_ver=1.59.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('1e21ab097550901d8f2fa3dc37402ba6a994afa0722760f8f19cb369565e5e8b'
+sha256sums=('261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2017-03-20 Thread Bartłomiej Piotrowski
Date: Monday, March 20, 2017 @ 09:17:09
  Author: bpiotrowski
Revision: 217438

upgpkg: xtrabackup 2.4.6-2

use internal ssl library

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 09:06:21 UTC (rev 217437)
+++ PKGBUILD2017-03-20 09:17:09 UTC (rev 217438)
@@ -5,7 +5,7 @@
 pkgname=xtrabackup
 pkgver=2.4.6
 _boost_ver=1.59.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('f6be10a41b73d15ab1803c5cd8bb316ea05011943db400cee74cee9abb1d86e7'
+sha256sums=('1e21ab097550901d8f2fa3dc37402ba6a994afa0722760f8f19cb369565e5e8b'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver
@@ -24,7 +24,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DMYSQL_DATADIR=/var/lib/mysql \
 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DWITH_SSL=system \
 -DWITH_LIBEVENT=system \
 -DWITH_EDITLINE=bundled \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2017-02-24 Thread Massimiliano Torromeo
Date: Friday, February 24, 2017 @ 19:39:41
  Author: mtorromeo
Revision: 213734

upgpkg: xtrabackup 2.4.6-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 15:28:53 UTC (rev 213733)
+++ PKGBUILD2017-02-24 19:39:41 UTC (rev 213734)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.5
+pkgver=2.4.6
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036'
+sha256sums=('f6be10a41b73d15ab1803c5cd8bb316ea05011943db400cee74cee9abb1d86e7'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2016-11-30 Thread Massimiliano Torromeo
Date: Wednesday, November 30, 2016 @ 13:47:35
  Author: mtorromeo
Revision: 197428

upgpkg: xtrabackup 2.4.5-1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-30 11:28:54 UTC (rev 197427)
+++ PKGBUILD2016-11-30 13:47:35 UTC (rev 197428)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.4
+pkgver=2.4.5
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3'
+sha256sums=('1c8c457e1912525f6c3079a8c5b2948dbcf693d2b86c8f57d13b4a446cec2036'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2016-07-26 Thread Massimiliano Torromeo
Date: Tuesday, July 26, 2016 @ 14:01:42
  Author: mtorromeo
Revision: 184348

upgpkg: xtrabackup 2.4.4-1

Updated to 2.4.4

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 14:01:17 UTC (rev 184347)
+++ PKGBUILD2016-07-26 14:01:42 UTC (rev 184348)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.3
+pkgver=2.4.4
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('dce53c81ad186cf83c8c513d2051cb0029c9ebc7453c7a5c24c78e4bcd1a121d'
+sha256sums=('e3ec54eb468482503bccdd1619136e798798086042e9eb7c6daa2fb9b78783a3'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver
@@ -26,7 +26,7 @@
 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
 -DWITH_SSL=system \
 -DWITH_LIBEVENT=system \
--DWITH_EDITLINE=system \
+-DWITH_EDITLINE=bundled \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_BOOST="../boost_${_boost_ver//./_}"
   make


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

2016-05-24 Thread Massimiliano Torromeo
Date: Tuesday, May 24, 2016 @ 10:22:16
  Author: mtorromeo
Revision: 176197

upgpkg: xtrabackup 2.4.3-1

Updated to 2.4.3

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 07:00:47 UTC (rev 176196)
+++ PKGBUILD2016-05-24 08:22:16 UTC (rev 176197)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.2
+pkgver=2.4.3
 _boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
@@ -15,7 +15,7 @@
 optdepends=('qpress: for compressed backups')
 
source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('faeac6f1db4a1270e5263e48c8a94cc5c81c772fdea36879d1be18dcbcd1926e'
+sha256sums=('dce53c81ad186cf83c8c513d2051cb0029c9ebc7453c7a5c24c78e4bcd1a121d'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 build() {
   cd percona-xtrabackup-$pkgver


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

2016-04-04 Thread Massimiliano Torromeo
Date: Monday, April 4, 2016 @ 14:39:39
  Author: mtorromeo
Revision: 169437

upgpkg: xtrabackup 2.4.2-1

Updated to 2.4.2

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-04 12:25:18 UTC (rev 169436)
+++ PKGBUILD2016-04-04 12:39:39 UTC (rev 169437)
@@ -3,9 +3,9 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.4.1
+pkgver=2.4.2
 _boost_ver=1.59.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -13,11 +13,10 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
 optdepends=('qpress: for compressed backups')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz
+source=(https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-$pkgver/source/tarball/percona-xtrabackup-$pkgver.tar.gz
 
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
-sha256sums=('f058784c6735cc29b03f9db5606ddbd38577c199c0df90923f95dc3e35fcbf00'
+sha256sums=('faeac6f1db4a1270e5263e48c8a94cc5c81c772fdea36879d1be18dcbcd1926e'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
-
 build() {
   cd percona-xtrabackup-$pkgver
   cmake -DBUILD_CONFIG=xtrabackup_release \
@@ -24,12 +23,12 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \
 -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DWITH_SSL=system \
-   -DWITH_LIBEVENT=system \
-   -DWITH_EDITLINE=system \
+-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+-DWITH_SSL=system \
+-DWITH_LIBEVENT=system \
+-DWITH_EDITLINE=system \
 -DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_BOOST="../boost_${_boost_ver//./_}"
+-DWITH_BOOST="../boost_${_boost_ver//./_}"
   make
 }
 


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

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 11:54:40
  Author: bpiotrowski
Revision: 164711

OpenSSL 1.0.2g rebuild

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 10:53:35 UTC (rev 164710)
+++ PKGBUILD2016-03-04 10:54:40 UTC (rev 164711)
@@ -5,7 +5,7 @@
 pkgname=xtrabackup
 pkgver=2.4.1
 _boost_ver=1.59.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'


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

2016-02-23 Thread Massimiliano Torromeo
Date: Tuesday, February 23, 2016 @ 17:53:54
  Author: mtorromeo
Revision: 163221

upgpkg: xtrabackup 2.4.1-1

Updated to 2.4.1

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-23 15:20:15 UTC (rev 163220)
+++ PKGBUILD2016-02-23 16:53:54 UTC (rev 163221)
@@ -3,7 +3,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.3.3
+pkgver=2.4.1
+_boost_ver=1.59.0
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,8 +13,10 @@
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
 optdepends=('qpress: for compressed backups')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz
+
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
+sha256sums=('f058784c6735cc29b03f9db5606ddbd38577c199c0df90923f95dc3e35fcbf00'
+'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac')
 
 build() {
   cd percona-xtrabackup-$pkgver
@@ -25,7 +28,8 @@
-DWITH_SSL=system \
-DWITH_LIBEVENT=system \
-DWITH_EDITLINE=system \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_BOOST="../boost_${_boost_ver//./_}"
   make
 }
 


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

2016-01-29 Thread Anatol Pomozov
Date: Friday, January 29, 2016 @ 18:45:24
  Author: anatolik
Revision: 159418

vim-minimal package has been merged to vim

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-29 17:42:08 UTC (rev 159417)
+++ PKGBUILD2016-01-29 17:45:24 UTC (rev 159418)
@@ -10,7 +10,7 @@
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent')
 optdepends=('qpress: for compressed backups')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
 sha256sums=('88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15')


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

2015-12-17 Thread Massimiliano Torromeo
Date: Thursday, December 17, 2015 @ 19:10:06
  Author: mtorromeo
Revision: 153614

upgpkg: xtrabackup 2.3.3-1

Updated to 2.3.3

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-17 17:22:42 UTC (rev 153613)
+++ PKGBUILD2015-12-17 18:10:06 UTC (rev 153614)
@@ -3,8 +3,8 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.3.2
-pkgrel=4
+pkgver=2.3.3
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
 optdepends=('qpress: for compressed backups')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
+sha256sums=('88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 21:33:31
  Author: bpiotrowski
Revision: 149177

C++11 ABI rebuild

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:33:04 UTC (rev 149176)
+++ PKGBUILD2015-12-06 20:33:31 UTC (rev 149177)
@@ -4,7 +4,7 @@
 
 pkgname=xtrabackup
 pkgver=2.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'


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

2015-11-13 Thread Massimiliano Torromeo
Date: Friday, November 13, 2015 @ 10:51:51
  Author: mtorromeo
Revision: 146710

upgpkg: xtrabackup 2.3.2-3

Added qpress as optdepends for backup compression

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 09:29:22 UTC (rev 146709)
+++ PKGBUILD2015-11-13 09:51:51 UTC (rev 146710)
@@ -4,7 +4,7 @@
 
 pkgname=xtrabackup
 pkgver=2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -11,6 +11,7 @@
 license=('GPL')
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
+optdepends=('qpress: for compressed backups')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
 sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
 


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

2015-10-23 Thread Massimiliano Torromeo
Date: Friday, October 23, 2015 @ 16:28:44
  Author: mtorromeo
Revision: 144790

upgpkg: xtrabackup 2.3.2-2

Fixed default socket and datadir paths

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 10:56:17 UTC (rev 144789)
+++ PKGBUILD2015-10-23 14:28:44 UTC (rev 144790)
@@ -4,13 +4,13 @@
 
 pkgname=xtrabackup
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
 depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal' 'libedit' 'libevent')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
 sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
 
@@ -17,7 +17,13 @@
 build() {
   cd percona-xtrabackup-$pkgver
   cmake -DBUILD_CONFIG=xtrabackup_release \
+-DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \
+-DMYSQL_DATADIR=/var/lib/mysql \
+   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+   -DWITH_SSL=system \
+   -DWITH_LIBEVENT=system \
+   -DWITH_EDITLINE=system \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }


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

2015-10-23 Thread Massimiliano Torromeo
Date: Friday, October 23, 2015 @ 10:35:09
  Author: mtorromeo
Revision: 144776

upgpkg: xtrabackup 2.3.2-1

Updated to 2.3.2

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-23 08:35:06 UTC (rev 144775)
+++ PKGBUILD2015-10-23 08:35:09 UTC (rev 144776)
@@ -3,16 +3,16 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.2.12
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
+depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib' 'vim-minimal')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3')
+sha256sums=('5680500d513324b2e034969c5cf1b17790588cce628a31607d55a637b38c80e5')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-08-04 Thread Massimiliano Torromeo
Date: Tuesday, August 4, 2015 @ 10:11:35
  Author: mtorromeo
Revision: 137915

upgpkg: xtrabackup 2.2.12-1

Updated to 2.2.12

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 07:50:22 UTC (rev 137914)
+++ PKGBUILD2015-08-04 08:11:35 UTC (rev 137915)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.11
+pkgver=2.2.12
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
+sha256sums=('6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-05-28 Thread Massimiliano Torromeo
Date: Thursday, May 28, 2015 @ 18:37:23
  Author: mtorromeo
Revision: 134281

upgpkg: xtrabackup 2.2.11-1

Updated to 2.2.11

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 16:30:56 UTC (rev 134280)
+++ PKGBUILD2015-05-28 16:37:23 UTC (rev 134281)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.10
+pkgver=2.2.11
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
+sha256sums=('84020a274c29bf1c3c25b8d4667c7c69d32e0db5281fc52f286a42c78d5d2f91')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-04-01 Thread Massimiliano Torromeo
Date: Wednesday, April 1, 2015 @ 14:42:21
  Author: mtorromeo
Revision: 130486

upgpkg: xtrabackup 2.2.10-1

Updated to 2.2.10

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 10:01:47 UTC (rev 130485)
+++ PKGBUILD2015-04-01 12:42:21 UTC (rev 130486)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.9
+pkgver=2.2.10
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('d4a65c425262e55d3c0c4316a7acf861e2822c1321637ba5350dc68fc4af')
+sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-02-19 Thread Massimiliano Torromeo
Date: Thursday, February 19, 2015 @ 11:28:28
  Author: mtorromeo
Revision: 127974

upgpkg: xtrabackup 2.2.9-1

Updated to 2.2.9

Modified:
  xtrabackup/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-19 09:40:41 UTC (rev 127973)
+++ PKGBUILD2015-02-19 10:28:28 UTC (rev 127974)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.8
+pkgver=2.2.9
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,24 +12,23 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('4b98d5ae65fe64ed3523da1831ac3c679cdf1b4d25033c16baa58ee12401818e')
+sha256sums=('d4a65c425262e55d3c0c4316a7acf861e2822c1321637ba5350dc68fc4af')
 
 build() {
   cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
-
-  cd storage/innobase/xtrabackup/doc
-  make man
 }
 
 package() {
   cd percona-xtrabackup-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/xtrabackup-test
+  make DESTDIR=$pkgdir install
 
-  cd storage/innobase/xtrabackup/doc/build/man
-  for file in *.1; do
-install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
-  done
+  cd  $pkgdir
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
 }


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

2015-02-03 Thread Massimiliano Torromeo
Date: Tuesday, February 3, 2015 @ 10:57:21
  Author: mtorromeo
Revision: 127028

upgpkg: xtrabackup 2.2.8-1

Updated to version 2.2.8

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 09:26:07 UTC (rev 127027)
+++ PKGBUILD2015-02-03 09:57:21 UTC (rev 127028)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.7
+pkgver=2.2.8
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('21bbecabe5d159ab85e40d219dc7db67088c7ec58533ea95c5cb293b365bd440')
+sha256sums=('4b98d5ae65fe64ed3523da1831ac3c679cdf1b4d25033c16baa58ee12401818e')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2014-12-11 Thread Massimiliano Torromeo
Date: Thursday, December 11, 2014 @ 15:20:50
  Author: mtorromeo
Revision: 123769

upgpkg: xtrabackup 2.2.7-1

Updated to 2.2.7

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-11 14:11:39 UTC (rev 123768)
+++ PKGBUILD2014-12-11 14:20:50 UTC (rev 123769)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('c5f42fbc406195e6de306b23a86f2d18283d3e086b9c1f4e8722635fd55e0b1d')
+sha256sums=('21bbecabe5d159ab85e40d219dc7db67088c7ec58533ea95c5cb293b365bd440')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2014-11-19 Thread Massimiliano Torromeo
Date: Wednesday, November 19, 2014 @ 14:57:30
  Author: mtorromeo
Revision: 122738

upgpkg: xtrabackup 2.2.6-1

Updated to 2.2.6

Modified:
  xtrabackup/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 12:18:11 UTC (rev 122737)
+++ PKGBUILD2014-11-19 13:57:30 UTC (rev 122738)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.4
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('51c7aef9aa2331588cc60277b5d78f18b0c80629553b536966b7461d459a16db')
+sha256sums=('c5f42fbc406195e6de306b23a86f2d18283d3e086b9c1f4e8722635fd55e0b1d')
 
 build() {
   cd percona-xtrabackup-$pkgver


Property changes on: xtrabackup/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 10:23:17
  Author: mtorromeo
Revision: 119398

upgpkg: xtrabackup 2.2.4-1

Updated to 2.2.4

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:00:38 UTC (rev 119397)
+++ PKGBUILD2014-09-22 08:23:17 UTC (rev 119398)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('9867f4059d31e15e7b1f45a9a9048531')
+sha256sums=('51c7aef9aa2331588cc60277b5d78f18b0c80629553b536966b7461d459a16db')
 
 build() {
   cd percona-xtrabackup-$pkgver



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

2014-08-27 Thread Bartłomiej Piotrowski
Date: Wednesday, August 27, 2014 @ 19:36:47
  Author: bpiotrowski
Revision: 117976

upgpkg: xtrabackup 2.2.3-1

new upstream release

Modified:
  xtrabackup/trunk/PKGBUILD
Deleted:
  xtrabackup/trunk/build.patch

-+
 PKGBUILD|   29 ++---
 build.patch |   11 ---
 2 files changed, 10 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-27 17:00:27 UTC (rev 117975)
+++ PKGBUILD2014-08-27 17:36:47 UTC (rev 117976)
@@ -2,10 +2,9 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
-
 pkgname=xtrabackup
-pkgver=2.1.8
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -12,33 +11,25 @@
 license=('GPL')
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
-build.patch)
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+md5sums=('9867f4059d31e15e7b1f45a9a9048531')
 
 build() {
   cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
+  make
 
-  utils/build.sh xtradb55
-  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
-  utils/build.sh xtradb56
-  cp src/xtrabackup_56 .
-
-  cd doc
+  cd storage/innobase/xtrabackup/doc
   make man
 }
 
 package() {
   cd percona-xtrabackup-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/xtrabackup-test
 
-  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
-install -Dm0755 $file $pkgdir/usr/bin/$file
-  done
-
-  cd doc/build/man
+  cd storage/innobase/xtrabackup/doc/build/man
   for file in *.1; do
 install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
   done
 }
-
-sha256sums=('2a397372aaa42228b48e74b89c41265d0b0c4be815069a86feb855bc8fbf2ffa'
-'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Deleted: build.patch
===
--- build.patch 2014-08-27 17:00:27 UTC (rev 117975)
+++ build.patch 2014-08-27 17:36:47 UTC (rev 117976)
@@ -1,11 +0,0 @@
 utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
-+++ utils/build.sh  2014-01-24 10:44:00.841407894 +0100
-@@ -167,6 +167,9 @@
- tar xzf $top_dir/$1
- cd $dirname
- patch -p1  $top_dir/patches/$2
-+sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
-+sql/sql_planner.cc \
-+storage/innobase/row/row0log.cc
- cd -
- }



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

2014-04-28 Thread Massimiliano Torromeo
Date: Monday, April 28, 2014 @ 18:23:31
  Author: mtorromeo
Revision: 110381

upgpkg: xtrabackup 2.1.8-2

Added missing runtime dependency perl-dbd-mysql

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-28 15:19:06 UTC (rev 110380)
+++ PKGBUILD2014-04-28 16:23:31 UTC (rev 110381)
@@ -5,12 +5,12 @@
 
 pkgname=xtrabackup
 pkgver=2.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
 build.patch)



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

2014-03-14 Thread Massimiliano Torromeo
Date: Friday, March 14, 2014 @ 14:09:17
  Author: mtorromeo
Revision: 107198

upgpkg: xtrabackup 2.1.8-1

Updated to 2.1.8

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 12:49:43 UTC (rev 107197)
+++ PKGBUILD2014-03-14 13:09:17 UTC (rev 107198)
@@ -4,8 +4,8 @@
 
 
 pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=3
+pkgver=2.1.8
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -40,5 +40,5 @@
   done
 }
 
-sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
+sha256sums=('2a397372aaa42228b48e74b89c41265d0b0c4be815069a86feb855bc8fbf2ffa'
 'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')



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

2014-02-13 Thread Massimiliano Torromeo
Date: Thursday, February 13, 2014 @ 15:06:09
  Author: mtorromeo
Revision: 105672

upgpkg: xtrabackup 2.1.7-3

Rebuild with xtradb56, removed link from xtrabackup_55 to xtrabackup 
(xtrabackup is for mysql 5.1 and shouldn't be called directly anyway. the 
command to use is innobackupex)

Added:
  xtrabackup/trunk/build.patch
Modified:
  xtrabackup/trunk/PKGBUILD

-+
 PKGBUILD|   25 +++--
 build.patch |   11 +++
 2 files changed, 26 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 11:03:29 UTC (rev 105671)
+++ PKGBUILD2014-02-13 14:06:09 UTC (rev 105672)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=xtrabackup
 pkgver=2.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -10,13 +11,17 @@
 license=('GPL')
 depends=('libaio' 'libgcrypt' 'openssl')
 makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
+build.patch)
 
 build() {
   cd percona-xtrabackup-$pkgver
-  utils/build.sh innodb55
 
+  utils/build.sh xtradb55
+  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
+  utils/build.sh xtradb56
+  cp src/xtrabackup_56 .
+
   cd doc
   make man
 }
@@ -24,15 +29,15 @@
 package() {
   cd percona-xtrabackup-$pkgver
 
-  install -D innobackupex $pkgdir/usr/bin/innobackupex
-  install -D src/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup_55
-  install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
-  install -D src/xbstream $pkgdir/usr/bin/xbstream
+  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
+install -Dm0755 $file $pkgdir/usr/bin/$file
+  done
 
-  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
-
   cd doc/build/man
   for file in *.1; do
 install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
   done
 }
+
+sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
+'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Added: build.patch
===
--- build.patch (rev 0)
+++ build.patch 2014-02-13 14:06:09 UTC (rev 105672)
@@ -0,0 +1,11 @@
+--- utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
 utils/build.sh  2014-01-24 10:44:00.841407894 +0100
+@@ -167,6 +167,9 @@
+ tar xzf $top_dir/$1
+ cd $dirname
+ patch -p1  $top_dir/patches/$2
++sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
++sql/sql_planner.cc \
++storage/innobase/row/row0log.cc
+ cd -
+ }



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 17:51:36
  Author: bpiotrowski
Revision: 105193

upgpkg: xtrabackup 2.1.7-1

fix symbolic link to xtrabackup_55

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:50:19 UTC (rev 105192)
+++ PKGBUILD2014-02-02 16:51:36 UTC (rev 105193)
@@ -26,5 +26,5 @@
   install -D src/xbcrypt $pkgdir/usr/bin/xbcrypt
   install -D src/xbstream $pkgdir/usr/bin/xbstream
 
-  ln -s /usr/bin/xtrabackup_innodb55 $pkgdir/usr/bin/xtrabackup
+  ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
 }



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

2014-02-02 Thread Bartłomiej Piotrowski
Date: Sunday, February 2, 2014 @ 19:07:13
  Author: bpiotrowski
Revision: 105197

upgpkg: xtrabackup 2.1.7-2

generate and provide man pages

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 17:02:19 UTC (rev 105196)
+++ PKGBUILD2014-02-02 18:07:13 UTC (rev 105197)
@@ -3,13 +3,13 @@
 
 pkgname=xtrabackup
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
 license=('GPL')
 depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'ncurses' 'python2-distribute' 'python2-sphinx' 'zlib')
+makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz)
 md5sums=('cce4ad2e6e1481a98cd403563fd989dc')
 
@@ -16,6 +16,9 @@
 build() {
   cd percona-xtrabackup-$pkgver
   utils/build.sh innodb55
+
+  cd doc
+  make man
 }
 
 package() {
@@ -27,4 +30,9 @@
   install -D src/xbstream $pkgdir/usr/bin/xbstream
 
   ln -s /usr/bin/xtrabackup_55 $pkgdir/usr/bin/xtrabackup
+
+  cd doc/build/man
+  for file in *.1; do
+install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
+  done
 }