New upstream release

Removed unused macros from specfile
Built for varnish-7.2.0
This commit is contained in:
Ingvar Hagelund 2022-09-26 15:01:15 +02:00
parent 330de345c7
commit e27e672ae5
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (varnish-modules-0.20.0.tar.gz) = e63d6da8f63a5ce56bc7a5a1dd1a908e4ab0f6a36b5bdc5709dca2aa9c0b474bd8a06491ed3dee23636d335241ced4c7ef017b57413b05792ad382f6306a0b36
SHA512 (varnish-modules-0.21.0.tar.gz) = a442f58968b471d713c99a94e5b80302c07ea163d3d5022d768eb0b39ab081f18744fd529b04283b0c6ec942f362197935d8ef1aa04f26eff10a81425a63bd35

View File

@ -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 <ingvar@redpill-linpro.com> - 0.21.0-1
- New upstream release
- Removed unused macros from specfile
- Built for varnish-7.2.0
* Mon Aug 15 2022 Ingvar Hagelund <ingvar@redpill-linpro.com> - 0.20.0-3
- Built for varnish-7.1.1