Hello community,

here is the log from the commit of package borgmatic for openSUSE:Factory 
checked in at 2019-09-04 09:14:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgmatic (Old)
 and      /work/SRC/openSUSE:Factory/.borgmatic.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgmatic"

Wed Sep  4 09:14:59 2019 rev:11 rq:727952 version:1.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes      2019-08-23 
11:07:19.374477089 +0200
+++ /work/SRC/openSUSE:Factory/.borgmatic.new.7948/borgmatic.changes    
2019-09-04 09:16:00.878932539 +0200
@@ -1,0 +2,8 @@
+Tue Sep  3 09:07:52 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Fix regexes in spec file now that upstream changed the default borgmatic
+  location in the cron and systemd sample files, so we replace them correctly
+  with the /usr/bin locations we need for borgmatic to be found.
+- Add missing python3-colorama runtime dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ borgmatic.spec ++++++
--- /var/tmp/diff_new_pack.7ABG4c/_old  2019-09-04 09:16:01.550932445 +0200
+++ /var/tmp/diff_new_pack.7ABG4c/_new  2019-09-04 09:16:01.550932445 +0200
@@ -57,6 +57,7 @@
 BuildRequires:  python3-toml
 BuildRequires:  systemd-devel
 Requires:       borgbackup
+Requires:       python3-colorama
 Requires:       python3-pykwalify
 Requires:       python3-ruamel.yaml
 Requires:       python3-setuptools
@@ -74,9 +75,9 @@
 %setup -q
 
 # Make sample files use the borgmatic command on /usr/bin, not /usr/local/bin
-perl -pi -e "s,PATH=\\$PATH:/usr/local/bin 
/usr/local/bin/borgmatic,/usr/bin/borgmatic," sample/cron/borgmatic
-perl -pi -e "s,/usr/local/bin/borgmatic,/usr/bin/borgmatic," 
sample/systemd/borgmatic.service
-perl -pi -e "s/ruamel.yaml>0.15.0,<0.16.0/ruamel.yaml/" setup.py
+perl -pi -e "s,PATH=\\$PATH:/usr/local/bin 
/root/.local/bin/borgmatic,/usr/bin/borgmatic," sample/cron/borgmatic
+perl -pi -e "s,/root/.local/bin/borgmatic,/usr/bin/borgmatic," 
sample/systemd/borgmatic.service
+perl -pi -e "s/ruamel.yaml>0.15.0,<0.17.0/ruamel.yaml/" setup.py
 perl -pi -e 
"s/packages=find_packages\(\)/packages=find_packages(exclude=('tests*',))/" 
setup.py
 
 %build


Reply via email to