Hello community,
here is the log from the commit of package owncloud-client for openSUSE:Factory
checked in at 2020-06-24 15:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
and /work/SRC/openSUSE:Factory/.owncloud-client.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "owncloud-client"
Wed Jun 24 15:50:12 2020 rev:23 rq:816815 version:2.6.3.14058
Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes
2020-06-19 17:24:55.668161038 +0200
+++
/work/SRC/openSUSE:Factory/.owncloud-client.new.2956/owncloud-client.changes
2020-06-24 15:50:47.676870950 +0200
@@ -1,0 +2,5 @@
+Wed Jun 24 09:31:41 UTC 2020 - Klaas Freitag <[email protected]>
+
+- Fix BOO#1173252: Install the correct SOURCEs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.O9RqiN/_old 2020-06-24 15:50:48.452873870 +0200
+++ /var/tmp/diff_new_pack.O9RqiN/_new 2020-06-24 15:50:48.452873870 +0200
@@ -250,7 +250,7 @@
%cmake_install
# Copy the source README here to be picked up by doc macro
-cp %{SOURCE2} .
+cp %{SOURCE3} .
if [ -d %{buildroot}%{_mandir}/man1 ]; then
gzip %{buildroot}%{_mandir}/man1/*.1
@@ -262,7 +262,7 @@
test -f %{extdir}/ownCloud.pyc && mv %{extdir}/ownCloud.pyc
%{extdir}/owncloud.pyc || true
# https://github.com/owncloud/client/issues/4107
-install -m 0755 -D %{SOURCE1} %{buildroot}/etc/sysctl.d/101-sync-inotify.conf
+install -m 0755 -D %{SOURCE2} %{buildroot}/etc/sysctl.d/101-sync-inotify.conf
%suse_update_desktop_file -n owncloud
# workaround for https://github.com/owncloud/ownbrander/issues/322