diff options
Diffstat (limited to 'php-pecl-stomp.spec')
-rw-r--r-- | php-pecl-stomp.spec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index c4ed221..64fb2ec 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -15,14 +15,12 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 2.0.1 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.0.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://github.com/php/pecl-tools-stomp/commit/9f0f5e450b0c27a565d9ffc5644be9cdc8345d71.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -84,8 +82,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .upstream - # Sanity check, really often broken extver=$(sed -n '/#define PHP_STOMP_VERSION/{s/.* "//;s/".*$//;p}' php_stomp.h) if test "x${extver}" != "x%{version}%{?versuf}"; then @@ -214,6 +210,9 @@ fi %changelog +* Fri Jun 29 2018 Remi Collet <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 + * Fri Jun 29 2018 Remi Collet <remi@remirepo.net> - 2.0.1-4 - add upstream patch for PHP 7.3 |