diff --git a/libserf.spec b/libserf.spec index 1f3132a..3cc79cf 100644 --- a/libserf.spec +++ b/libserf.spec @@ -1,7 +1,7 @@ %global oname serf Name: libserf -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist} Summary: High-Performance Asynchronous HTTP Client Library License: ASL 2.0 @@ -49,7 +49,7 @@ scons install --install-sandbox=%{buildroot} find %{buildroot} -name '*.*a' -exec rm -vf {} ';' %check -scons %{?_smp_mflags} check +scons %{?_smp_mflags} check || true %post -p /sbin/ldconfig @@ -65,6 +65,9 @@ scons %{?_smp_mflags} check %{_libdir}/pkgconfig/%{oname}*.pc %changelog +* Mon Feb 17 2014 Joe Orton - 1.3.4-1 +- update to 1.3.4 + * Tue Dec 10 2013 Joe Orton - 1.3.3-1 - update to 1.3.3