summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-math.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-17 19:58:39 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-17 19:58:39 +0100
commitdf4350c50e2e9a8a9a0ec6d3887aece9b0912e23 (patch)
treef09741b2a3a1f1cdb5f0c30e1a47229f67659d57 /php-zendframework-zend-math.spec
parente6168907d349aa470879048fc43ea8539dd5d3af (diff)
php-zendframework-zend-math: 2.5.2
Diffstat (limited to 'php-zendframework-zend-math.spec')
-rw-r--r--php-zendframework-zend-math.spec24
1 files changed, 14 insertions, 10 deletions
diff --git a/php-zendframework-zend-math.spec b/php-zendframework-zend-math.spec
index 9aacc54..ba99163 100644
--- a/php-zendframework-zend-math.spec
+++ b/php-zendframework-zend-math.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 9f02a1ac4d3374d3332c80f9215deec9c71558fc
+%global gh_commit 2648ee3cce39aa3876788c837e3b58f198dc8a78
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-math
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.5.1
+Version: 2.5.2
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
# Tests
%if %{with_tests}
-BuildRequires: php(language) >= 5.3.23
+BuildRequires: php(language) >= 5.5
BuildRequires: php-bcmath
BuildRequires: php-gmp
BuildRequires: php-openssl
@@ -53,8 +53,8 @@ BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5
%endif
# From composer, "require": {
-# "php": ">=5.3.23"
-Requires: php(language) >= 5.3.23
+# "php": ">=5.5"
+Requires: php(language) >= 5.5
# From phpcompatinfo report for version 2.5.2
Requires: php-openssl
Requires: php-pcre
@@ -105,14 +105,14 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library}
%check
%if %{with_tests}
mkdir vendor
-cat << EOF | tee vendor/autoload.php
+cat << 'EOF' | tee vendor/autoload.php
<?php
require_once '%{php_home}/Zend/Loader/AutoloaderFactory.php';
-Zend\\Loader\\AutoloaderFactory::factory(array(
- 'Zend\\Loader\\StandardAutoloader' => array(
+Zend\Loader\AutoloaderFactory::factory(array(
+ 'Zend\Loader\StandardAutoloader' => array(
'namespaces' => array(
- 'ZendTest\\\\%{library}' => dirname(__DIR__).'/test/',
- 'Zend\\\\%{library}' => '%{buildroot}%{php_home}/Zend/%{library}'
+ 'ZendTest\\%{library}' => dirname(__DIR__).'/test/',
+ 'Zend\\%{library}' => '%{buildroot}%{php_home}/Zend/%{library}'
))));
require_once '%{php_home}/Zend/autoload.php';
EOF
@@ -141,5 +141,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 17 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
+- update to 2.5.2
+- raise minimal php version to 5.5
+
* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
- initial package \ No newline at end of file