diff options
| author | Remi Collet <remi@remirepo.net> | 2018-06-25 08:43:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-06-25 08:43:34 +0200 | 
| commit | cc36e248aaa7e110722878fe6198d7e0d08eb366 (patch) | |
| tree | 7cf54d1ccf0abdf098d3131b723f6c28fc49b5ea | |
| parent | ec2a82cae6e40f1897871ea2ce4da2222920162f (diff) | |
v2.3.8 (no change)
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
| diff --git a/composer.json b/composer.json index 464846a..7d83f94 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@    "require": {      "php": ">=5.4",      "ext-pcre": "*", -    "tecnickcom/tc-lib-pdf-filter": "^1.3.7" +    "tecnickcom/tc-lib-pdf-filter": "^1.3.8"    },    "require-dev": {      "apigen/apigen": "^4.1.2", diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 26138bf..490f22f 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    0c15cd230b3c3015cdaf4f66bb885c7cb1d4f20a +%global gh_commit    3d6f91657c1733694afbe31095361db64ccc6cf4  %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.7 +Version:        2.3.8  Release:        1%{?dist}  Summary:        PHP library to parse PDF documents @@ -105,7 +105,7 @@ require '%{php_project}/../Filter/autoload.php';  EOF  ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do     if which $cmdarg; then        set $cmdarg        $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -126,6 +126,9 @@ exit $ret  %changelog +* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 2.3.8-1 +- update to 2.3.8 (no change) +  * Mon May 14 2018 Remi Collet <remi@remirepo.net> - 2.3.7-1  - update to 2.3.7 (no change)  - switch to phpunit7 | 
