Hello community,
here is the log from the commit of package libreoffice-share-linker for
openSUSE:Factory checked in at 2019-07-08 14:59:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-share-linker (Old)
and /work/SRC/openSUSE:Factory/.libreoffice-share-linker.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice-share-linker"
Mon Jul 8 14:59:09 2019 rev:5 rq:713000 version:1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libreoffice-share-linker/libreoffice-share-linker.changes
2017-05-20 10:10:36.397796191 +0200
+++
/work/SRC/openSUSE:Factory/.libreoffice-share-linker.new.4615/libreoffice-share-linker.changes
2019-07-08 14:59:10.386366556 +0200
@@ -1,0 +2,5 @@
+Tue Jul 2 08:11:43 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Work with paranoid umask settings bsc#1139727
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreoffice-share-linker.spec ++++++
--- /var/tmp/diff_new_pack.h2U6va/_old 2019-07-08 14:59:10.998367481 +0200
+++ /var/tmp/diff_new_pack.h2U6va/_new 2019-07-08 14:59:11.002367487 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libreoffice-share-linker
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
++++++ link-to-ooo-home ++++++
--- /var/tmp/diff_new_pack.h2U6va/_old 2019-07-08 14:59:11.030367530 +0200
+++ /var/tmp/diff_new_pack.h2U6va/_new 2019-07-08 14:59:11.034367535 +0200
@@ -23,6 +23,7 @@
# if the location is already there skip it
if [[ ! -e "${dirname}" ]]; then
mkdir -p "${dirname}"
+ chmod --reference="${file}" "${dirname}"
fi
continue
fi