Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2013-10-24 14:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-10-11 
11:04:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2013-10-24 
14:10:57.000000000 +0200
@@ -1,0 +2,31 @@
+Tue Oct 22 15:03:31 UTC 2013 - [email protected]
+
+- Disable -Wcast-align on problematic files
+
+-------------------------------------------------------------------
+Tue Oct 22 10:50:29 UTC 2013 - [email protected]
+
+- iso8601: Prevent dates from jumping backwards a day in some timezones
+- crm_master: Avoid sending redundant "--node" options to crm_attribute 
(bnc#846360)
+- ipc: Client buffer size must never fall below our max read size
+- ipc: Ensure buffer environment variable is read before setting max buffer len
+- fencing: Deep copy current topology level list on remote op
+- Upstream version cs: afdce1faecf82c778ed81eb5eb9b7518d36a1160
+
+-------------------------------------------------------------------
+Thu Oct 17 06:43:26 UTC 2013 - [email protected]
+
+- crm_resource: Wait for a reply for each request to crmd (bnc#842204)
+- Upstream version cs: 7afb87c8caa96d3c1ed9a353ae6061023a729fd4
+
+-------------------------------------------------------------------
+Wed Oct 16 02:46:19 UTC 2013 - [email protected]
+
+- Cluster: On cluster signoff, make sure that the g_source gets disconnected.
+- crmd: Using PCMK_ipc_buffer variable for remote-node proxy
+- plugin: Reset the scheduling policy of daemons to SCHED_OTHER with nice 
value -10 (bnc#843647)
+- ipc: Compress msgs based on client's actual max send size
+- pengine: Do not probe for connection resources
+- Upstream version cs: 490e695539630cfc158c5967a99237659fac5f30
+
+-------------------------------------------------------------------
@@ -279,2 +310,2 @@
-- crmd: Everyone who gets a fencing notification should mark the node as down
-- crmd: Initiate node shutdown if another node claims to have successfully 
fenced us
+- crmd: Everyone who gets a fencing notification should mark the node as down 
(bnc#842915)
+- crmd: Initiate node shutdown if another node claims to have successfully 
fenced us (bnc#842915)
@@ -334 +365 @@
-- Fencing: Restore the ability to manually confirm that fencing completed
+- Fencing: Restore the ability to manually confirm that fencing completed 
(bnc#843699)

New:
----
  pacemaker-Wno-cast-align.patch

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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.iR9dy9/_old  2013-10-24 14:10:59.000000000 +0200
+++ /var/tmp/diff_new_pack.iR9dy9/_new  2013-10-24 14:10:59.000000000 +0200
@@ -28,9 +28,9 @@
 # Needed so that the -devel package is multilib compliant
 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 
's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
 
-#%global rawhide  %(test ! -e /etc/yum.repos.d/fedora-rawhide.repo; echo $?)
+#%%global rawhide  %%(test ! -e /etc/yum.repos.d/fedora-rawhide.repo; echo $?)
 %global rawhide  0
-#%global cs_version %(pkg-config corosync --modversion  | awk -F . '{print 
$1}')
+#%%global cs_version %%(pkg-config corosync --modversion  | awk -F . '{print 
$1}')
 %global cs_version 2
 %global py_site %(python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib(1))")
 
@@ -114,6 +114,7 @@
 Patch8:         bug-812269_pacemaker-fencing-update-cib.patch
 Patch9:         bug-800323_pacemaker-crm_mon-save-cib.patch
 Patch10:        bug-812269_pacemaker-fencing-device-register-messages.patch
+Patch11:        pacemaker-Wno-cast-align.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       pacemaker-ticket-support = 2.0
 Conflicts:      heartbeat < 3.0
@@ -400,6 +401,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # Force the local time
 #

++++++ pacemaker-Wno-cast-align.patch ++++++
Index: pacemaker/lib/common/Makefile.am
===================================================================
--- pacemaker.orig/lib/common/Makefile.am
+++ pacemaker/lib/common/Makefile.am
@@ -32,6 +32,8 @@ lib_LTLIBRARIES       = libcrmcommon.la
 
 CFLAGS         = $(CFLAGS_COPY:-Wcast-qual=) -fPIC
 
+ipc.lo remote.lo: CFLAGS += -Wno-cast-align
+
 libcrmcommon_la_SOURCES        = ipc.c utils.c xml.c iso8601.c remote.c 
mainloop.c logging.c
 if BUILD_CIBSECRETS
 libcrmcommon_la_SOURCES        += cib_secrets.c
++++++ pacemaker.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker.tar.bz2 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.tar.bz2 differ: char 11, 
line 1

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

Reply via email to