diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-21 07:45:36 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-21 07:45:36 +0100 | 
| commit | 593bf953291fc088e859f6e9451a3abcd0e3af0e (patch) | |
| tree | 1a9655ad99f987de351b2755d694622070f961d0 | |
| parent | 94da2a189e473daecbb9e7b169b21963c6970956 (diff) | |
php-nette-utils: 2.4.2
| -rw-r--r-- | php-nette-utils-dev.spec | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/php-nette-utils-dev.spec b/php-nette-utils-dev.spec index 94783b6..bb32cbd 100644 --- a/php-nette-utils-dev.spec +++ b/php-nette-utils-dev.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    a2c86f48afab41e4a68bd161aab6b14e2458ab8a +%global gh_commit    fd2e67c2ce28da409864507d8d124621780d036d  #global gh_date      20150728  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     nette @@ -16,7 +16,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-nette-utils -Version:        2.4.1 +Version:        2.4.2  %global specrel 1  Release:        %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Nette Utility Classes @@ -119,6 +119,7 @@ rm tests/Utils/Image.alpha2.phpt  rm tests/Utils/Image.resize.phpt  rm tests/Utils/Json.decode\(\).phpt  rm tests/Utils/Image.drawing.phpt +rm tests/Utils/Image.place.phpt  export LANG=fr_FR.utf8 @@ -131,16 +132,15 @@ require_once '%{buildroot}%{php_home}/%{ns_vendor}/Utils/autoload.php';  EOF  : Run test suite in sources tree -# remirepo:12 +# remirepo:11  ret=0  run=0  if which php56; then     php56 %{_bindir}/nette-tester --colors 0 -p php56 -C tests -s || ret=1     run=1  fi -if which php70; then -   # Minor diff in json_encode output -   php70 %{_bindir}/nette-tester --colors 0 -p php70 -C tests -s || ret=1 +if which php71; then +   php71 %{_bindir}/nette-tester --colors 0 -p php71 -C tests -s || ret=1     run=1  fi  if [ $run -eq 0 ]; then @@ -169,6 +169,9 @@ rm -rf %{buildroot}  %changelog +* Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 2.4.2-1 +- update to 2.4.2 +  * Fri Sep 30 2016 Remi Collet <remi@fedoraproject.org> - 2.4.1-1  - update to 2.4.1  | 
