From d58a4cf02b267ed382c7a3865bcabe90c859c846 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Sun, 12 Apr 2026 15:48:48 -0400 Subject: [PATCH 1/5] New upstream release varnish-modules-0.28.0, built for varnish-9.0.0 --- .gitignore | 1 + sources | 2 +- varnish-modules.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77f13a4..c3b9d49 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /varnish-modules-0.25.0.tar.gz /varnish-modules-0.26.0.tar.gz /varnish-modules-0.27.0.tar.gz +/varnish-modules-0.28.0.tar.gz diff --git a/sources b/sources index a446885..f25bbdd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (varnish-modules-0.27.0.tar.gz) = bb8a55b3d665fe6de918f784a6f4276b2053f5b1cd0628d6b6c6c78c0042fd678736a2f48375cf356daa47a987175f52569c0b468ccd2b37ab55a32c25255264 +SHA512 (varnish-modules-0.28.0.tar.gz) = 796f95ea6f8b69f6e4fb3daf327c4a6cccc9b6c927d8daace753aad7e443c1f937020465924e472ad65bb0a10e2e5bf85b6228afe3257dbfba0091750fbf300a diff --git a/varnish-modules.spec b/varnish-modules.spec index e554698..196fecf 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -9,8 +9,8 @@ %endif Name: varnish-modules -Version: 0.27.0 -Release: 2%{?dist} +Version: 0.28.0 +Release: 1%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD-2-Clause @@ -81,6 +81,9 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Mon Apr 13 2026 Ingvar Hagelund - 0.28.0-1 +- New upstream release varnish-modules-0.28.0, built for varnish-9.0.0 + * Sat Jan 17 2026 Fedora Release Engineering - 0.27.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From e41ead8384d321c8f17ddd08bf52fc3c14fc53c8 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 30 Apr 2026 15:16:17 +0200 Subject: [PATCH 2/5] Built for varnish-9.0.1 --- varnish-modules.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index 196fecf..16c4a8e 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -1,16 +1,11 @@ %global varnishver %(pkg-config --silence-errors --modversion varnishapi || echo 0) -%if 0%{?rhel} == 7 -%global docutils python34-docutils -%global rst2man rst2man-3.4 -%else %global docutils python3-docutils %global rst2man rst2man -%endif Name: varnish-modules Version: 0.28.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD-2-Clause @@ -81,6 +76,9 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Thu Apr 30 2026 Ingvar Hagelund - 0.28.0-2 +- Built for varnish-9.0.1 + * Mon Apr 13 2026 Ingvar Hagelund - 0.28.0-1 - New upstream release varnish-modules-0.28.0, built for varnish-9.0.0 From cd03cfd35eefcceda8dafe5b740a530881e6ea45 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 21 May 2026 13:15:42 +0200 Subject: [PATCH 3/5] Built for varnish-9.0.2 --- varnish-modules.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index 16c4a8e..3a878f6 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -5,7 +5,7 @@ Name: varnish-modules Version: 0.28.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD-2-Clause @@ -76,6 +76,9 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Fri May 15 2026 Ingvar Hagelund - 0.28.0-3 +- Built for varnish-9.0.2 + * Thu Apr 30 2026 Ingvar Hagelund - 0.28.0-2 - Built for varnish-9.0.1 From 8ffd4aa838f12915d0a479a14395893e33d46afe Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 21 May 2026 14:16:27 +0200 Subject: [PATCH 4/5] Built for varnish-9.0.3 --- varnish-modules.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index 3a878f6..171f7e8 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -5,7 +5,7 @@ Name: varnish-modules Version: 0.28.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD-2-Clause @@ -76,6 +76,9 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Thu May 21 2026 Ingvar Hagelund - 0.28.0-4 +- Built for varnish-9.0.3 + * Fri May 15 2026 Ingvar Hagelund - 0.28.0-3 - Built for varnish-9.0.2 From 7ff3142dec72baeb8a4ed0e03a74e897f5311a2c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:22:28 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- varnish-modules.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index 171f7e8..1c05255 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -5,7 +5,7 @@ Name: varnish-modules Version: 0.28.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of modules ("vmods") extending Varnish VCL License: BSD-2-Clause @@ -76,6 +76,9 @@ sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.28.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Thu May 21 2026 Ingvar Hagelund - 0.28.0-4 - Built for varnish-9.0.3