Hello community, here is the log from the commit of package xtrabackup for openSUSE:Factory checked in at 2013-03-18 07:19:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtrabackup (Old) and /work/SRC/openSUSE:Factory/.xtrabackup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtrabackup", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes 2013-01-29 14:50:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes 2013-03-18 07:20:00.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Mar 14 22:40:24 UTC 2013 - [email protected] + +- fix path of MySQL 5.5 xtrabackup binary [bnc#809505] + +------------------------------------------------------------------- +Wed Mar 13 12:21:06 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xtrabackup-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtrabackup.spec ++++++ --- /var/tmp/diff_new_pack.eIGoAB/_old 2013-03-18 07:20:03.000000000 +0100 +++ /var/tmp/diff_new_pack.eIGoAB/_new 2013-03-18 07:20:03.000000000 +0100 @@ -32,6 +32,8 @@ Source3: 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} @@ -80,6 +82,7 @@ %__find mysql-%{MYSQL_55_VERSION} -maxdepth 1 -type d -iname "doc*" -print && exit 1 %patch0 %patch1 +%patch2 -p1 %build set -ue @@ -90,13 +93,13 @@ %__cp src/xtrabackup_51 . %__cp src/xbstream . ./utils/build.sh innodb55 -%__cp src/xtrabackup_innodb55 . +%__cp src/xtrabackup_innodb55 ./xtrabackup_55 %install install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_datadir} install -m 755 xtrabackup_51 %{buildroot}%{_bindir} -install -m 755 xtrabackup_innodb55 %{buildroot}%{_bindir} +install -m 755 xtrabackup_55 %{buildroot}%{_bindir} install -m 755 xbstream %{buildroot}%{_bindir} install -m 755 innobackupex %{buildroot}%{_bindir} ln -s innobackupex %{buildroot}%{_bindir}/innobackupex-1.5.1 @@ -106,7 +109,7 @@ %{_bindir}/innobackupex %{_bindir}/innobackupex-1.5.1 %{_bindir}/xtrabackup_51 -%{_bindir}/xtrabackup_innodb55 +%{_bindir}/xtrabackup_55 %{_bindir}/xbstream %doc COPYING ++++++ xtrabackup-automake-1.13.patch ++++++ Index: percona-xtrabackup-2.0.5/mysql-5.1.59/configure.in =================================================================== --- percona-xtrabackup-2.0.5.orig/mysql-5.1.59/configure.in +++ percona-xtrabackup-2.0.5/mysql-5.1.59/configure.in @@ -22,7 +22,7 @@ AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([1.9 tar-ustar]) AC_PROG_LIBTOOL -AM_CONFIG_HEADER([include/config.h]) +AC_CONFIG_HEADERS([include/config.h]) # Request support for automake silent-rules if available. # Default to verbose output. One can use the configure-time -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
