summaryrefslogtreecommitdiffstats
path: root/php-pecl-stomp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-08 06:28:13 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-08 06:28:13 +0100
commit155ad65b7a9182a57067c661d4bd6e100e9aeee0 (patch)
tree5f3c6fbdf1956a1c7e076374a489ecc2c32e2c96 /php-pecl-stomp.spec
parentf64590042812fca458ed8359667cb150697ba6cb (diff)
php-pecl-stomp: 1.0.6 (stable)
Diffstat (limited to 'php-pecl-stomp.spec')
-rw-r--r--php-pecl-stomp.spec8
1 files changed, 7 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6 (stable)
+
* Fri Oct 10 2014 Remi Collet <remi@fedoraproject.org> - 1.0.5-1
- initial package, version 1.0.5 (stable) \ No newline at end of file