update to 1.3.4

This commit is contained in:
Joe Orton 2014-02-17 08:33:16 +00:00
parent a811065f23
commit 2e3dd7cead

View File

@ -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 <jorton@redhat.com> - 1.3.4-1
- update to 1.3.4
* Tue Dec 10 2013 Joe Orton <jorton@redhat.com> - 1.3.3-1
- update to 1.3.3