Bump to 2.0.2
This commit is contained in:
parent
0f0da1e28b
commit
7663dbedc4
2 changed files with 8 additions and 5 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vmod-querystring-2.0.1.tar.gz) = 9605fdfe8fd1457b06a2e8306791da3efb340b7bc737be9416b5c6cc424887c89a769854580ca3f000367f234b5b119d016e605c2cd094f6b3aa7c79e076032f
|
||||
SHA512 (vmod-querystring-2.0.2.tar.gz) = 70f96048117043185b88b69cbcbcf052a9cdc0a7080e8891b9063e183acace623b94e1989393a6591173cb389c5d47063602caa3f91cf5a8da7d2f1066fafd6f
|
||||
|
|
|
|||
|
|
@ -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 <dridi@fedoraproject.org> - 2.0.2-1
|
||||
- Bump to 2.0.2 for Varnish 6.5.0
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue