[packages/qpid-proton] - updated to 0.32.0 - old format patch obsolete; replaced by new format string fix

qboosh qboosh at pld-linux.org
Tue Oct 13 19:13:16 CEST 2020


commit 0cf0530f0248c114544fe32479d3ddedae21f0a1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 13 19:13:16 2020 +0200

    - updated to 0.32.0
    - old format patch obsolete; replaced by new format string fix

 qpid-proton-format.patch | 22 +++++++++++-----------
 qpid-proton.spec         |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/qpid-proton.spec b/qpid-proton.spec
index c0280cc..0a9709d 100644
--- a/qpid-proton.spec
+++ b/qpid-proton.spec
@@ -9,12 +9,12 @@
 Summary:	Qpid Proton - AMQP messaging toolkit
 Summary(pl.UTF-8):	Qpid Proton - narzędzia do komunikacji AMQP
 Name:		qpid-proton
-Version:	0.31.0
+Version:	0.32.0
 Release:	1
 License:	Apache v2.0
 Group:		Libraries
 Source0:	https://downloads.apache.org/qpid/proton/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	568bb8459e54ce94fc216de2b9e2b038
+# Source0-md5:	5bb5cc9a50f53c76fe281d5e3d5e5342
 Patch0:		%{name}-format.patch
 URL:		http://qpid.apache.org/proton/
 BuildRequires:	cmake >= 2.8.12
diff --git a/qpid-proton-format.patch b/qpid-proton-format.patch
index a3a894d..7746cae 100644
--- a/qpid-proton-format.patch
+++ b/qpid-proton-format.patch
@@ -1,11 +1,11 @@
---- qpid-proton-0.31.0/CMakeLists.txt.orig	2020-05-07 16:57:23.000000000 +0200
-+++ qpid-proton-0.31.0/CMakeLists.txt	2020-05-26 22:29:21.525675340 +0200
-@@ -140,7 +140,7 @@
-   endif (ENABLE_WARNING_ERROR)
-   set (COMPILE_WARNING_FLAGS "${WERROR} -Wall -pedantic-errors")
-   # C++ allow "%z" format specifier and variadic macros
--  set (CXX_WARNING_FLAGS "${COMPILE_WARNING_FLAGS} -Wno-format -Wno-variadic-macros")
-+  set (CXX_WARNING_FLAGS "${COMPILE_WARNING_FLAGS} -Wno-variadic-macros")
-   if (NOT BUILD_WITH_CXX)
-     set (COMPILE_WARNING_FLAGS "${COMPILE_WARNING_FLAGS} -Wstrict-prototypes -Wc++-compat -Wvla -Wsign-compare -Wwrite-strings")
-     set (COMPILE_LANGUAGE_FLAGS "-std=c99")
+--- qpid-proton-0.32.0/c/tests/threaderciser.c.orig	2020-10-13 19:03:31.807418794 +0200
++++ qpid-proton-0.32.0/c/tests/threaderciser.c	2020-10-13 19:03:34.654070039 +0200
+@@ -94,7 +94,7 @@
+   char msg[256];
+   char *i = msg;
+   char *end = i + sizeof(msg);
+-  i += assert_no_err(snprintf(i, end-i, "(%lx) ", (uintptr_t) pthread_self()));
++  i += assert_no_err(snprintf(i, end-i, "(%tx) ", (uintptr_t) pthread_self()));
+   if (i < end) {
+     va_list ap;
+     va_start(ap, fmt);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qpid-proton.git/commitdiff/0cf0530f0248c114544fe32479d3ddedae21f0a1



More information about the pld-cvs-commit mailing list