Commit ea89fca7 authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.2.0, and update RPM packaging.

parent 3a6150ca
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2018 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-selector], [trunk], [varnish-support@uplex.de], [vmod-selector])
AC_INIT([libvmod-selector], [1.2.0], [varnish-support@uplex.de], [vmod-selector])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_selector.vcc)
AM_CONFIG_HEADER(config.h)
......
# -D MUST pass in _version and _release, and SHOULD pass in dist.
Summary: Varnish VMOD for matching strings associated with backends, regexen and other strings
Summary: Varnish VMOD for matching strings associated with backends, regexen and other data
Name: vmod-selector
Version: %{_version}
Release: %{_release}%{?dist}
......@@ -30,8 +30,8 @@ Provides: vmod-selector, vmod-selector-debuginfo
%description
Varnish Module for matching fixed strings and prefixes, and
associating the matched string with backends, regular expressions and
other strings.
associating the matched string with backends, regular expressions,
other strings, and integers.
%prep
%setup -q -n %{name}-%{version}
......@@ -73,7 +73,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Apr 16 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Fri Aug 23 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
Add the integer param to .add(), and the .integer() method.
* Tue Apr 16 2019 Geoff Simmons <geoff@uplex.de> - 1.1.0-1
Compatibilty with VRT 9 (Varnish 6.2)
* Fri Nov 30 2018 Geoff Simmons <geoff@uplex.de> - 1.0.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