Hello community, here is the log from the commit of package borgmatic for openSUSE:Factory checked in at 2018-04-02 22:49:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgmatic (Old) and /work/SRC/openSUSE:Factory/.borgmatic.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgmatic" Mon Apr 2 22:49:32 2018 rev:5 rq:592971 version:1.1.15 Changes: -------- --- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes 2018-02-01 21:29:17.953324700 +0100 +++ /work/SRC/openSUSE:Factory/.borgmatic.new/borgmatic.changes 2018-04-02 22:49:39.140917505 +0200 @@ -1,0 +2,14 @@ +Tue Mar 27 12:54:40 UTC 2018 - [email protected] + +- Use README.md form source +- Add borgmatic.d folder in /etc for config files + +- Update to 1.1.15 + * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file. + * Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together. + Work-around for behavior introduced in Borg 1.1.3: https://github.com/borgbackup/borg/issues/3298 + * #55: Fix for missing tags/releases on Gitea and GitHub project hosting. + * #56: Support for Borg --lock-wait option for the maximum wait for a repository/cache lock. + * #58: Support for using tilde in exclude_patterns to reference home directory. + +------------------------------------------------------------------- Old: ---- README.md borgmatic-1.1.14.tar.xz New: ---- borgmatic-1.1.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgmatic.spec ++++++ --- /var/tmp/diff_new_pack.kAmW1v/_old 2018-04-02 22:49:40.604864278 +0200 +++ /var/tmp/diff_new_pack.kAmW1v/_new 2018-04-02 22:49:40.608864133 +0200 @@ -17,14 +17,13 @@ Name: borgmatic -Version: 1.1.14 +Version: 1.1.15 Release: 0 Summary: Automation tool for borgbackup License: GPL-3.0 Group: Productivity/Archiving/Backup Url: https://torsion.org/borgmatic/ -Source: borgmatic-%{version}.tar.xz -Source1: README.md +Source: borgmatic-%{version}.tar.gz BuildArch: noarch BuildRequires: python3 >= 3.4 BuildRequires: python3-devel @@ -50,7 +49,7 @@ common errors. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name} # test_version.py fails because of assert '1.0.3.dev0\n' == '1.0.3-dev\n', so we just remove it rm borgmatic/tests/integration/test_version.py @@ -61,11 +60,12 @@ %build # Create the manpage -pandoc -s -f markdown -t man %{S:1} -o borgmatic.1 +pandoc -s -f markdown -t man README.md -o borgmatic.1 %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} install -d %{buildroot}%{_sysconfdir}/borgmatic +install -d %{buildroot}%{_sysconfdir}/borgmatic.d install -d %{buildroot}%{_docdir}/%{name}/sample/cron install -m 0644 sample/cron/borgmatic %{buildroot}%{_docdir}/%{name}/sample/cron/ install -d %{buildroot}%{_unitdir}/ @@ -112,6 +112,7 @@ %doc AUTHORS LICENSE NEWS README.md %config %ghost %{_sysconfdir}/borgmatic/config.yaml %dir %{_sysconfdir}/borgmatic +%dir %{_sysconfdir}/borgmatic.d %dir %{_docdir}/%{name}/sample %dir %{_docdir}/%{name}/sample/cron %{python3_sitelib}/borgmatic/
