diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-varnish.spec | 12 |
3 files changed, 8 insertions, 8 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #162 varnish version 1.2.3 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 1.2.4-1 +- update to 1.2.4 +- drop patch merged upstream + * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 1.2.3-2 - add upstream patch for PHP 7.3 |