Hello community, here is the log from the commit of package sanlock for openSUSE:Factory checked in at 2020-07-16 12:08:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sanlock (Old) and /work/SRC/openSUSE:Factory/.sanlock.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sanlock" Thu Jul 16 12:08:18 2020 rev:24 rq:820768 version:3.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes 2019-08-27 12:00:02.435662166 +0200 +++ /work/SRC/openSUSE:Factory/.sanlock.new.3592/sanlock.changes 2020-07-16 12:08:26.342357255 +0200 @@ -1,0 +2,9 @@ +Mon Jul 13 21:39:12 UTC 2020 - James Fehlig <[email protected]> + +- Update to sanlock 3.8.1 + - python: add flake8 env + - Add client debug logging + _ Add per command debug logging + - Misc bug fixes and improvements + +------------------------------------------------------------------- Old: ---- sanlock-3.8.0.tar.gz New: ---- sanlock-3.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sanlock.spec ++++++ --- /var/tmp/diff_new_pack.Nlr0qj/_old 2020-07-16 12:08:30.750361712 +0200 +++ /var/tmp/diff_new_pack.Nlr0qj/_new 2020-07-16 12:08:30.754361715 +0200 @@ -1,7 +1,7 @@ # # spec file for package sanlock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,12 +28,12 @@ %endif %bcond_without python2 Name: sanlock -Version: 3.8.0 +Version: 3.8.1 Release: 0 Summary: A shared disk lock manager License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Base -Url: https://pagure.io/sanlock +URL: https://pagure.io/sanlock Source0: %{name}-%{version}.tar.gz Source1: sysconfig.sanlock Source2: sysconfig.wdmd ++++++ sanlock-3.8.0.tar.gz -> sanlock-3.8.1.tar.gz ++++++ ++++ 3878 lines of diff (skipped) ++++++ sanlock-lto-disable-fpie.patch ++++++ --- /var/tmp/diff_new_pack.Nlr0qj/_old 2020-07-16 12:08:30.874361837 +0200 +++ /var/tmp/diff_new_pack.Nlr0qj/_new 2020-07-16 12:08:30.874361837 +0200 @@ -1,14 +1,14 @@ Do not mix -fPIC and -FPIE, it is causing issue in LTO mode (boo#1138836). -diff --git a/python/setup.py b/python/setup.py -index 91311a8..91b8b2f 100644 ---- a/python/setup.py -+++ b/python/setup.py -@@ -11,7 +11,7 @@ sanlock = Extension(name='sanlock', - sources=['sanlock.c'], +Index: sanlock-3.8.1/python/setup.py +=================================================================== +--- sanlock-3.8.1.orig/python/setup.py ++++ sanlock-3.8.1/python/setup.py +@@ -12,7 +12,7 @@ sanlock = Extension(name='sanlock', include_dirs=['../src'], library_dirs=['../src'], + extra_compile_args=["-std=c99"], - extra_link_args=['-fPIE', '-Wl,-z,relro,-z,now'], + extra_link_args=['-Wl,-z,relro,-z,now'], libraries=sanlocklib) ++++++ suse-no-date-time.patch ++++++ --- /var/tmp/diff_new_pack.Nlr0qj/_old 2020-07-16 12:08:30.890361853 +0200 +++ /var/tmp/diff_new_pack.Nlr0qj/_new 2020-07-16 12:08:30.894361857 +0200 @@ -1,8 +1,8 @@ -Index: sanlock-3.8.0/src/main.c +Index: sanlock-3.8.1/src/main.c =================================================================== ---- sanlock-3.8.0.orig/src/main.c -+++ sanlock-3.8.0/src/main.c -@@ -2126,8 +2126,8 @@ static int read_command_line(int argc, c +--- sanlock-3.8.1.orig/src/main.c ++++ sanlock-3.8.1/src/main.c +@@ -2183,8 +2183,8 @@ static int read_command_line(int argc, c } if (!strcmp(arg1, "--version") || !strcmp(arg1, "-V")) { @@ -13,10 +13,10 @@ exit(EXIT_SUCCESS); } -Index: sanlock-3.8.0/fence_sanlock/fence_sanlockd.c +Index: sanlock-3.8.1/fence_sanlock/fence_sanlockd.c =================================================================== ---- sanlock-3.8.0.orig/fence_sanlock/fence_sanlockd.c -+++ sanlock-3.8.0/fence_sanlock/fence_sanlockd.c +--- sanlock-3.8.1.orig/fence_sanlock/fence_sanlockd.c ++++ sanlock-3.8.1/fence_sanlock/fence_sanlockd.c @@ -565,8 +565,7 @@ int main(int argc, char *argv[]) print_usage(); exit(0); ++++++ suse-systemd.patch ++++++ --- /var/tmp/diff_new_pack.Nlr0qj/_old 2020-07-16 12:08:30.902361865 +0200 +++ /var/tmp/diff_new_pack.Nlr0qj/_new 2020-07-16 12:08:30.906361869 +0200 @@ -1,7 +1,7 @@ -Index: sanlock-3.8.0/init.d/sanlock.service +Index: sanlock-3.8.1/init.d/sanlock.service =================================================================== ---- sanlock-3.8.0.orig/init.d/sanlock.service -+++ sanlock-3.8.0/init.d/sanlock.service +--- sanlock-3.8.1.orig/init.d/sanlock.service ++++ sanlock-3.8.1/init.d/sanlock.service @@ -5,8 +5,10 @@ Wants=wdmd.service [Service] @@ -15,10 +15,10 @@ [Install] WantedBy=multi-user.target -Index: sanlock-3.8.0/init.d/wdmd.service +Index: sanlock-3.8.1/init.d/wdmd.service =================================================================== ---- sanlock-3.8.0.orig/init.d/wdmd.service -+++ sanlock-3.8.0/init.d/wdmd.service +--- sanlock-3.8.1.orig/init.d/wdmd.service ++++ sanlock-3.8.1/init.d/wdmd.service @@ -4,8 +4,10 @@ After=syslog.target [Service] @@ -32,10 +32,10 @@ [Install] WantedBy=multi-user.target -Index: sanlock-3.8.0/init.d/fence_sanlockd.service +Index: sanlock-3.8.1/init.d/fence_sanlockd.service =================================================================== ---- sanlock-3.8.0.orig/init.d/fence_sanlockd.service -+++ sanlock-3.8.0/init.d/fence_sanlockd.service +--- sanlock-3.8.1.orig/init.d/fence_sanlockd.service ++++ sanlock-3.8.1/init.d/fence_sanlockd.service @@ -5,8 +5,8 @@ Before=corosync.service [Service]
