From 7663dbedc42e3775a0d53a5b19fb43452bbeda2e Mon Sep 17 00:00:00 2001 From: Dridi Boukelmoune Date: Sep 21 2020 16:26:03 +0000 Subject: Bump to 2.0.2 --- diff --git a/sources b/sources index 0501f78..003afc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vmod-querystring-2.0.1.tar.gz) = 9605fdfe8fd1457b06a2e8306791da3efb340b7bc737be9416b5c6cc424887c89a769854580ca3f000367f234b5b119d016e605c2cd094f6b3aa7c79e076032f +SHA512 (vmod-querystring-2.0.2.tar.gz) = 70f96048117043185b88b69cbcbcf052a9cdc0a7080e8891b9063e183acace623b94e1989393a6591173cb389c5d47063602caa3f91cf5a8da7d2f1066fafd6f diff --git a/vmod-querystring.spec b/vmod-querystring.spec index 1092223..b709766 100644 --- a/vmod-querystring.spec +++ b/vmod-querystring.spec @@ -1,15 +1,15 @@ %global vmoddir %{_libdir}/varnish/vmods Name: vmod-querystring -Version: 2.0.1 -Release: 4%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: QueryString module for Varnish Cache URL: https://github.com/dridi/libvmod-querystring License: GPLv3+ Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: python3 +BuildRequires: python BuildRequires: varnish >= 6 BuildRequires: pkgconfig(varnishapi) >= 6 @@ -37,7 +37,7 @@ with this kind of query-strings. %build -%configure CFLAGS="%{optflags}" PYTHON=python3 +%configure CFLAGS="%{optflags}" %make_build @@ -58,6 +58,9 @@ rm %{buildroot}%{vmoddir}/*.la %changelog +* Mon Sep 21 2020 Dridi Boukelmoune - 2.0.2-1 +- Bump to 2.0.2 for Varnish 6.5.0 + * Wed Jul 29 2020 Fedora Release Engineering - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild