From 155ad65b7a9182a57067c661d4bd6e100e9aeee0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Dec 2014 06:28:13 +0100 Subject: php-pecl-stomp: 1.0.6 (stable) --- php-pecl-stomp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-stomp.spec') diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 874c2af..f943c8b 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -23,7 +23,7 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -76,6 +76,7 @@ Stomp compliant Message Brokers through easy object oriented and procedural interfaces. Documentation: http://php.net/stomp + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. @@ -102,6 +103,8 @@ extension=%{pecl_name}.so ; See http://php.net/manual/en/stomp.configuration.php ;stomp.default_broker = "tcp://localhost:61613" +;stomp.default_username = '' +;stomp.default_password = '' ;stomp.default_read_timeout_sec = 2 ;stomp.default_read_timeout_usec = 0 ;stomp.default_connection_timeout_sec = 2 @@ -198,5 +201,8 @@ rm -rf %{buildroot} %changelog +* Mon Dec 08 2014 Remi Collet - 1.0.6-1 +- Update to 1.0.6 (stable) + * Fri Oct 10 2014 Remi Collet - 1.0.5-1 - initial package, version 1.0.5 (stable) \ No newline at end of file -- cgit