diff --git a/varnish-modules-0.15.0-vmod-tcp-int.patch b/varnish-modules-0.15.0-vmod-tcp-int.patch new file mode 100644 index 0000000..bc31cf4 --- /dev/null +++ b/varnish-modules-0.15.0-vmod-tcp-int.patch @@ -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; diff --git a/varnish-modules.spec b/varnish-modules.spec index 90ff45e..5fd27f7 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -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 - 0.12.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild +* Tue Apr 24 2018 Lubos¡ Uhliarik - 0.12.16 +- use rst2man binary for both python2 and python3 -* Fri Feb 09 2018 Fedora Release Engineering - 0.12.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild +* Mon Apr 16 2018 Joe Orton - 0.12.1-4.4 +- fix abi requires (#1566046) -* Sat Oct 21 2017 Dridi Boukelmoune 0.12.1-5 -- Update varnishabi requirement for f28 +* Thu Mar 29 2018 Joe Orton - 0.12.1-4.2 +- fix use of rst2man with python3-docutils + +* Wed Mar 28 2018 Joe Orton - 0.12.1-4.1 +- add Python build conditionals * Thu Aug 03 2017 Fedora Release Engineering - 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 + +