From c55f9a725cbb3fa2833a1023c88f8ea5a5823705 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 1 Jul 2018 18:32:16 +0200 Subject: v1.2.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-varnish.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4d04619..f9b4814 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ varnish varnish support => enabled -Extension version => 1.2.3 +Extension version => 1.2.4 Revision => $Id: varnish.c 344445 2018-03-04 19:35:20Z ab $ Varnish version => Varnish 5.1.3 05c5ac6b9 diff --git a/REFLECTION b/REFLECTION index 295b856..692f1f6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #162 varnish version 1.2.3 ] { +Extension [ extension #162 varnish version 1.2.4 ] { - Dependencies { Dependency [ hash (Required) ] diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 8821500..7e91858 100644 --- a/php-pecl-varnish.spec +++ b/php-pecl-varnish.spec @@ -28,14 +28,12 @@ Summary: Varnish Cache bindings Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.2.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-upstream.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -105,8 +103,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p3 -b .upstream - # Sanity check, really often broken extver=$(sed -n '/#define PHP_VARNISH_VERSION/{s/.* "//;s/".*$//;p}' php_varnish.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -285,6 +281,10 @@ exit $ret %changelog +* Sun Jul 1 2018 Remi Collet - 1.2.4-1 +- update to 1.2.4 +- drop patch merged upstream + * Wed Jun 27 2018 Remi Collet - 1.2.3-2 - add upstream patch for PHP 7.3 -- cgit