]> git.pld-linux.org Git - packages/zeromq.git/commitdiff
- up to 3.2.3 auto/th/zeromq-3.2.3-1
authorLukasz Glebicki <blekot@pld-linux.org>
Sat, 4 May 2013 08:59:11 +0000 (10:59 +0200)
committerLukasz Glebicki <blekot@pld-linux.org>
Sat, 4 May 2013 08:59:11 +0000 (10:59 +0200)
- tests can fail with -j greater than 1

zeromq.spec

index 70488bb686a109c7fd2ce9f076a4858f3216b891..737b7b055d390cad2f83533d42ad154ea0b358c0 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       ZMQ - Zero Message Queue
 Summary(en.UTF-8):     ØMQ - Zero Message Queue
 Name:          zeromq
-Version:       3.2.2
-Release:       3
+Version:       3.2.3
+Release:       1
 License:       LGPL v3+
 Group:         Libraries
 Source0:       http://download.zeromq.org/%{name}-%{version}.tar.gz
-# Source0-md5: df68431d9300da84a1a5f9a2784e33de
+# Source0-md5: 1abf8246363249baf5931a065ee38203
 URL:           http://www.zeromq.org/
 BuildRequires: autoconf >= 2.12
 BuildRequires: automake
@@ -83,7 +83,7 @@ Statyczna biblioteka ØMQ.
 %{__make}
 
 %if %{with tests}
-%{__make} check
+%{__make} check -j1
 %endif
 
 %install
This page took 0.097282 seconds and 4 git commands to generate.