Update to 1.3.7
This commit is contained in:
parent
ee5b067157
commit
96ca230d03
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/serf-1.3.4.tar.bz2
|
/serf-1.3.4.tar.bz2
|
||||||
/serf-1.3.5.tar.bz2
|
/serf-1.3.5.tar.bz2
|
||||||
/serf-1.3.6.tar.bz2
|
/serf-1.3.6.tar.bz2
|
||||||
|
/serf-1.3.7.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libserf
|
Name: libserf
|
||||||
Version: 1.3.6
|
Version: 1.3.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High-Performance Asynchronous HTTP Client Library
|
Summary: High-Performance Asynchronous HTTP Client Library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -43,6 +43,7 @@ scons \
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
scons install --install-sandbox=%{buildroot}
|
scons install --install-sandbox=%{buildroot}
|
||||||
|
|
||||||
find %{buildroot} -name '*.*a' -delete -print
|
find %{buildroot} -name '*.*a' -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -63,6 +64,9 @@ scons %{?_smp_mflags} check || true
|
|||||||
%{_libdir}/pkgconfig/serf*.pc
|
%{_libdir}/pkgconfig/serf*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 12 2014 Christopher Meng <rpm@cicku.me> - 1.3.7-1
|
||||||
|
- Update to 1.3.7
|
||||||
|
|
||||||
* Tue Jun 17 2014 Christopher Meng <rpm@cicku.me> - 1.3.6-1
|
* Tue Jun 17 2014 Christopher Meng <rpm@cicku.me> - 1.3.6-1
|
||||||
- Update to 1.3.6
|
- Update to 1.3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user