Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2014-09-15 17:41:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xtrabackup (Old)
 and      /work/SRC/openSUSE:Factory/.xtrabackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtrabackup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes    2014-07-10 
14:55:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes       
2014-09-15 18:24:42.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Sep 13 10:31:40 UTC 2014 - andreas.stie...@gmx.de
+
+- Percona XtraBackup 2.2.4
+- New Features:
+  * support for Galera GTID auto-recovery
+- Bugs Fixed:
+  * innobackupex would ignore --databases without --stream option 
+    and back up all the databases.
+  * --galera-info compatibility with MariaDB Galera Cluster 10.0.
+  * fix crash when trying to remove absent table from InnoDB data
+    dictionary while preparing a partial backup
+  * now supports MariaDB GTID
+  * MariaDB 10.1 is now added to the list of supported servers.
+  * would fail to restore (copy-back) tables that have partitions
+    with their own tablespace location.
+- Now requiring rsync for --rsync option
+
+-------------------------------------------------------------------

Old:
----
  percona-xtrabackup-2.2.3-nodoc.tar.xz

New:
----
  percona-xtrabackup-2.2.4-nodoc.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xtrabackup.spec ++++++
--- /var/tmp/diff_new_pack.ZjElqz/_old  2014-09-15 18:24:43.000000000 +0200
+++ /var/tmp/diff_new_pack.ZjElqz/_new  2014-09-15 18:24:43.000000000 +0200
@@ -17,12 +17,14 @@
 
 
 Name:           xtrabackup
-Version:        2.2.3
+Version:        2.2.4
 Release:        0
 Summary:        Online backup for MySQL / InnoDB
 License:        GPL-2.0
 Group:          Productivity/Databases/Tools
 Url:            http://www.percona.com/software/percona-xtrabackup/
+# stripped source tarball generated from URL below using xtrabackup-nodoc.sh
+# 
https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-%%{version}/source/tarball/percona-xtrabackup-%%{version}.tar.gz
 Source:         percona-xtrabackup-%{version}-nodoc.tar.xz
 Source4:        xtrabackup-nodoc.sh
 Patch1:         percona-xtrabackup-2.2.x-srv_buf_size.patch
@@ -59,6 +61,7 @@
 Requires:       perl(strict)
 # some runtime perl requirements for innobackupex
 Requires:       qpress
+Requires:       rsync
 # This is to ease migration from Percona's generic packages
 Provides:       percona-xtrabackup = %{version}
 Obsoletes:      percona-xtrabackup < %{version}
@@ -93,6 +96,7 @@
 export CFLAGS="$CFLAGS -DXTRABACKUP_VERSION=\\\"%{version}\\\""
 export CXXFLAGS="$CXXFLAGS -DXTRABACKUP_VERSION=\\\"%{version}\\\""
 
+# FIXME: you should use %%cmake macros
 cmake . \
        -DBUILD_CONFIG=xtrabackup_release \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++++++ percona-xtrabackup-2.2.3-nodoc.tar.xz -> 
percona-xtrabackup-2.2.4-nodoc.tar.xz ++++++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.2.3-nodoc.tar.xz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.2.4-nodoc.tar.xz
 differ: char 25, line 1

++++++ xtrabackup-nodoc.sh ++++++
--- /var/tmp/diff_new_pack.ZjElqz/_old  2014-09-15 18:24:43.000000000 +0200
+++ /var/tmp/diff_new_pack.ZjElqz/_new  2014-09-15 18:24:43.000000000 +0200
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 #
 
-XTRABACKUP_VERSION=2.2.3
+XTRABACKUP_VERSION=`rpm -q --queryformat "%{version}\n" --specfile 
xtrabackup.spec | head -n1`
 
 gunzip -v < percona-xtrabackup-${XTRABACKUP_VERSION}.tar.gz > 
percona-xtrabackup-${XTRABACKUP_VERSION}.tar && \
 tar -v --wildcards --delete -f percona-xtrabackup-${XTRABACKUP_VERSION}.tar \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to