Hello community,

here is the log from the commit of package sanlock for openSUSE:Factory checked 
in at 2012-03-20 11:35:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sanlock (Old)
 and      /work/SRC/openSUSE:Factory/.sanlock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sanlock", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/sanlock/sanlock.changes  2012-01-27 
15:24:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sanlock.new/sanlock.changes     2012-03-20 
11:35:28.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar 13 12:04:11 MDT 2012 - [email protected]
+
+- Update to sanlock 2.1
+  - python: release leases for other processes
+  - python: add shared resource parameter to acquire
+  - add a logrotate file
+  - status for all shared tokens
+  - retry transient sh failures
+  - fix inquire state string
+
+-------------------------------------------------------------------

Old:
----
  sanlock-1.9.tar.gz

New:
----
  sanlock-2.1.tar.bz2

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

Other differences:
------------------
++++++ sanlock.spec ++++++
--- /var/tmp/diff_new_pack.FaUUmq/_old  2012-03-20 11:35:32.000000000 +0100
+++ /var/tmp/diff_new_pack.FaUUmq/_new  2012-03-20 11:35:32.000000000 +0100
@@ -15,22 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_systemd       0
 %if 0%{?suse_version} > 1140
 %define with_systemd       1
 %endif
 
-
 Name:           sanlock
-Version:        1.9
+Version:        2.1
 Release:        1%{?dist}
 Summary:        A shared disk lock manager
-
-Group:          System/Base
 License:        GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+
-URL:            https://fedorahosted.org/sanlock/
+Group:          System/Base
+
+Url:            https://fedorahosted.org/sanlock/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libblkid-devel libaio-devel python python-devel
+BuildRequires:  libaio-devel
+BuildRequires:  libblkid-devel
+BuildRequires:  python
+BuildRequires:  python-devel
 %if %{with_systemd}
 BuildRequires:  systemd
 %{?systemd_requires}
@@ -39,7 +42,7 @@
 Requires:       %{name}-lib = %{version}-%{release}
 # Latest version available at
 # https://fedorahosted.org/releases/s/a/sanlock/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
 Source1:        sanlock.init
 Source2:        wdmd.init
 Source3:        sysconfig.sanlock

++++++ sanlock-1.9.tar.gz -> sanlock-2.1.tar.bz2 ++++++
++++ 3484 lines of diff (skipped)

++++++ sanlock-SCHED_RESET_ON_FORK-undefined.patch ++++++
--- /var/tmp/diff_new_pack.FaUUmq/_old  2012-03-20 11:35:32.000000000 +0100
+++ /var/tmp/diff_new_pack.FaUUmq/_new  2012-03-20 11:35:32.000000000 +0100
@@ -2,9 +2,9 @@
 ===================================================================
 --- src/main.c.orig
 +++ src/main.c
-@@ -50,6 +50,10 @@
- #include "client_cmd.h"
- #include "cmd.h"
+@@ -52,6 +52,10 @@
+ 
+ #define RELEASE_VERSION "2.1"
  
 +#ifndef SCHED_RESET_ON_FORK
 +#define SCHED_RESET_ON_FORK 0
@@ -19,7 +19,7 @@
 +++ wdmd/main.c
 @@ -43,6 +43,10 @@
  
- #define RELEASE_VERSION "1.9"
+ #define RELEASE_VERSION "2.1"
  
 +#ifndef SCHED_RESET_ON_FORK
 +#define SCHED_RESET_ON_FORK 0

++++++ suse-no-date-time.patch ++++++
--- /var/tmp/diff_new_pack.FaUUmq/_old  2012-03-20 11:35:32.000000000 +0100
+++ /var/tmp/diff_new_pack.FaUUmq/_new  2012-03-20 11:35:32.000000000 +0100
@@ -1,8 +1,8 @@
-Index: sanlock-1.9/src/main.c
+Index: sanlock-2.1/src/main.c
 ===================================================================
---- sanlock-1.9.orig/src/main.c
-+++ sanlock-1.9/src/main.c
-@@ -1430,8 +1430,7 @@ static int read_command_line(int argc, c
+--- sanlock-2.1.orig/src/main.c
++++ sanlock-2.1/src/main.c
+@@ -1439,8 +1439,7 @@ static int read_command_line(int argc, c
  
        if (!strcmp(arg1, "version") || !strcmp(arg1, "--version") ||
            !strcmp(arg1, "-V")) {

++++++ suse-systemd.patch ++++++
--- /var/tmp/diff_new_pack.FaUUmq/_old  2012-03-20 11:35:32.000000000 +0100
+++ /var/tmp/diff_new_pack.FaUUmq/_new  2012-03-20 11:35:32.000000000 +0100
@@ -1,7 +1,7 @@
-Index: sanlock-1.9/init.d/sanlock.service
+Index: sanlock-2.1/init.d/sanlock.service
 ===================================================================
---- sanlock-1.9.orig/init.d/sanlock.service
-+++ sanlock-1.9/init.d/sanlock.service
+--- sanlock-2.1.orig/init.d/sanlock.service
++++ sanlock-2.1/init.d/sanlock.service
 @@ -3,8 +3,9 @@ After=syslog.target wdmd.service
  
  [Service]
@@ -14,10 +14,10 @@
  
  [Install]
  WantedBy=multi-user.target
-Index: sanlock-1.9/init.d/wdmd.service
+Index: sanlock-2.1/init.d/wdmd.service
 ===================================================================
---- sanlock-1.9.orig/init.d/wdmd.service
-+++ sanlock-1.9/init.d/wdmd.service
+--- sanlock-2.1.orig/init.d/wdmd.service
++++ sanlock-2.1/init.d/wdmd.service
 @@ -3,8 +3,8 @@ After=syslog.target
  
  [Service]

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to