summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-14 15:19:51 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-14 15:19:51 +0100
commit4fc0cc56d01f5da8b222bc1548c37886e219408d (patch)
tree9c0772843009fffaefab91900d1fd55ae66b8273
parent4ffa5a59598cbd42ec266f0957b792df720887f7 (diff)
php-pecl-fann: 1.1.0RC2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-fann-dev.spec9
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 [ <persistent> extension #93 fann version 1.1.0RC1 ] {
+Extension [ <persistent> 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 <remi@fedoraproject.org> - 1.1.0-0.2.RC2
+- update to 1.1.0RC2
+
* Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-0.1.RC1
- update to 1.1.0RC1