From a98e98d461db279ff5ba0373dec679fc6c623c6a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 May 2014 13:10:07 +0200 Subject: php-pecl-yp: 1.0.1 (stable, no change) --- php-pecl-yp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-yp.spec') diff --git a/php-pecl-yp.spec b/php-pecl-yp.spec index 496e731..e12f9f9 100644 --- a/php-pecl-yp.spec +++ b/php-pecl-yp.spec @@ -21,7 +21,7 @@ Summary: YP/NIS functions Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -73,7 +73,7 @@ mv %{pecl_name}-%{version}%{?prever} NTS cd NTS # Fix version -sed -e '/PHP_YP_VERSION/s/1.0.0RC1/%{version}/' -i php_yp.h +#sed -e '/PHP_YP_VERSION/s/1.0.0RC1/%{version}/' -i php_yp.h # Sanity check, really often broken extver=$(sed -n '/#define PHP_YP_VERSION/{s/.* "//;s/".*$//;p}' php_yp.h) @@ -184,6 +184,9 @@ rm -rf %{buildroot} %changelog +* Mon May 12 2014 Remi Collet - 1.0.1-1 +- Update to 1.0.1 (stable, no change) + * Sun May 11 2014 Remi Collet - 1.0.0-1 - update to 1.0.0 (stable) -- cgit