From f3fc9c27e6a9ade020e54d208bb0e4e00449d95e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jun 2016 17:43:34 +0200 Subject: php-pecl-stats: 1.0.5 and 2.0.3 --- php-pecl-stats.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-pecl-stats.spec') diff --git a/php-pecl-stats.spec b/php-pecl-stats.spec index 9ae9e49..b6a533d 100644 --- a/php-pecl-stats.spec +++ b/php-pecl-stats.spec @@ -18,15 +18,13 @@ Summary: Routines for statistical computation Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.4 +Version: 1.0.5 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/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-upstream.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -83,7 +81,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .fix # Sanity check, really often broken extver=$(sed -n '/#define PHP_STATS_VERSION/{s/.* "//;s/".*$//;p}' php_stats.h) @@ -221,6 +218,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 2 2016 Remi Collet - 1.0.5-1 +- update to 1.0.5 (php 5, stable) + * Sat May 28 2016 Remi Collet - 1.0.4-1 - update to 1.0.4 (php 5, stable) -- cgit