diff --git a/.gitignore b/.gitignore index 9d1f313..8488427 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /varnish-modules-0.18.0.tar.gz /varnish-modules-0.19.0.tar.gz /varnish-modules-0.20.0.tar.gz +/varnish-modules-0.21.0.tar.gz diff --git a/sources b/sources index 08d951d..4015eef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (varnish-modules-0.20.0.tar.gz) = e63d6da8f63a5ce56bc7a5a1dd1a908e4ab0f6a36b5bdc5709dca2aa9c0b474bd8a06491ed3dee23636d335241ced4c7ef017b57413b05792ad382f6306a0b36 +SHA512 (varnish-modules-0.21.0.tar.gz) = a442f58968b471d713c99a94e5b80302c07ea163d3d5022d768eb0b39ab081f18744fd529b04283b0c6ec942f362197935d8ef1aa04f26eff10a81425a63bd35 diff --git a/varnish-modules.spec b/varnish-modules.spec index 2669d89..e47d984 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -1,7 +1,6 @@ %global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0) -%global gittag 0.18.0 -%if 0%{?rhel} == 7 || 0%{?rhel} == 6 +%if 0%{?rhel} == 7 %global docutils python34-docutils %global rst2man rst2man-3.4 %else @@ -10,8 +9,8 @@ %endif Name: varnish-modules -Version: 0.20.0 -Release: 3%{?dist} +Version: 0.21.0 +Release: 1%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD @@ -49,7 +48,6 @@ bodyaccess, header, saintmode, tcp, var, vsthrottle, xkey %prep -#autosetup -n #{name}-#{gittag} %autosetup @@ -83,6 +81,11 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Mon Sep 26 2022 Ingvar Hagelund - 0.21.0-1 +- New upstream release +- Removed unused macros from specfile +- Built for varnish-7.2.0 + * Mon Aug 15 2022 Ingvar Hagelund - 0.20.0-3 - Built for varnish-7.1.1