From 40551bcb54da497595ddec0684ff20584dae9f80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2016 07:48:28 +0100 Subject: php-nette-forms: 2.4.3 --- php-nette-forms-dev.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'php-nette-forms-dev.spec') diff --git a/php-nette-forms-dev.spec b/php-nette-forms-dev.spec index 761a6af..501ff9d 100644 --- a/php-nette-forms-dev.spec +++ b/php-nette-forms-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 377b45946c0b600bdf69567f254e620ce632bc40 +%global gh_commit c2618a144a7cd0a1f41143e18387d9c48cef91cb #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.4.2 +Version: 2.4.3 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Forms: greatly facilitates web forms @@ -123,16 +123,15 @@ require_once '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php'; EOF : Run test suite in sources tree -# remirepo:12 +# remirepo:11 run=0 ret=0 if which php56; then php56 %{_bindir}/nette-tester --colors 0 -p php56 -C tests -s run=1 fi -if which php70; then - # 1 failure with 7.1: E_WARNING: Illegal string offset '@' - php70 %{_bindir}/nette-tester --colors 0 -p php70 -C tests -s +if which php71; then + php71 %{_bindir}/nette-tester --colors 0 -p php71 -C tests -s run=1 fi if [ $run -eq 0 ]; then @@ -162,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 21 2016 Remi Collet - 2.4.3-1 +- update to 2.4.3 + * Tue Sep 27 2016 Remi Collet - 2.4.2-1 - update to 2.4.2 -- cgit