From 49717577085d602d9f8f51b610f30e5577f03895 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 13 Oct 2020 14:47:16 +0200 Subject: [PATCH] - enable DRAFT APIs (required by rsyslog modules); release 2 --- czmq.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/czmq.spec b/czmq.spec index 3e6346c..025d849 100644 --- a/czmq.spec +++ b/czmq.spec @@ -7,7 +7,7 @@ Summary: High-level C binding for 0MQ Summary(pl.UTF-8): Wysokopoziomowe wiązania C dla 0MQ Name: czmq Version: 4.2.0 -Release: 1 +Release: 2 License: LGPL v3+ Group: Libraries #Source0Download: https://github.com/zeromq/czmq/releases @@ -114,6 +114,7 @@ Wiązania Pythona 3 do CZMQ - wysokopoziomowego wiązania C do 0MQ. # use include subdir - file names could be too common (zfile.h etc.) %configure \ --enable-bindings-python \ + --enable-drafts \ --disable-silent-rules \ --includedir=%{_includedir}/czmq %{__make} -- 2.44.0