Author: glen Date: Mon Oct 27 16:34:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - copy ENGINE=ARCHIVE files; mysql bug #40351; rel 2
---- Files affected: SPECS: innobackup.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/innobackup.spec diff -u SPECS/innobackup.spec:1.17 SPECS/innobackup.spec:1.18 --- SPECS/innobackup.spec:1.17 Wed Oct 1 15:40:08 2008 +++ SPECS/innobackup.spec Mon Oct 27 17:34:27 2008 @@ -4,12 +4,14 @@ Summary(pl.UTF-8): Skrypt Perla automatyzujący tworzenie kopii zapasowych tabel MyISAM i InnoDB Name: innobackup Version: 1.5.0 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Databases Source0: http://www.innodb.com/download/%{name}-%{version} # Source0-md5: 435332f339bd3dc5b13319c4f0a00bd5 URL: http://www.innodb.com/hot-backup/ +# http://bugs.mysql.com/bug.php?id=40351 +Patch0: %{name}-engine-archive.patch BuildRequires: rpm-perlprov >= 4.1-13 Requires: ibbackup BuildArch: noarch @@ -24,8 +26,9 @@ time. InnoDB Hot Backup is also the ideal method of setting up new slaves if you use the MySQL replication on InnoDB tables. -innobackup is a Perl script which automates the backup of both MyISAM and -InnoDB type tables and .frm files. It is an adaptable front-end for ibbackup. +innobackup is a Perl script which automates the backup of both MyISAM +and InnoDB type tables and .frm files. It is an adaptable front-end +for ibbackup. %description -l pl.UTF-8 InnoDB Hot Backup to idealne rozwiązanie dla tworzenia w czasie @@ -44,7 +47,8 @@ %prep %setup -q -c -T -install %{SOURCE0} %{name} +cp -a %{SOURCE0} %{name} +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -64,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2008/10/27 16:34:27 glen +- copy ENGINE=ARCHIVE files; mysql bug #40351; rel 2 + Revision 1.17 2008/10/01 13:40:08 duddits - up to 1.5.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/innobackup.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
