From cbe2c061436293bb9cc9710abec3d57ca9958db2 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Sep 21 2011 09:04:22 +0000 Subject: - update to 2.1.9 - add check section --- diff --git a/.gitignore b/.gitignore index cfa06ac..065b726 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ zeromq-2.0.7.tar.gz /zeromq-2.0.10.tar.gz /zeromq-2.1.3.tar.gz /zeromq-2.1.4.tar.gz +/zeromq-2.1.9.tar.gz diff --git a/sources b/sources index b89bd59..b8c03fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9a8043792be3bfbf791e77bf3f259e8 zeromq-2.1.4.tar.gz +94c5e0262a79c5f82bc0b178c1f8a33d zeromq-2.1.9.tar.gz diff --git a/zeromq.spec b/zeromq.spec index 7943566..1625483 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,5 +1,5 @@ Name: zeromq -Version: 2.1.4 +Version: 2.1.9 Release: 1%{?dist} Summary: Software library for fast, message-based applications @@ -54,6 +54,10 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" rm %{buildroot}%{_libdir}/libzmq.la +%check +make check + + %post -p /sbin/ldconfig @@ -75,6 +79,10 @@ rm %{buildroot}%{_libdir}/libzmq.la %changelog +* Tue Sep 20 2011 Thomas Spura - 2.1.9-1 +- update to 2.1.9 +- add check section + * Wed Apr 6 2011 Thomas Spura - 2.1.4-1 - update to new version (#690199)