update to 1.3.3

This commit is contained in:
Joe Orton 2013-12-10 16:44:38 +00:00
parent 64cc84f15f
commit a811065f23
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/serf-1.2.1.tar.bz2
/serf-1.3.2.tar.bz2
/serf-1.3.3.tar.bz2

View File

@ -1,7 +1,7 @@
%global oname serf
Name: libserf
Version: 1.3.2
Version: 1.3.3
Release: 1%{?dist}
Summary: High-Performance Asynchronous HTTP Client Library
License: ASL 2.0
@ -65,6 +65,9 @@ scons %{?_smp_mflags} check
%{_libdir}/pkgconfig/%{oname}*.pc
%changelog
* Tue Dec 10 2013 Joe Orton <jorton@redhat.com> - 1.3.3-1
- update to 1.3.3
* Wed Nov 6 2013 Joe Orton <jorton@redhat.com> - 1.3.2-1
- update to 1.3.2
- require krb5-devel for libgssapi (#1027011)

View File

@ -1 +1 @@
43ce30fccf39ab0186a7590e2733e3ec serf-1.3.2.tar.bz2
8375cf4fe2a89773c7d6dbf0d540ed27 serf-1.3.3.tar.bz2