From 5076a07f7e2f375dfd78a1230b27083b004605a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Aug 2015 11:04:13 +0200 Subject: php-pecl-yaf: 2.3.4 --- php-pecl-yaf.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-pecl-yaf.spec') diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 70a6fe8..354e5c7 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -29,8 +29,8 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 2.3.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.3.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/yaf @@ -192,11 +192,12 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) +%{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{pecl_name} +%{pecl_xmldir}/%{name}.xml %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so -%{pecl_xmldir}/%{name}.xml %if %{with_zts} %{php_ztsextdir}/%{pecl_name}.so @@ -205,6 +206,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 13 2015 Remi Collet - 2.3.4-1 +- Update to 2.3.4 + * Wed Jun 24 2015 Remi Collet - 2.3.3-2 - allow build against rh-php56 (as more-php56) - drop runtime dependency on pear, new scriptlets -- cgit