diff --git a/centos/SPECS/mydumper.spec b/centos/SPECS/mydumper.spec index cd90bee..737c655 100644 --- a/centos/SPECS/mydumper.spec +++ b/centos/SPECS/mydumper.spec @@ -2,8 +2,8 @@ %define _extent -1 Name: mydumper Summary: mydumper and myloader MySQL backup tools -Version: 0.12.3 -Release: 2%{?dist} +Version: 0.12.7 +Release: 1%{?dist} Group: Applications/Databases License: GPL Vendor: Max Bubenick @@ -58,6 +58,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man1/* %changelog +* Fri Sep 16 2022 Daniel Steiner +- Update to 0.12.7. + * Sat May 14 2022 Daniel Steiner - Build on Almalinux 8.6. diff --git a/fedora/SPECS/mydumper.spec b/fedora/SPECS/mydumper.spec index db8820b..4375d86 100644 --- a/fedora/SPECS/mydumper.spec +++ b/fedora/SPECS/mydumper.spec @@ -1,14 +1,16 @@ # to build agains mariadb libraries, set it to 0 %define _mysql 0 +# leaf it empty, if the original release is with -X at the end: +%define subver -1 Name: mydumper Summary: mydumper and myloader MySQL backup tools -Version: 0.12.3 +Version: 0.12.7 Release: 3%{?dist} Group: Applications/Databases License: GPL Vendor: Max Bubenick URL: https://github.com/maxbube/mydumper -Source: mydumper-%{version}.tar.gz +Source: mydumper-%{version}%{subver}.tar.gz BuildArch: x86_64 AutoReq: no %if 0%{?_mysql} @@ -39,7 +41,7 @@ easier to manage output, consistency, manageability. myloader is a tool used for multi-threaded restoration of mydumper backups. %prep -%setup -q -n %{name}-%{version}-3 +%setup -q -n %{name}-%{version}%{subver} %build # required for Fedora 36: @@ -65,6 +67,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man1/* %changelog +* Fri Sep 16 2022 Daniel Steiner +- Update to 0.12.7. + * Fri Jun 24 2022 Daniel Steiner - First build on Fedora 36. - Update to 0.12.3.