Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2021-06-14 23:10:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sanlock (Old)
 and      /work/SRC/openSUSE:Factory/.sanlock.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sanlock"

Mon Jun 14 23:10:03 2021 rev:27 rq:898905 version:3.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2020-11-02 
09:37:49.633462181 +0100
+++ /work/SRC/openSUSE:Factory/.sanlock.new.32437/sanlock.changes       
2021-06-14 23:10:03.720639563 +0200
@@ -1,0 +2,9 @@
+Wed Jun  9 19:58:35 UTC 2021 - James Fehlig <jfeh...@suse.com>
+
+- Update to sanlock 3.8.4
+  - sanlock: socket send and recv retries
+  - python: expose {get,set}_lvb
+  - sanlock: Shrink thread pool when there is no work
+  - config: Add max_worker_threads
+
+-------------------------------------------------------------------

Old:
----
  sanlock-3.8.2.tar.xz

New:
----
  sanlock-3.8.4.tar.xz

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

Other differences:
------------------
++++++ sanlock.spec ++++++
--- /var/tmp/diff_new_pack.9XupVO/_old  2021-06-14 23:10:04.416640821 +0200
+++ /var/tmp/diff_new_pack.9XupVO/_new  2021-06-14 23:10:04.416640821 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sanlock
+# spec file
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,7 +40,7 @@
 %endif
 %define pname   sanlock
 Name:           %{pprefix}%{pname}
-Version:        3.8.2
+Version:        3.8.4
 Release:        0
 %if ! %{with python}
 Summary:        A shared disk lock manager
@@ -245,6 +245,7 @@
 %service_del_postun wdmd.service sanlock.service
 
 %postun -n libsanlock1 -p /sbin/ldconfig
+
 %postun -n fence-sanlock
 %service_del_postun fence_sanlockd.service
 
@@ -307,6 +308,7 @@
 %endif
 
 %else
+
 %files %{python_files}
 %{python_sitearch}/sanlock*.so
 %{python_sitearch}/sanlock_python-%{version}*info

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9XupVO/_old  2021-06-14 23:10:04.460640900 +0200
+++ /var/tmp/diff_new_pack.9XupVO/_new  2021-06-14 23:10:04.460640900 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">sanlock</param>
-    <param name="revision">01b727adf1ce3c0ed5b95299d60f62bc66d98eb5</param>
+    <param name="revision">a181e951376d49a82eef17920c8ebedec80b4823</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://pagure.io/sanlock</param>

++++++ sanlock-3.8.2.tar.xz -> sanlock-3.8.4.tar.xz ++++++
++++ 2434 lines of diff (skipped)

++++++ suse-no-date-time.patch ++++++
--- /var/tmp/diff_new_pack.9XupVO/_old  2021-06-14 23:10:04.596641146 +0200
+++ /var/tmp/diff_new_pack.9XupVO/_new  2021-06-14 23:10:04.596641146 +0200
@@ -1,8 +1,8 @@
-Index: sanlock-3.8.2/src/main.c
+Index: sanlock-3.8.4/src/main.c
 ===================================================================
---- sanlock-3.8.2.orig/src/main.c
-+++ sanlock-3.8.2/src/main.c
-@@ -2183,8 +2183,8 @@ static int read_command_line(int argc, c
+--- sanlock-3.8.4.orig/src/main.c
++++ sanlock-3.8.4/src/main.c
+@@ -2208,8 +2208,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.2/fence_sanlock/fence_sanlockd.c
+Index: sanlock-3.8.4/fence_sanlock/fence_sanlockd.c
 ===================================================================
---- sanlock-3.8.2.orig/fence_sanlock/fence_sanlockd.c
-+++ sanlock-3.8.2/fence_sanlock/fence_sanlockd.c
+--- sanlock-3.8.4.orig/fence_sanlock/fence_sanlockd.c
++++ sanlock-3.8.4/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.9XupVO/_old  2021-06-14 23:10:04.608641168 +0200
+++ /var/tmp/diff_new_pack.9XupVO/_new  2021-06-14 23:10:04.612641175 +0200
@@ -1,7 +1,7 @@
-Index: sanlock-3.8.2/init.d/sanlock.service
+Index: sanlock-3.8.4/init.d/sanlock.service
 ===================================================================
---- sanlock-3.8.2.orig/init.d/sanlock.service
-+++ sanlock-3.8.2/init.d/sanlock.service
+--- sanlock-3.8.4.orig/init.d/sanlock.service
++++ sanlock-3.8.4/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.2/init.d/wdmd.service
+Index: sanlock-3.8.4/init.d/wdmd.service
 ===================================================================
---- sanlock-3.8.2.orig/init.d/wdmd.service
-+++ sanlock-3.8.2/init.d/wdmd.service
+--- sanlock-3.8.4.orig/init.d/wdmd.service
++++ sanlock-3.8.4/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.2/init.d/fence_sanlockd.service
+Index: sanlock-3.8.4/init.d/fence_sanlockd.service
 ===================================================================
---- sanlock-3.8.2.orig/init.d/fence_sanlockd.service
-+++ sanlock-3.8.2/init.d/fence_sanlockd.service
+--- sanlock-3.8.4.orig/init.d/fence_sanlockd.service
++++ sanlock-3.8.4/init.d/fence_sanlockd.service
 @@ -5,8 +5,8 @@ Before=corosync.service
  
  [Service]

Reply via email to