From d507365159b545828e2505a13ddc0efbe42c81eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 09:27:38 +0100 Subject: update to 2.5.6 (no change) --- .gitignore | 2 ++ composer.json | 8 ++++---- php-tecnickcom-tc-lib-pdf-page.spec | 11 +++++++---- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/composer.json b/composer.json index 7a422e0..49e35e8 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "tecnickcom/tc-lib-pdf-encrypt": "^1.6.0" }, "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-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index f9c2315..c43b806 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-page # -# 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 5969f5c33d1657ccd9375988aafc6c02213d511e +%global gh_commit 192b3ff7028b53f819fd5b0038bce2ffa1242257 %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.5.3 +Version: 2.5.6 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -114,7 +114,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 @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet - 2.5.6-1 +- update to 2.5.6 (no change) + * Mon Feb 8 2021 Remi Collet - 2.5.3-1 - update to 2.5.3 (no change) -- cgit