From f8b7e19587a17bffb2747fcc509d617bcf6eaae0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jul 2016 17:11:31 +0200 Subject: php-pecl-amqp: 1.7.1 --- REFLECTION | 92 +++++++++++++++++++++++++++--------------------------- php-pecl-amqp.spec | 9 +++++- 2 files changed, 54 insertions(+), 47 deletions(-) diff --git a/REFLECTION b/REFLECTION index 360d1d5..46c8f4c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 amqp version 1.7.0 ] { +Extension [ extension #72 amqp version 1.7.1 ] { - INI { Entry [ amqp.host ] @@ -918,7 +918,7 @@ Extension [ extension #74 amqp version 1.7.0 ] { } } - Class [ class AMQPException extends Exception ] { + Class [ class AMQPException extends Exception implements Throwable ] { - Constants [0] { } @@ -949,33 +949,33 @@ Extension [ extension #74 amqp version 1.7.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPConnectionException extends AMQPException ] { + Class [ class AMQPConnectionException extends AMQPException implements Throwable ] { - Constants [0] { } @@ -1006,33 +1006,33 @@ Extension [ extension #74 amqp version 1.7.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPChannelException extends AMQPException ] { + Class [ class AMQPChannelException extends AMQPException implements Throwable ] { - Constants [0] { } @@ -1063,33 +1063,33 @@ Extension [ extension #74 amqp version 1.7.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPQueueException extends AMQPException ] { + Class [ class AMQPQueueException extends AMQPException implements Throwable ] { - Constants [0] { } @@ -1120,33 +1120,33 @@ Extension [ extension #74 amqp version 1.7.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class AMQPExchangeException extends AMQPException ] { + Class [ class AMQPExchangeException extends AMQPException implements Throwable ] { - Constants [0] { } @@ -1177,28 +1177,28 @@ Extension [ extension #74 amqp version 1.7.0 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index c39b5df..d04a839 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -29,7 +29,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -80,6 +80,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -293,6 +297,9 @@ fi %changelog +* Sun Jul 10 2016 Remi Collet - 1.7.1-1 +- Update to 1.7.1 (php 5 and 7, stable) + * Tue Apr 26 2016 Remi Collet - 1.7.0-1 - update to 1.7.0 (php 5 and 7, stable) -- cgit