Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2020-10-10 19:02:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Sat Oct 10 19:02:55 2020 rev:178 rq:840258 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2020-10-03 18:55:28.693480676 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new.4249/subversion.changes 2020-10-10 19:02:58.800442273 +0200 @@ -1,0 +2,14 @@ +Sat Sep 26 09:25:36 UTC 2020 - d_wer...@gmx.net + +- update the path of the PIDFile in the svnserve.service file: + change /var/run/svnserve/svnserve.pid to /run/svnserve/svnserve.pid + +------------------------------------------------------------------- +Fri Sep 25 15:04:51 UTC 2020 - d_wer...@gmx.net + +- update the tmpfiles.d/ drop-in file as requested by the + rpm output + /usr/lib/tmpfiles.d/svnserve.conf:1: Line references path below + legacy directory /var/run/, updating /var/run/svnserve → /run/svnserve; + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.ChLVI2/_old 2020-10-10 19:03:00.248442993 +0200 +++ /var/tmp/diff_new_pack.ChLVI2/_new 2020-10-10 19:03:00.252442995 +0200 @@ -30,6 +30,11 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif +#Compat macros for SLES 15 SP2 which does not support python_site{arch,lib} +%if 0%{?sle_version} == 150200 && !0%{?is_opensuse} + %define python_sitearch %{python3_sitearch} + %define python_sitelib %{python3_sitelib} +%endif %bcond_without gnome %bcond_with python_ctypes %bcond_with all_regression_tests ++++++ svnserve.service ++++++ --- /var/tmp/diff_new_pack.ChLVI2/_old 2020-10-10 19:03:00.448443092 +0200 +++ /var/tmp/diff_new_pack.ChLVI2/_new 2020-10-10 19:03:00.448443092 +0200 @@ -7,8 +7,8 @@ EnvironmentFile=/etc/sysconfig/svnserve User=svn Group=svn -PIDFile=/var/run/svnserve/svnserve.pid -ExecStart=/usr/bin/svnserve --daemon --pid-file=/var/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS +PIDFile=/run/svnserve/svnserve.pid +ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS [Install] WantedBy=multi-user.target ++++++ svnserve.tmpfiles ++++++ --- /var/tmp/diff_new_pack.ChLVI2/_old 2020-10-10 19:03:00.464443100 +0200 +++ /var/tmp/diff_new_pack.ChLVI2/_new 2020-10-10 19:03:00.464443100 +0200 @@ -1 +1 @@ -D /var/run/svnserve 0755 svn svn - +D /run/svnserve 0755 svn svn -