From ea46013a1ef9147d90bd4050bbde0c62b6c07a44 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Feb 20 2015 23:31:11 +0000 Subject: Update to 3.2.5 --- diff --git a/.gitignore b/.gitignore index 7e0e7b7..1868c96 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /zeromq-3.2.2.tar.gz /zeromq-3.2.3.tar.gz /zeromq-3.2.4.tar.gz +/zeromq-3.2.5.tar.gz diff --git a/sources b/sources index 31bccc3..a5a8b3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39af2d41e3fb744b98d7999e291e05dc zeromq-3.2.4.tar.gz +d4189c152fbdc45b376a30bd643f67fd zeromq-3.2.5.tar.gz diff --git a/zeromq3.spec b/zeromq3.spec index 3ed16b0..19778da 100644 --- a/zeromq3.spec +++ b/zeromq3.spec @@ -1,29 +1,14 @@ %bcond_without pgm Name: zeromq3 -Version: 3.2.4 -Release: 4%{?dist} +Version: 3.2.5 +Release: 1%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries License: LGPLv3+ with exceptions URL: http://www.zeromq.org -# VCS: git:git://github.com/zeromq/libzmq.git -# VCS: git:git://github.com/zeromq/zeromq3-x.git -##### -#Source0: http://download.zeromq.org/zeromq-%%{version}.tar.gz -##### -# created with: -# git clone git:http://github.com/zeromq/libzmq.git && cd limzmq -# git archive --format=tar.gz --prefix=zeromq-3.2.0/ 1ef63bc2adc3d50 > zeromq-3.2.0.tar.gz -#Source0: zeromq-%%{version}.tar.gz -# needed BR for checkout -#BuildRequires: autoconf -#BuildRequires: libtool -##### -# rc's Source0: http://download.zeromq.org/zeromq-%{version}.tar.gz -##### BuildRequires: glib2-devel BuildRequires: libuuid-devel %if %{with pgm} @@ -60,10 +45,6 @@ developing applications that use %{name} 3.x. # remove all files in foreign except Makefiles rm -v $(find foreign -type f | grep -v Makefile) -# Don't turn warnings into errors -sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \ - configure - %build %configure \ @@ -109,6 +90,9 @@ make check \ %changelog +* Sat Feb 21 2015 Jose Pedro Oliveira - 3.2.5-1 +- update to 3.2.5 + * Sat Dec 13 2014 Dan HorĂ¡k - 3.2.4-4 - ignore test results on s390(x), the timeouts don't work reliably (related #1116795)