From 321dd5f0dab911c738526000b367f799d1f02fb3 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Feb 17 2015 22:30:07 +0000 Subject: Update to 2.2.0. --- diff --git a/.gitignore b/.gitignore index 5060d50..d7bd5e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /czmq-1.3.2.tar.gz /czmq-1.4.0.tar.gz /czmq-1.4.1.tar.gz +/czmq-2.2.0.tar.gz diff --git a/czmq.spec b/czmq.spec index fb91580..550c42a 100644 --- a/czmq.spec +++ b/czmq.spec @@ -1,6 +1,6 @@ Name: czmq -Version: 1.4.1 -Release: 4%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: High-level C binding for 0MQ (ZeroMQ) Group: Development/Libraries @@ -33,8 +33,6 @@ This package contains files needed to develop applications using czmq. %prep %setup -q -chmod -c a-x AUTHORS COPYING* NEWS - %build %configure @@ -49,6 +47,7 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} +rm -f %{buildroot}%{_bindir}/*.gsl rm -f %{buildroot}%{_libdir}/libczmq.{a,la} @@ -62,11 +61,12 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make check %files -%doc AUTHORS COPYING* NEWS +%doc AUTHORS NEWS %{_libdir}/*.so.* %files devel %{_bindir}/czmq_selftest +%{_bindir}/makecert %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* @@ -75,6 +75,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make check %changelog +* Tue Feb 17 2015 Jose Pedro Oliveira - 2.2.0-1 +- Update to 2.2.0. + * Sat Aug 16 2014 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 16b5e57..b1560fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b54bcf101e5e23285b8ff0ad80a58c41 czmq-1.4.1.tar.gz +80c7350349134e48045380dde220fb95 czmq-2.2.0.tar.gz