Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Lubos Uhliarik
506e116fe8 Merge branch 'master' into stream-6 2019-05-28 17:21:36 +02:00
Lubos Uhliarik
06d9ab1393 Fixed i686 build failure
updated to newer version (0.15.0)
Drop EPEL and older Fedora releases support
Drop broken manual ABI dependency to Varnish
Drop commented out references to past patches
Verbose test suite
Simplified configure step
Dependencies cleanup
2018-08-10 09:56:44 +00:00
2 changed files with 25 additions and 6 deletions

View file

@ -0,0 +1,13 @@
diff --git a/src/vmod_tcp.c b/src/vmod_tcp.c
index fee4bd3..e1c5dfa 100644
--- a/src/vmod_tcp.c
+++ b/src/vmod_tcp.c
@@ -174,7 +174,7 @@ vmod_set_socket_pace(VRT_CTX, VCL_INT rate)
sizeof(pacerate)) != 0)
VSLb(ctx->vsl, SLT_VCL_Error, "set_socket_pace(): Error setting pace rate.");
else
- VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %lu KB/s.", rate);
+ VSLb(ctx->vsl, SLT_VCL_Log, "vmod-tcp: Socket paced to %d KB/s.", pacerate);
# ifndef NDEBUG
int retval;

View file

@ -38,6 +38,7 @@ tcp, var, xkey
%prep
%setup -q
%if "%varnishver" >= "6.1"
%patch10 -p1
%endif
@ -88,14 +89,17 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
- Simplified configure step
- Dependencies cleanup
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Apr 24 2018 Lubos¡ Uhliarik <luhliari@redhat.com> - 0.12.16
- use rst2man binary for both python2 and python3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Apr 16 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.4
- fix abi requires (#1566046)
* Sat Oct 21 2017 Dridi Boukelmoune <dridi@fedoraproject.org> 0.12.1-5
- Update varnishabi requirement for f28
* Thu Mar 29 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.2
- fix use of rst2man with python3-docutils
* Wed Mar 28 2018 Joe Orton <jorton@redhat.com> - 0.12.1-4.1
- add Python build conditionals
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
@ -130,3 +134,5 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro
- First wrap for fedora
- Uses some old-style specfile components for el5 compatibility, including
the usage of the BuildRoot header and cleaning the buildroot before install