summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-21 09:29:31 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-21 09:29:31 +0100
commit05f1f0d11549b6dc8af0bfe8bc0dc819ab3054c3 (patch)
treeadfe7f1a35c8ceec0bffdcbdae2543348aa77953
parent965bcfc52c27fbb1ffe932716da14bbdcb7a16de (diff)
php-pecl-tcpwrap: 1.2.0
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-tcpwrap.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 472a838..318fe1e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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