diff options
| -rw-r--r-- | php-nette-php-generator.spec | 15 | 
1 files changed, 12 insertions, 3 deletions
diff --git a/php-nette-php-generator.spec b/php-nette-php-generator.spec index 94ed411..e2cfd62 100644 --- a/php-nette-php-generator.spec +++ b/php-nette-php-generator.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    846028e9d885d2d8ec60823d995e1291bbe3eb69 +%global gh_commit    224730a45e0cd6e76e692997a3d981a592f80b5d  #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.4 +Version:        2.3.5  %global specrel 1  Release:        %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Nette PHP Generator @@ -97,7 +97,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 @@ -117,5 +122,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  3 2015 Remi Collet <remi@fedoraproject.org> - 2.3.5-1 +- update to 2.3.5 +- run test suite with both php 5 and 7 when available +  * Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 2.3.4-1  - initial package
\ No newline at end of file  | 
