Hello community,

here is the log from the commit of package qpid-cpp for openSUSE:Factory 
checked in at 2016-06-19 10:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpid-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.qpid-cpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpid-cpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpid-cpp/qpid-cpp.changes        2015-09-08 
18:05:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qpid-cpp.new/qpid-cpp.changes   2016-06-19 
10:50:36.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 17 15:47:48 UTC 2016 - fst...@suse.com
+
+- Added patch:
+  * qpid-cpp-0.34-gcc6.patch
+    - Disable -Werror in order to be able to build with the new
+      GCC6 warnings.
+
+-------------------------------------------------------------------

New:
----
  qpid-cpp-0.34-gcc6.patch

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

Other differences:
------------------
++++++ perl-qpid.spec ++++++
--- /var/tmp/diff_new_pack.ZQdaJM/_old  2016-06-19 10:50:38.000000000 +0200
+++ /var/tmp/diff_new_pack.ZQdaJM/_new  2016-06-19 10:50:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-qpid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ qpid-cpp.spec ++++++
--- /var/tmp/diff_new_pack.ZQdaJM/_old  2016-06-19 10:50:38.000000000 +0200
+++ /var/tmp/diff_new_pack.ZQdaJM/_new  2016-06-19 10:50:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qpid-cpp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,12 +26,13 @@
 Source0:        
http://www.apache.org/dist/qpid/cpp/%{version}/%{name}-%{version}.tar.gz
 Source1000:     %{name}-rpmlintrc
 Patch0:         0001-NO-JIRA-qpidd.service-file-for-use-on-Fedora.patch
-Patch3:         qpid-0.24-date.patch
-Patch4:         qpid-cpp-tests.patch
-Patch5:         qpid-cpp-initdir.patch
-Patch8:         %{name}-0.30-cmake.patch
-Patch9:         %{name}-aarch64.patch
-Patch10:        qpid-boost-test-message.patch
+Patch1:         qpid-0.24-date.patch
+Patch2:         qpid-cpp-tests.patch
+Patch3:         qpid-cpp-initdir.patch
+Patch4:         %{name}-0.30-cmake.patch
+Patch5:         %{name}-aarch64.patch
+Patch6:         qpid-boost-test-message.patch
+Patch7:         qpid-cpp-0.34-gcc6.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  cyrus-sasl
@@ -346,12 +347,13 @@
 %prep
 %setup -q
 %patch0 -p3
-%patch3 -p2 -b .date
-%patch4 -p1 -b .tests
-%patch5 -p1 -b .initdir
-%patch8 -p1
-%patch9 -p2
-%patch10 -p1
+%patch1 -p2 -b .date
+%patch2 -p1 -b .tests
+%patch3 -p1 -b .initdir
+%patch4 -p1
+%patch5 -p2
+%patch6 -p1
+%patch7 -p1
 
 %global perftests "qpid-perftest qpid-topic-listener qpid-topic-publisher 
qpid-latency-test qpid-client-test qpid-txtest"
 

++++++ qpid-cpp-0.34-gcc6.patch ++++++
--- qpid-cpp-0.34/CMakeLists.txt        2015-02-27 00:06:31.000000000 +0100
+++ qpid-cpp-0.34/CMakeLists.txt        2016-06-17 17:38:34.756625133 +0200
@@ -144,7 +144,7 @@
    # -Wunreachable-code -Wpadded -Winline
    # -Wshadow - warns about boost headers.
    set (WARNING_FLAGS
-        "-Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith 
-Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch 
-Wno-system-headers -Woverloaded-virtual")
+        "-pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual 
-Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch 
-Wno-system-headers -Woverloaded-virtual")
 
    set (CATCH_UNDEFINED "-Wl,--no-undefined")
    # gcc on SunOS uses native linker whose "-z defs" is too fussy

Reply via email to