]> git.pld-linux.org Git - packages/mydumper.git/commitdiff
up to 0.9.5 master auto/th/mydumper-0.9.5-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Nov 2018 14:59:04 +0000 (16:59 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Nov 2018 14:59:04 +0000 (16:59 +0200)
mydumper.spec

index 2a1307940c1fef86e3038a3c0b2d9814860807a9..732df9be209d881f8097b010624bd1c518886b75 100644 (file)
@@ -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
This page took 0.109134 seconds and 4 git commands to generate.