Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2017-12-12 21:16:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sanlock (Old)
 and      /work/SRC/openSUSE:Factory/.sanlock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sanlock"

Tue Dec 12 21:16:54 2017 rev:17 rq:554610 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2017-11-30 
12:40:42.504134159 +0100
+++ /work/SRC/openSUSE:Factory/.sanlock.new/sanlock.changes     2017-12-12 
21:16:57.451841183 +0100
@@ -1,0 +2,10 @@
+Tue Dec  5 18:53:41 UTC 2017 - [email protected]
+
+- Update to sanlock 3.6.0
+  - preserve dblock values when setting shared flag
+  - fix detection of shared lease
+  - fix release interference with paxos
+  - retry ballot when new lver is seen
+  - add a NOWAIT flag for convert
+
+-------------------------------------------------------------------

Old:
----
  sanlock-3.5.0.tar.gz

New:
----
  sanlock-3.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sanlock.spec ++++++
--- /var/tmp/diff_new_pack.QmZiLX/_old  2017-12-12 21:16:58.835774374 +0100
+++ /var/tmp/diff_new_pack.QmZiLX/_new  2017-12-12 21:16:58.839774181 +0100
@@ -30,7 +30,7 @@
 %endif
 
 Name:           sanlock
-Version:        3.5.0
+Version:        3.6.0
 Release:        0
 Summary:        A shared disk lock manager
 License:        GPL-2.0 and GPL-2.0+ and LGPL-2.1+

++++++ sanlock-3.5.0.tar.gz -> sanlock-3.6.0.tar.gz ++++++
++++ 1626 lines of diff (skipped)

++++++ suse-fix-link-errors.patch ++++++
--- /var/tmp/diff_new_pack.QmZiLX/_old  2017-12-12 21:16:58.991766844 +0100
+++ /var/tmp/diff_new_pack.QmZiLX/_new  2017-12-12 21:16:58.995766651 +0100
@@ -1,7 +1,7 @@
-Index: sanlock-3.5.0/fence_sanlock/Makefile
+Index: sanlock-3.6.0/fence_sanlock/Makefile
 ===================================================================
---- sanlock-3.5.0.orig/fence_sanlock/Makefile
-+++ sanlock-3.5.0/fence_sanlock/Makefile
+--- sanlock-3.6.0.orig/fence_sanlock/Makefile
++++ sanlock-3.6.0/fence_sanlock/Makefile
 @@ -35,7 +35,7 @@ CFLAGS += -DVERSION=\"$(VER)\" -I../src
  CFLAGS += -fPIE -DPIE
  
@@ -11,10 +11,10 @@
  
  all: $(TARGET1) $(TARGET2)
  
-Index: sanlock-3.5.0/src/Makefile
+Index: sanlock-3.6.0/src/Makefile
 ===================================================================
---- sanlock-3.5.0.orig/src/Makefile
-+++ sanlock-3.5.0/src/Makefile
+--- sanlock-3.6.0.orig/src/Makefile
++++ sanlock-3.6.0/src/Makefile
 @@ -96,17 +96,16 @@ CFLAGS += -DVERSION=\"$(VER)\"
  CMD_CFLAGS = $(CFLAGS) -fPIE -DPIE
  
@@ -37,10 +37,10 @@
        ln -sf $(LIBSO_ENTIRE_TARGET) $(LIB_ENTIRE_TARGET).so
        ln -sf $(LIBSO_ENTIRE_TARGET) $(LIB_ENTIRE_TARGET).so.$(SOMAJOR)
  
-Index: sanlock-3.5.0/tests/Makefile
+Index: sanlock-3.6.0/tests/Makefile
 ===================================================================
---- sanlock-3.5.0.orig/tests/Makefile
-+++ sanlock-3.5.0/tests/Makefile
+--- sanlock-3.6.0.orig/tests/Makefile
++++ sanlock-3.6.0/tests/Makefile
 @@ -34,7 +34,7 @@ CFLAGS += -D_GNU_SOURCE -g \
        -fasynchronous-unwind-tables \
        -fdiagnostics-show-option
@@ -50,10 +50,10 @@
  
  all: $(TARGET1) $(TARGET2) $(TARGET3) $(TARGET4) $(TARGET5) $(TARGET6) 
$(TARGET7)
  
-Index: sanlock-3.5.0/reset/Makefile
+Index: sanlock-3.6.0/reset/Makefile
 ===================================================================
---- sanlock-3.5.0.orig/reset/Makefile
-+++ sanlock-3.5.0/reset/Makefile
+--- sanlock-3.6.0.orig/reset/Makefile
++++ sanlock-3.6.0/reset/Makefile
 @@ -35,7 +35,7 @@ CFLAGS += -DVERSION=\"$(VER)\" -I../src
  CFLAGS += -fPIE -DPIE
  

++++++ suse-no-date-time.patch ++++++
--- /var/tmp/diff_new_pack.QmZiLX/_old  2017-12-12 21:16:59.003766265 +0100
+++ /var/tmp/diff_new_pack.QmZiLX/_new  2017-12-12 21:16:59.007766072 +0100
@@ -1,7 +1,7 @@
-Index: sanlock-3.5.0/src/main.c
+Index: sanlock-3.6.0/src/main.c
 ===================================================================
---- sanlock-3.5.0.orig/src/main.c
-+++ sanlock-3.5.0/src/main.c
+--- sanlock-3.6.0.orig/src/main.c
++++ sanlock-3.6.0/src/main.c
 @@ -1904,8 +1904,8 @@ static int read_command_line(int argc, c
        }
  
@@ -13,10 +13,10 @@
                exit(EXIT_SUCCESS);
        }
  
-Index: sanlock-3.5.0/fence_sanlock/fence_sanlockd.c
+Index: sanlock-3.6.0/fence_sanlock/fence_sanlockd.c
 ===================================================================
---- sanlock-3.5.0.orig/fence_sanlock/fence_sanlockd.c
-+++ sanlock-3.5.0/fence_sanlock/fence_sanlockd.c
+--- sanlock-3.6.0.orig/fence_sanlock/fence_sanlockd.c
++++ sanlock-3.6.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.QmZiLX/_old  2017-12-12 21:16:59.019765492 +0100
+++ /var/tmp/diff_new_pack.QmZiLX/_new  2017-12-12 21:16:59.019765492 +0100
@@ -1,7 +1,7 @@
-Index: sanlock-3.5.0/init.d/sanlock.service
+Index: sanlock-3.6.0/init.d/sanlock.service
 ===================================================================
---- sanlock-3.5.0.orig/init.d/sanlock.service
-+++ sanlock-3.5.0/init.d/sanlock.service
+--- sanlock-3.6.0.orig/init.d/sanlock.service
++++ sanlock-3.6.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.5.0/init.d/wdmd.service
+Index: sanlock-3.6.0/init.d/wdmd.service
 ===================================================================
---- sanlock-3.5.0.orig/init.d/wdmd.service
-+++ sanlock-3.5.0/init.d/wdmd.service
+--- sanlock-3.6.0.orig/init.d/wdmd.service
++++ sanlock-3.6.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.5.0/init.d/fence_sanlockd.service
+Index: sanlock-3.6.0/init.d/fence_sanlockd.service
 ===================================================================
---- sanlock-3.5.0.orig/init.d/fence_sanlockd.service
-+++ sanlock-3.5.0/init.d/fence_sanlockd.service
+--- sanlock-3.6.0.orig/init.d/fence_sanlockd.service
++++ sanlock-3.6.0/init.d/fence_sanlockd.service
 @@ -5,8 +5,8 @@ Before=corosync.service
  
  [Service]


Reply via email to