diff --git a/.gitignore b/.gitignore index b354283..2129d65 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /serf-1.3.4.tar.bz2 /serf-1.3.5.tar.bz2 /serf-1.3.6.tar.bz2 +/serf-1.3.7.tar.bz2 diff --git a/libserf.spec b/libserf.spec index ff822da..f921ae0 100644 --- a/libserf.spec +++ b/libserf.spec @@ -1,5 +1,5 @@ Name: libserf -Version: 1.3.6 +Version: 1.3.7 Release: 1%{?dist} Summary: High-Performance Asynchronous HTTP Client Library License: ASL 2.0 @@ -43,6 +43,7 @@ scons \ %install scons install --install-sandbox=%{buildroot} + find %{buildroot} -name '*.*a' -delete -print %check @@ -63,6 +64,9 @@ scons %{?_smp_mflags} check || true %{_libdir}/pkgconfig/serf*.pc %changelog +* Tue Aug 12 2014 Christopher Meng - 1.3.7-1 +- Update to 1.3.7 + * Tue Jun 17 2014 Christopher Meng - 1.3.6-1 - Update to 1.3.6 diff --git a/sources b/sources index fbb5e26..9d9800f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fe38fa6eab078e0beabf291d8e4995d serf-1.3.6.tar.bz2 +0a6fa745df4517dd8f79c75c538919bc serf-1.3.7.tar.bz2