diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-02-12 16:58:40 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-02-12 16:58:40 +0100 | 
| commit | b4302550f1ff7f22e5e517662862f584fb1fbb49 (patch) | |
| tree | eeaf15380fb3bb293763406bda8e6dc4f414f4d0 | |
| parent | 87df69ef2153294569ae128bc7378b94ce14c1c6 (diff) | |
php-tecnickcom-tc-lib-pdf-parser: 2.3.5
| -rw-r--r-- | composer.json | 16 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 15 | 
2 files changed, 18 insertions, 13 deletions
| diff --git a/composer.json b/composer.json index 7267f32..e7860f3 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@      "require": {          "php": ">=5.4",          "ext-pcre": "*", -        "tecnickcom/tc-lib-pdf-filter": "^1.3.4" +        "tecnickcom/tc-lib-pdf-filter": "^1.3.5"      },      "require-dev": {          "apigen/apigen" : "^4.1.2", -        "bartlett/php-compatinfo" : "^5.0.0", -        "pdepend/pdepend" : "^2.2.2", -        "phploc/phploc" : "^2.1.5|^3.0.0", -        "phpmd/phpmd" : "^2.3.2", -        "phpunit/phpunit": "4.8.19|^5.0.0", -        "sebastian/phpcpd" : "^2.0.2", -        "squizlabs/php_codesniffer": "^2.5.0|^3.0.0" +        "bartlett/php-compatinfo" : "^5.0.4", +        "pdepend/pdepend" : "^2.5.0", +        "phploc/phploc" : "^2.1.5 || ^3.0.1", +        "phpmd/phpmd" : "^2.6.0", +        "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", +        "sebastian/phpcpd" : "^2.0.4 || 3.0.0", +        "squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0"      },      "autoload": {          "psr-4":{ diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 7493e2d..9f80e36 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    5ab2f3207c623c191ac6d2acebde7e6701e0b526 +%global gh_commit    e841cb6be3747ad27cd7c4523b96787abfc390a7  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.3.4 +Version:        2.3.5  Release:        1%{?dist}  Summary:        PHP library to parse PDF documents @@ -93,11 +93,16 @@ require '%{php_project}/../Filter/autoload.php';  EOF  ret=0 -for cmd in php56 php70 php71 php; do +for cmd in php56 php; do     if which $cmd; then        $cmd %{_bindir}/phpunit --verbose || ret=1     fi  done +for cmd in php70 php71; do +   if which $cmd; then +      $cmd %{_bindir}/phpunit6 --verbose || ret=1 +   fi +done  exit $ret  %else  : Test suite disabled @@ -118,8 +123,8 @@ rm -rf %{buildroot}  %changelog -* Mon Feb  6 2017 Remi Collet <remi@remirepo.net> - 2.3.4-1 -- update to 2.3.4 (no change) +* Sun Feb 12 2017 Remi Collet <remi@remirepo.net> - 2.3.5-1 +- update to 2.3.5 (no change)  * Fri Sep  2 2016 Remi Collet <remi@fedoraproject.org> - 2.3.3-1  - update to 2.3.3 (no change) | 
