commit 4c7dcedfe2d753e11c0682337fce2dd667c35c4f
Author: Elan Ruusamäe <g...@pld-linux.org>
Date:   Thu Nov 29 16:59:04 2018 +0200

    up to 0.9.5

 mydumper.spec | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/mydumper.spec b/mydumper.spec
index 2a13079..732df9b 100644
--- a/mydumper.spec
+++ b/mydumper.spec
@@ -5,12 +5,12 @@
 
 Summary:       MySQL Data Dumper
 Name:          mydumper
-Version:       0.9.3
-Release:       2
+Version:       0.9.5
+Release:       1
 License:       GPL v3
 Group:         Applications/Databases
 Source0:       
https://github.com/maxbube/mydumper/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 72e411c8f20fa7d7c36bb78625536b1d
+# Source0-md5: 6599d60f0088dfe55582a3f71c87f284
 URL:           https://github.com/maxbube/mydumper
 BuildRequires: cmake
 BuildRequires: glib2-devel
@@ -23,8 +23,15 @@ BuildRequires:       zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A high-performance multi-threaded backup toolset for MySQL and
-Drizzle.
+mydumper/myloader:
+- Parallelism (hence, speed) and performance (avoids expensive
+  character set conversion routines, efficient code overall)
+- Easier to manage output (separate files for tables, dump metadata,
+  etc, easy to view/parse data)
+- Consistency - maintains snapshot across all threads, provides
+  accurate master and slave log positions, etc
+- Manageability - supports PCRE for specifying database and tables
+  inclusions and exclusions
 
 %prep
 %setup -q
@@ -47,6 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.md
 %attr(755,root,root) %{_bindir}/mydumper
 %attr(755,root,root) %{_bindir}/myloader
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mydumper.git/commitdiff/4c7dcedfe2d753e11c0682337fce2dd667c35c4f

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to