From 191c68a62be29728e9b8498ea143326cc0ff5e8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Dec 2013 10:40:02 +0100 Subject: php-pecl-yar: 1.2.2 (stable) --- php-pecl-yar.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index 072401f..487f747 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -15,7 +15,7 @@ Summary: Light, concurrent RPC framework Name: php-pecl-%{pecl_name} -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -72,8 +72,7 @@ if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then fi cd .. -sed -e '/LICENSE/s/role="src"/role="doc"/' \ - -e '/CREDITS/s/role="src"/role="doc"/' \ +sed -e '/name="tools/s/role="test"/role="doc"/' \ -i package2.xml %if %{with_zts} @@ -193,6 +192,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 31 2013 Remi Collet - 1.2.2-1 +- Update to 1.2.2 (stable) + * Tue Nov 19 2013 Remi Collet - 1.2.1-1 - Update to 1.2.1 (stable) - install doc in pecl doc_dir -- cgit