diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-03 09:18:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-03 09:18:14 +0100 |
commit | 528c44c6337174e751b91045430b8b9ec3f00efe (patch) | |
tree | 784c7ff334ed50349df3f60adfa612e9fa461e26 | |
parent | 97d6a8714df76fdf54f6859ae1e0da4c7fb1eafe (diff) |
update to 1.4.7 (no change)
-rw-r--r-- | composer.json | 8 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 56715b7..65191ba 100644 --- a/composer.json +++ b/composer.json @@ -24,12 +24,12 @@ "ext-pcre": "*" }, "require-dev": { - "pdepend/pdepend": "2.8.0", + "pdepend/pdepend": "2.10.2", "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", - "phpmd/phpmd": "2.9.1", - "phpunit/phpunit": "9.5.0 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", + "phpmd/phpmd": "2.11.1", + "phpunit/phpunit": "9.5.11 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4", - "squizlabs/php_codesniffer": "3.5.8 || 2.9.2" + "squizlabs/php_codesniffer": "3.6.2 || 2.9.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 87037ed..83bba7f 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-filter # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit c56027589f3e9456c469feaf3a7987cb796f9a44 +%global gh_commit c57fdde0e389df0bc6d3cc2d9531057dcfb0e82b %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: 1.4.4 +Version: 1.4.7 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -88,7 +88,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -112,6 +112,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.4.7-1 +- update to 1.4.7 (no change) + * Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1 - update to 1.4.4 (no change) |