Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-02-11 11:46:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pacemaker (Old)
 and      /work/SRC/openSUSE:Factory/.pacemaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pacemaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes      2014-01-30 
14:59:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-02-11 
11:46:41.000000000 +0100
@@ -1,0 +2,29 @@
+Sat Feb  8 14:00:23 UTC 2014 - [email protected]
+
+- ipc: Convince clang that our casting is intended (bnc#845525)
+  * Drop pacemaker-Wno-cast-align.patch which has been merged upstream
+- cib: Use the correctly typed enum value during initialization
+- Build: Add dbus as an rpm dependancy
+- Fix: Bug rhbz#1057697 - Use native DBus library for systemd async support to 
avoid problematic use of threads
+- remote: Fail remote-node connection rsc monitor ops early on unexpected 
disconnect
+- tools: Return error when attempting to delete an unspecified attribute
+- remote: Allow baremetal remote-node connection resources to migrate
+- lrmd: Send event alerting estabilished clients that a new client connection 
is created.
+- Fix: Bug rhbz#1057697 - Use native DBus library for systemd support to avoid 
problematic use of threads
+- xml: Fix segfault in find_entity()
+- Upstream version cs: 6290953f2b035a92a8f093973b94c5cf38b79cd9
+
+-------------------------------------------------------------------
+Tue Jan 28 04:00:43 UTC 2014 - [email protected]
+
+- pengine: Free memory allocated by find_actions()
+- cib: Fix remote cib based on TLS
+- Upstream version cs: f3eeaf49d1fb7bca713ecbbc819aef51650d26ef
+
+-------------------------------------------------------------------
+Tue Jan 28 03:47:02 UTC 2014 - [email protected]
+
+- stonith: Drop the severity of log for recoverable condition (bnc#857779)
+  * Update bug-812269_pacemaker-fencing-device-register-messages.patch
+
+-------------------------------------------------------------------

Old:
----
  pacemaker-1.1.10+git20140124.96cd194.tar.bz2
  pacemaker-Wno-cast-align.patch

New:
----
  pacemaker-1.1.10+git20140207.6290953.tar.bz2

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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.j8JZ9O/_old  2014-02-11 11:46:42.000000000 +0100
+++ /var/tmp/diff_new_pack.j8JZ9O/_new  2014-02-11 11:46:42.000000000 +0100
@@ -95,7 +95,7 @@
 Summary:        Scalable High-Availability cluster resource manager
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Productivity/Clustering/HA
-Version:        1.1.10+git20140124.96cd194
+Version:        1.1.10+git20140207.6290953
 Release:        0
 #Release:        %{pcmk_release}%{?dist}
 Url:            http://www.clusterlabs.org
@@ -112,9 +112,8 @@
 Patch6:         pacemaker-cibsecret-tool-temp-disabled.patch
 Patch7:         pacemaker-nagios-plugin-dir.patch
 Patch8:         bug-812269_pacemaker-fencing-device-register-messages.patch
-Patch9:         pacemaker-Wno-cast-align.patch
-Patch10:        pacemaker-display-pending-ops.patch
-Patch11:        pacemaker-crm_mon-brief.patch
+Patch9:         pacemaker-display-pending-ops.patch
+Patch10:        pacemaker-crm_mon-brief.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       pacemaker-ticket-support = 2.0
 Conflicts:      heartbeat < 3.0
@@ -173,6 +172,7 @@
 # Enables optional functionality
 BuildRequires:  bison
 BuildRequires:  byacc
+BuildRequires:  dbus-1-devel
 
 %if 0%{?suse_version} > 1100
 BuildRequires:  docbook-xsl-stylesheets
@@ -401,7 +401,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 
 # Force the local time
 #

++++++ _service ++++++
--- /var/tmp/diff_new_pack.j8JZ9O/_old  2014-02-11 11:46:42.000000000 +0100
+++ /var/tmp/diff_new_pack.j8JZ9O/_new  2014-02-11 11:46:42.000000000 +0100
@@ -11,7 +11,7 @@
     <param name="version">1.1.10</param>
 -->
     <param name="versionformat">1.1.10+git%cd.%h</param>
-    <param name="revision">96cd1941308be48fdf1e827b88ebd9410cf2010a</param>
+    <param name="revision">6290953f2b035a92a8f093973b94c5cf38b79cd9</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ bug-812269_pacemaker-fencing-device-register-messages.patch ++++++
--- /var/tmp/diff_new_pack.j8JZ9O/_old  2014-02-11 11:46:42.000000000 +0100
+++ /var/tmp/diff_new_pack.j8JZ9O/_new  2014-02-11 11:46:42.000000000 +0100
@@ -8,7 +8,7 @@
 ===================================================================
 --- pacemaker.orig/fencing/commands.c
 +++ pacemaker/fencing/commands.c
-@@ -816,7 +816,7 @@ stonith_device_register(xmlNode * msg, c
+@@ -817,7 +817,7 @@ stonith_device_register(xmlNode * msg, c
  
      dup = device_has_duplicate(device);
      if (dup) {
@@ -17,7 +17,7 @@
                     g_hash_table_size(device_list));
          free_device(device);
          device = dup;
-@@ -839,7 +839,7 @@ stonith_device_register(xmlNode * msg, c
+@@ -840,7 +840,7 @@ stonith_device_register(xmlNode * msg, c
          }
          g_hash_table_replace(device_list, device->id, device);
  
@@ -26,3 +26,16 @@
                     g_hash_table_size(device_list));
      }
      if (desc) {
+Index: pacemaker/fencing/main.c
+===================================================================
+--- pacemaker.orig/fencing/main.c
++++ pacemaker/fencing/main.c
+@@ -878,7 +878,7 @@ update_cib_cache_cb(const char *event, x
+         switch (rc) {
+             case -pcmk_err_diff_resync:
+             case -pcmk_err_diff_failed:
+-                crm_notice("[%s] Patch aborted: %s (%d)", event, 
pcmk_strerror(rc), rc);
++                crm_info("[%s] Patch aborted: %s (%d)", event, 
pcmk_strerror(rc), rc);
+             case pcmk_ok:
+                 break;
+             default:

++++++ pacemaker-1.1.10+git20140124.96cd194.tar.bz2 -> 
pacemaker-1.1.10+git20140207.6290953.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.10+git20140124.96cd194.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.10+git20140207.6290953.tar.bz2
 differ: char 11, line 1

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

Reply via email to