From 4fc0cc56d01f5da8b222bc1548c37886e219408d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Mar 2016 15:19:51 +0100 Subject: php-pecl-fann: 1.1.0RC2 --- REFLECTION | 2 +- php-pecl-fann-dev.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index c1d88e0..d68e78c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #93 fann version 1.1.0RC1 ] { +Extension [ extension #93 fann version 1.1.0RC2 ] { - Constants [51] { Constant [ string FANN_VERSION ] { 2.2 } diff --git a/php-pecl-fann-dev.spec b/php-pecl-fann-dev.spec index 8e826d7..9141227 100644 --- a/php-pecl-fann-dev.spec +++ b/php-pecl-fann-dev.spec @@ -27,12 +27,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC1 +%global prever RC2 Summary: Wrapper for FANN Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.0 -Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -84,6 +84,8 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library. +Documentation: http://php.net/fann + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -223,6 +225,9 @@ fi %changelog +* Mon Mar 14 2016 Remi Collet - 1.1.0-0.2.RC2 +- update to 1.1.0RC2 + * Sun Mar 6 2016 Remi Collet - 1.1.0-0.1.RC1 - update to 1.1.0RC1 -- cgit