Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-03-09 09:59:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-02-11 
16:31:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-03-09 
09:59:52.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 12:26:27 UTC 2015 - rguent...@suse.com
+
+- Add pacemaker-Wno-format-signedness.patch to disable
+  -Wformat-signedness added by GCC 5 and enabled by -Wformat=2
+
+-------------------------------------------------------------------

New:
----
  pacemaker-Wno-format-signedness.patch

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

Other differences:
------------------
++++++ pacemaker.spec ++++++
--- /var/tmp/diff_new_pack.e45gMh/_old  2015-03-09 09:59:53.000000000 +0100
+++ /var/tmp/diff_new_pack.e45gMh/_new  2015-03-09 09:59:53.000000000 +0100
@@ -115,6 +115,7 @@
 Patch5:         pacemaker-cibsecret-tool-temp-disabled.patch
 Patch6:         pacemaker-nagios-plugin-dir.patch
 Patch7:         bug-812269_pacemaker-fencing-device-register-messages.patch
+Patch8:         pacemaker-Wno-format-signedness.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       pacemaker-ticket-support = 2.0
 Conflicts:      heartbeat < 3.0
@@ -396,6 +397,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # Force the local time
 #

++++++ pacemaker-Wno-format-signedness.patch ++++++
Index: pacemaker-1.1.12.git20150129.3021d73/configure.ac
===================================================================
--- pacemaker-1.1.12.git20150129.3021d73.orig/configure.ac      2015-02-24 
13:22:11.748602751 +0100
+++ pacemaker-1.1.12.git20150129.3021d73/configure.ac   2015-02-24 
13:22:29.684800783 +0100
@@ -1708,7 +1708,7 @@ else
                -Wdeclaration-after-statement
                -Wendif-labels
                -Wfloat-equal
-               -Wformat=2
+               -Wformat=2 -Wno-format-signedness
                -Wformat-security
                -Wformat-nonliteral
                -Wmissing-prototypes
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to