diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-tcpwrap.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 tcpwrap version 1.1.3 ] { +Extension [ <persistent> extension #137 tcpwrap version 1.2.0 ] { - Functions { Function [ <internal:tcpwrap> function tcpwrap_check ] { diff --git a/php-pecl-tcpwrap.spec b/php-pecl-tcpwrap.spec index 4a89e3d..53c542a 100644 --- a/php-pecl-tcpwrap.spec +++ b/php-pecl-tcpwrap.spec @@ -21,7 +21,7 @@ Summary: Tcpwrappers binding Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.3 +Version: 1.2.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -224,6 +224,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Mar 21 2017 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- Update to 1.2.0 + * Sat Dec 31 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-1 - initial package - use fix from trunk, up to rev 341556 |