From af351ac510bce84e5e2b2d7b0c602d7441e5578f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Dec 2015 07:57:56 +0100 Subject: php-nette-application: 2.3.8 --- php-nette-application.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'php-nette-application.spec') 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 - 2.3.8-1 +- update to 2.3.8 + * Fri Oct 30 2015 Remi Collet - 2.3.7-1 - initial package \ No newline at end of file -- cgit