Commit 06fbfe03 authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.7.0, and update RPMs for Varnish 6.6.2.

parent 4e10278a
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.7.0], [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 varnish66 at packagecloud
Requires: varnish = 6.6.0
Requires: varnish = 6.6.2
BuildRequires: varnish-devel = 6.6.0
BuildRequires: varnish-devel = 6.6.2
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: gcc
......@@ -73,7 +73,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Thu Apr 22 2021 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Wed Jan 26 2022 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Update for Varnish 6.6.2
* Thu Apr 22 2021 Geoff Simmons <geoff@uplex.de> - 1.6.0-1
- Update for Varnish 6.6.0
* Thu Dec 31 2020 Geoff Simmons <geoff@uplex.de> - 1.5.0-1
......
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