From 58fdae1b851cae9fbd1afb438d979d5ef69f982c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 May 2014 08:08:58 +0200 Subject: php-pecl-mosquitto: 0.2.2 (alpha) --- php-pecl-mosquitto.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-mosquitto.spec') diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index 974794d..cf7cb4b 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -22,8 +22,8 @@ Summary: Extension for libmosquitto Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.2.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.2.2 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -44,7 +44,7 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" # Other third party repo stuff %if "%{php_version}" > "5.4" Obsoletes: php53-pecl-%{pecl_name} @@ -54,6 +54,9 @@ Obsoletes: php54-pecl-%{pecl_name} %if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} %endif +%if "%{php_version}" > "5.6" +Obsoletes: php56u-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -182,6 +185,9 @@ rm -rf %{buildroot} %changelog +* Tue May 13 2014 Remi Collet - 0.2.2-1 +- Update to 0.2.2 (alpha) + * Wed Apr 16 2014 Remi Collet - 0.2.1-2 - add numerical prefix to extension configuration file -- cgit