summaryrefslogtreecommitdiffstats
path: root/php-nette-application.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-03 07:57:56 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-03 07:57:56 +0100
commitaf351ac510bce84e5e2b2d7b0c602d7441e5578f (patch)
treed34d332e41f6d438303b8f9e2db300175fa1beb5 /php-nette-application.spec
parentfcef1e4016510423c476a4d96d66bc0853a6f3d3 (diff)
php-nette-application: 2.3.8
Diffstat (limited to 'php-nette-application.spec')
-rw-r--r--php-nette-application.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php-nette-application.spec b/php-nette-application.spec
index 9642048..420a722 100644
--- a/php-nette-application.spec
+++ b/php-nette-application.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 8e87ae81c2098abd7895bfd96d9fac1cd332abc3
+%global gh_commit 32023ed31791cdf05be8816528ae5921dc841b5a
#global gh_date 20150728
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nette
@@ -17,7 +17,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.3.7
+Version: 2.3.8
%global specrel 1
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Nette Application MVC Component
@@ -147,7 +147,12 @@ require_once '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php';
EOF
: Run test suite in sources tree
-nette-tester --colors 0 -p php -c ./php.ini tests -s
+%{_bindir}/nette-tester --colors 0 -p php -c ./php.ini tests -s
+
+if which php70; then
+ cat /etc/opt/remi/php70/php.ini /etc/opt/remi/php70/php.d/*ini >php.ini
+ php70 %{_bindir}/nette-tester --colors 0 -p php70 -c ./php.ini tests -s
+fi
%else
: Test suite disabled
%endif
@@ -168,5 +173,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 3 2015 Remi Collet <remi@fedoraproject.org> - 2.3.8-1
+- update to 2.3.8
+
* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 2.3.7-1
- initial package \ No newline at end of file