Hello community, here is the log from the commit of package sanlock for openSUSE:Factory checked in at 2019-06-20 18:54:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sanlock (Old) and /work/SRC/openSUSE:Factory/.sanlock.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sanlock" Thu Jun 20 18:54:17 2019 rev:21 rq:710441 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes 2019-04-18 13:55:03.151928572 +0200 +++ /work/SRC/openSUSE:Factory/.sanlock.new.4811/sanlock.changes 2019-06-20 18:54:22.756761885 +0200 @@ -1,0 +2,11 @@ +Mon Jun 17 21:45:36 UTC 2019 - Jim Fehlig <[email protected]> + +- Update to sanlock 3.8.0 + - Add support for python 3 + - Add support for 4k sector size + - More API test coverage + - Misc bug fixes and improvements + - Dropped patches: + revert-5d535c0d-py2.patch, sanlock-python3.patch + +------------------------------------------------------------------- Old: ---- revert-5d535c0d-py2.patch sanlock-3.7.1.tar.gz sanlock-python3.patch New: ---- sanlock-3.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sanlock.spec ++++++ --- /var/tmp/diff_new_pack.OhP5Oa/_old 2019-06-20 18:54:23.980763562 +0200 +++ /var/tmp/diff_new_pack.OhP5Oa/_new 2019-06-20 18:54:23.984763567 +0200 @@ -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/ # @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: sanlock -Version: 3.7.1 +Version: 3.8.0 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 @@ -40,12 +40,10 @@ Source3: fence_sanlockd.init # Upstream patches # SUSE patches -Patch100: revert-5d535c0d-py2.patch -Patch101: sanlock-SCHED_RESET_ON_FORK-undefined.patch -Patch102: sanlock-python-prefix.patch -Patch103: suse-systemd.patch -Patch104: suse-no-date-time.patch -Patch105: sanlock-python3.patch +Patch100: sanlock-SCHED_RESET_ON_FORK-undefined.patch +Patch101: sanlock-python-prefix.patch +Patch102: suse-systemd.patch +Patch103: suse-no-date-time.patch BuildRequires: %{python_module devel} BuildRequires: libaio-devel BuildRequires: pkgconfig @@ -127,12 +125,10 @@ %prep %setup -q -%patch100 -p1 +%patch100 %patch101 -%patch102 +%patch102 -p1 %patch103 -p1 -%patch104 -p1 -%patch105 -p1 %build # upstream does not require configure ++++++ sanlock-3.7.1.tar.gz -> sanlock-3.8.0.tar.gz ++++++ ++++ 4058 lines of diff (skipped) ++++++ sanlock-python-prefix.patch ++++++ --- /var/tmp/diff_new_pack.OhP5Oa/_old 2019-06-20 18:54:24.100763727 +0200 +++ /var/tmp/diff_new_pack.OhP5Oa/_new 2019-06-20 18:54:24.100763727 +0200 @@ -2,12 +2,12 @@ =================================================================== --- python/Makefile.orig +++ python/Makefile -@@ -11,7 +11,7 @@ inplace: - python setup.py build_ext --inplace +@@ -10,7 +10,7 @@ all: + $(PYTHON) setup.py build $(BUILDARGS) install: -- python setup.py install --root=$(DESTDIR) -+ python setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) +- $(PYTHON) setup.py install --root=$(DESTDIR) ++ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) clean: rm -rf build ++++++ suse-no-date-time.patch ++++++ --- /var/tmp/diff_new_pack.OhP5Oa/_old 2019-06-20 18:54:24.112763743 +0200 +++ /var/tmp/diff_new_pack.OhP5Oa/_new 2019-06-20 18:54:24.112763743 +0200 @@ -1,7 +1,7 @@ -Index: sanlock-3.7.1/src/main.c +Index: sanlock-3.8.0/src/main.c =================================================================== ---- sanlock-3.7.1.orig/src/main.c -+++ sanlock-3.7.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 } @@ -13,10 +13,10 @@ exit(EXIT_SUCCESS); } -Index: sanlock-3.7.1/fence_sanlock/fence_sanlockd.c +Index: sanlock-3.8.0/fence_sanlock/fence_sanlockd.c =================================================================== ---- sanlock-3.7.1.orig/fence_sanlock/fence_sanlockd.c -+++ sanlock-3.7.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 @@ -565,8 +565,7 @@ int main(int argc, char *argv[]) print_usage(); exit(0); ++++++ suse-systemd.patch ++++++ --- /var/tmp/diff_new_pack.OhP5Oa/_old 2019-06-20 18:54:24.120763754 +0200 +++ /var/tmp/diff_new_pack.OhP5Oa/_new 2019-06-20 18:54:24.120763754 +0200 @@ -1,7 +1,7 @@ -Index: sanlock-3.7.1/init.d/sanlock.service +Index: sanlock-3.8.0/init.d/sanlock.service =================================================================== ---- sanlock-3.7.1.orig/init.d/sanlock.service -+++ sanlock-3.7.1/init.d/sanlock.service +--- sanlock-3.8.0.orig/init.d/sanlock.service ++++ sanlock-3.8.0/init.d/sanlock.service @@ -5,8 +5,10 @@ Wants=wdmd.service [Service] @@ -15,10 +15,10 @@ [Install] WantedBy=multi-user.target -Index: sanlock-3.7.1/init.d/wdmd.service +Index: sanlock-3.8.0/init.d/wdmd.service =================================================================== ---- sanlock-3.7.1.orig/init.d/wdmd.service -+++ sanlock-3.7.1/init.d/wdmd.service +--- sanlock-3.8.0.orig/init.d/wdmd.service ++++ sanlock-3.8.0/init.d/wdmd.service @@ -4,8 +4,10 @@ After=syslog.target [Service] @@ -32,10 +32,10 @@ [Install] WantedBy=multi-user.target -Index: sanlock-3.7.1/init.d/fence_sanlockd.service +Index: sanlock-3.8.0/init.d/fence_sanlockd.service =================================================================== ---- sanlock-3.7.1.orig/init.d/fence_sanlockd.service -+++ sanlock-3.7.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 @@ -5,8 +5,8 @@ Before=corosync.service [Service]
