Commit b65d47ee authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.5.3, and update RPM packaging.

parent ab860e78
AC_PREREQ([2.68])
AC_INIT([libvmod-re2], [trunk], [varnish-support@uplex.de], [vmod-re2])
AC_INIT([libvmod-re2], [1.5.3], [varnish-support@uplex.de], [vmod-re2])
AC_COPYRIGHT([Copyright 2016-2017 UPLEX - Nils Goroll Systemoptimierung])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
......
......@@ -13,7 +13,7 @@ Source0: %{name}-%{version}.tar.gz
Requires: varnish >= 6.0.0, varnish < 6.1.0
Requires: re2 >= 20150501
BuildRequires: varnish-devel >= 6.0.0, varnish < 6.1.0
BuildRequires: varnish-devel >= 6.0.0, varnish-devel < 6.1.0
BuildRequires: re2-devel >= 20150501
BuildRequires: pkgconfig
BuildRequires: make
......@@ -74,6 +74,11 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Wed Aug 28 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Add integers associated with set elements
- Backport set methods sub(), suball(), extract() and saved()
- Backport functions quotemeta() and cost()
* Fri Nov 30 2018 Geoff Simmons <geoff@uplex.de> - 1.5.2
- Strictly require Varnish 6.0 -- compatible with libvarnishapi.so.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