Commit 150803bb authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.3.2, and update RPM packaging for Varnish 6.3.2.

parent 48cd7c9c
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-blobdigest], [trunk], [varnish-support@uplex.de], [vmod-blobdigest])
AC_INIT([libvmod-blobdigest], [1.3.2], [varnish-support@uplex.de], [vmod-blobdigest])
AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_blobdigest.vcc)
......
......@@ -10,9 +10,9 @@ URL: https://code.uplex.de/uplex-varnish/libvmod-blobdigest
Source0: %{name}-%{version}.tar.gz
# varnish from varnish63 at packagecloud
Requires: varnish = 6.3.1
Requires: varnish = 6.3.2
BuildRequires: varnish-devel = 6.3.1
BuildRequires: varnish-devel = 6.3.2
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
......@@ -73,7 +73,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Mon Oct 21 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Fri Feb 21 2020 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Update for Varnish 6.3.2
* Mon Oct 21 2019 Geoff Simmons <geoff@uplex.de> - 1.3.1-1
- Update for Varnish 6.3.1
- Strictly require the Varnish version, since the VMOD is $ABI strict
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment