Bump to 1.0.5 (#1568200)
This commit is contained in:
parent
fab4d83e37
commit
accde5f4d3
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/vmod-querystring-1.0.1.tar.gz
|
||||
/vmod-querystring-1.0.2.tar.gz
|
||||
/vmod-querystring-1.0.3.tar.gz
|
||||
/vmod-querystring-1.0.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vmod-querystring-1.0.3.tar.gz) = 0c451e299432bcd742b9d09a3ba063caf4a85ac4da0d2b7e94fd571fe5747ef76693c67bdd96de8596fac09c8f14ef576398fde77543c86384de660302b1ebb2
|
||||
SHA512 (vmod-querystring-1.0.5.tar.gz) = c421905c410fff7ed710a2891c4e74672e91fb3fb725e59e34f62900b281a6f7a64ca8ffc06e3e0535928afcefb8bacb17ec9c0e2df8ba809ca8cb09b317e13e
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global vmoddir %{_libdir}/varnish/vmods
|
||||
|
||||
Name: vmod-querystring
|
||||
Version: 1.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: QueryString module for Varnish Cache
|
||||
URL: https://github.com/dridi/libvmod-querystring
|
||||
|
|
@ -10,7 +10,7 @@ License: GPLv3+
|
|||
|
||||
Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3
|
||||
BuildRequires: varnish >= 4.1.3
|
||||
BuildRequires: pkgconfig(varnishapi) >= 4.1.3
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ with this kind of query-strings.
|
|||
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules CFLAGS="%{optflags}" PYTHON=python3 RST2MAN=rst2man-3
|
||||
%configure CFLAGS="%{optflags}" PYTHON=python3
|
||||
%make_build
|
||||
|
||||
|
||||
|
|
@ -59,6 +59,12 @@ rm %{buildroot}%{vmoddir}/*.la
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 17 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.5-1
|
||||
- Bump to 1.0.5
|
||||
- Drop rst2man BR
|
||||
- Add python3 BR
|
||||
- Simplify %%configure step
|
||||
|
||||
* Thu Mar 15 2018 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-3
|
||||
- Explicit python requirements (#1556533)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue