]> git.pld-linux.org Git - packages/zeromq.git/commitdiff
- disable test_radio_dish test; release 2 auto/th/zeromq-4.3.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Sep 2020 17:54:02 +0000 (19:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 21 Sep 2020 17:54:02 +0000 (19:54 +0200)
zeromq.spec

index 6c70878db99d9fc34abb53b047062cea25433a41..581672ddc43fb2ed4deeaae4cca00fde4b678116 100644 (file)
@@ -11,7 +11,7 @@ Summary(en.UTF-8):    ØMQ - Zero Message Queue
 Summary(pl.UTF-8):     ØMQ (Zero Message Queue) - kolejka komunikatów
 Name:          zeromq
 Version:       4.3.3
-Release:       1
+Release:       2
 License:       LGPL v3+ with linking exception
 Group:         Libraries
 #Source0Download: https://github.com/zeromq/libzmq/releases/
@@ -123,6 +123,9 @@ wykorzystujących interfejs C++ do ØMQ.
 
 %{__sed} -ne '/SPECIAL EXCEPTION GRANTED/,$p' COPYING.LESSER > COPYING.exception
 
+# uses some multicast networking, timeouts on some hosts
+%{__sed} -i -e '/^\s*tests\/test_radio_dish /d' Makefile.am
+
 %build
 %{__libtoolize}
 %{__aclocal}
This page took 0.193365 seconds and 4 git commands to generate.