diff --git a/.gitignore b/.gitignore index fceb9c3..07c5dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /varnish-modules-0.16.0.tar.gz /varnish-modules-4d6593c.tar.gz /varnish-modules-0.17.1.tar.gz +/varnish-modules-0.18.0.tar.gz diff --git a/sources b/sources index 18c22fe..cd31729 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (varnish-modules-0.17.1.tar.gz) = 354f06f6da7c87a3ba28f1871870ec52bba1af40622c6176c1a1cae70f0bbf5f658206f82c4542eb7e8e7c7ef5e03a2cff598e6f799d3a4fdcc5e7113ce0900f +SHA512 (varnish-modules-0.18.0.tar.gz) = a6a56ea371ebe8183926e5411f8b4ee7bb47cc45464cfffb2f4a8d17b04b156889bcbe254845058ded2e712ed21ee73e6e98eb29f72d922f1fbbfc1cc506d9f1 diff --git a/varnish-modules.spec b/varnish-modules.spec index 1be558d..93c36ee 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -1,5 +1,5 @@ %global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0) -%global gittag 0.17.1 +%global gittag 0.18.0 %if 0%{?rhel} == 7 || 0%{?rhel} == 6 %global docutils python34-docutils @@ -10,7 +10,7 @@ %endif Name: varnish-modules -Version: 0.17.1 +Version: 0.18.0 Release: 1%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL @@ -74,13 +74,17 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %files #doc docs AUTHORS CHANGES.rst COPYING README.rst -%doc AUTHORS CHANGES.rst COPYING README.rst +%doc AUTHORS CHANGES.rst COPYING README.md %license LICENSE %{_libdir}/varnish/vmods/* %{_mandir}/man3/*.3* %changelog +* Tue May 18 2021 Ingvar Hagelund 0.18.0-1 +- New upstream release +- Rebuilt for varnish-6.6.0 + * Wed Mar 17 2021 Ingvar Hagelund 0.17.1-1 - New upstream release - Switched back to original varnish github upstream, as it has catched up