Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2013-05-16 16:25:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-05-13 
16:08:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes       
2013-05-16 16:25:47.000000000 +0200
@@ -1,0 +2,22 @@
+Wed May 15 19:18:15 UTC 2013 - [email protected]
+
+- 2.1.1, first GA release of 2.1 series
+- new features:
+  * compact backups - backups can now be configured to use less
+    disk space by omitting secondary index pages and rebuilding
+    them during prepare phase
+  * encrypted backukups - encryption of backup data, new command
+    line utility xbcrypt
+- removed features:
+  * support for InnoDB 5.0 and InnoDB 5.1-builtin removed 
+    (InnoDB 5.1 plugin remains)
+  * option --remote-host removed
+- bugs fixed:
+  * innobackupex now supports empty arguments to --password option
+- packaging changes:
+  * MySQL 5.1 binary named "xtrabackup" correctly
+  * add build dependency libgcrypt-devel for xbcrypt
+  * add runtime dependency perl(DBD::mysql fox innobackupex)
+  * drop xtrabackup-automake-1.13.patch, committed upstream
+
+-------------------------------------------------------------------

Old:
----
  percona-xtrabackup-2.0.7-nodoc.tar.gz
  xtrabackup-automake-1.13.patch

New:
----
  percona-xtrabackup-2.1.1-nodoc.tar.gz

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

Other differences:
------------------
++++++ xtrabackup.spec ++++++
--- /var/tmp/diff_new_pack.Yi3eCn/_old  2013-05-16 16:25:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Yi3eCn/_new  2013-05-16 16:25:49.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GPL-2.0
 Group:          Productivity/Databases/Tools
 Name:           xtrabackup
-Version:        2.0.7
+Version:        2.1.1
 Release:        0
 Url:            http://www.percona.com/software/percona-xtrabackup/
 Source:         percona-xtrabackup-%{version}-nodoc.tar.gz
@@ -34,8 +34,6 @@
 Source4:        xtrabackup-nodoc.sh
 Patch0:         percona-xtrabackup-2.0.2-nodoc.patch
 Patch1:         mysql-5.1.59-nodoc.patch
-# PATCH-FIX-UPSTREAM xtrabackup-automake-1.13.patch [email protected]
-Patch2:         xtrabackup-automake-1.13.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # This is to ease migration from Percona's generic packages
 Provides:       percona-xtrabackup = %{version}
@@ -49,6 +47,7 @@
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  libaio-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
@@ -58,6 +57,7 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
 # some runtime perl requirements for innobackupex
+Requires:       perl(DBD::mysql)
 Requires:       perl(File::Basename)
 Requires:       perl(File::Copy)
 Requires:       perl(File::Find)
@@ -85,28 +85,29 @@
 %__find mysql-%{MYSQL_56_VERSION} -maxdepth 1 -type d -iname "doc*" -print && 
exit 1 
 %patch0
 %patch1
-%patch2 -p1
 
 %build
 set -ue
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions" 
 export AUTO_DOWNLOAD=no
-./utils/build.sh 5.1
-%__cp src/xtrabackup_51 .
-%__cp src/xbstream .
+./utils/build.sh innodb51
+%__cp src/xtrabackup_plugin ./xtrabackup
 ./utils/build.sh innodb55
 %__cp src/xtrabackup_innodb55 ./xtrabackup_55
+%__cp src/xbstream .
+%__cp src/xbcrypt .
 ./utils/build.sh innodb56
 %__cp src/xtrabackup_56 .
 
 %install
 install -d %{buildroot}%{_bindir}
 install -d %{buildroot}%{_datadir}
-install -m 755 xtrabackup_51 %{buildroot}%{_bindir}
+install -m 755 xtrabackup %{buildroot}%{_bindir}
 install -m 755 xtrabackup_55 %{buildroot}%{_bindir}
 install -m 755 xtrabackup_56 %{buildroot}%{_bindir}
 install -m 755 xbstream %{buildroot}%{_bindir}
+install -m 755 xbcrypt %{buildroot}%{_bindir}
 install -m 755 innobackupex %{buildroot}%{_bindir}
 ln -s innobackupex %{buildroot}%{_bindir}/innobackupex-1.5.1
 
@@ -114,10 +115,11 @@
 %defattr(-,root,root)
 %{_bindir}/innobackupex
 %{_bindir}/innobackupex-1.5.1
-%{_bindir}/xtrabackup_51
+%{_bindir}/xtrabackup
 %{_bindir}/xtrabackup_55
 %{_bindir}/xtrabackup_56
 %{_bindir}/xbstream
+%{_bindir}/xbcrypt
 %doc COPYING
 
 %changelog

++++++ percona-xtrabackup-2.0.7-nodoc.tar.gz -> 
percona-xtrabackup-2.1.1-nodoc.tar.gz ++++++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.0.7-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.1.1-nodoc.tar.gz
 differ: char 5, line 1

++++++ xtrabackup-nodoc.sh ++++++
--- /var/tmp/diff_new_pack.Yi3eCn/_old  2013-05-16 16:25:49.000000000 +0200
+++ /var/tmp/diff_new_pack.Yi3eCn/_new  2013-05-16 16:25:49.000000000 +0200
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 #
 
-XTRABACKUP_VERSION=2.0.7
+XTRABACKUP_VERSION=2.1.1
 MYSQL51_VERSION=5.1.59
 MYSQL55_VERSION=5.5.17
 MYSQL56_VERSION=5.6.10

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to