From 27cf399d7e117d2b261db6fdab95a079c08765f3 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 4 Oct 2021 20:18:26 +0200 Subject: [PATCH] New upstream release Built for varnish-7.0.0 --- .gitignore | 1 + sources | 2 +- varnish-modules.spec | 15 ++++++++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 07c5dd1..7017fad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /varnish-modules-4d6593c.tar.gz /varnish-modules-0.17.1.tar.gz /varnish-modules-0.18.0.tar.gz +/varnish-modules-0.19.0.tar.gz diff --git a/sources b/sources index cd31729..5451d50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (varnish-modules-0.18.0.tar.gz) = a6a56ea371ebe8183926e5411f8b4ee7bb47cc45464cfffb2f4a8d17b04b156889bcbe254845058ded2e712ed21ee73e6e98eb29f72d922f1fbbfc1cc506d9f1 +SHA512 (varnish-modules-0.19.0.tar.gz) = fc6f4c1695f80fa3b267c13c772dca9cf577eed38c733207cf0f8e01b5d4ebabbe43e936974ba70338a663a45624254759cfd75f8fbae0202361238ee5f15cef diff --git a/varnish-modules.spec b/varnish-modules.spec index 7bfde02..3013108 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -10,13 +10,13 @@ %endif Name: varnish-modules -Version: 0.18.0 -Release: 3%{?dist} +Version: 0.19.0 +Release: 1%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD URL: https://github.com/varnish/varnish-modules -Source: https://github.com/varnish/varnish-modules/archive/%{gittag}/%{name}-%{version}.tar.gz +Source: https://github.com/varnish/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make @@ -48,11 +48,12 @@ bodyaccess, header, saintmode, tcp, var, vsthrottle, xkey %prep -%autosetup -n %{name}-%{gittag} +#autosetup -n #{name}-#{gittag} +%autosetup %build -sh bootstrap +#sh bootstrap export RST2MAN=%{rst2man} %configure %make_build @@ -81,6 +82,10 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Thu Sep 23 2021 Ingvar Hagelund - 0.19.0-1 +- New upstream release +- Built for varnish-7.0.0 + * Fri Jul 23 2021 Fedora Release Engineering - 0.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild