From 969eeee38c697b74a5f0c8892f89de2967086400 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 07:10:21 +0200 Subject: v1.3.7 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-pcs.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index c9da2cf..8bf9035 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pcs PHP Code Service => enabled -Version => 1.3.5 +Version => 1.3.7 File count => 4 Load mode diff --git a/REFLECTION b/REFLECTION index b77ab57..fff3e15 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #89 pcs version 1.3.5 ] { +Extension [ extension #89 pcs version 1.3.7 ] { - Dependencies { Dependency [ tokenizer (Required) ] diff --git a/php-pecl-pcs.spec b/php-pecl-pcs.spec index 9258446..b81a884 100644 --- a/php-pecl-pcs.spec +++ b/php-pecl-pcs.spec @@ -23,7 +23,7 @@ Summary: PHP Code Service Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.5 +Version: 1.3.7 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -255,6 +255,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jun 15 2020 Remi Collet - 1.3.7-1 +- update to 1.3.7 + * Sun Jun 14 2020 Remi Collet - 1.3.5-1 - update to 1.3.5 - drop patch merged upstream -- cgit