From 2799c8e21f7129a73cc6727c488bbcb48f3d6695 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 May 2023 08:59:01 +0200 Subject: update to 1.17.20 (no change) --- composer.json | 6 +++--- php-tecnickcom-tc-lib-barcode.spec | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 21a3985..c03bc02 100644 --- a/composer.json +++ b/composer.json @@ -57,12 +57,12 @@ "tecnickcom/tc-lib-color": "^1.14" }, "require-dev": { - "pdepend/pdepend": "2.12.1", + "pdepend/pdepend": "2.13.0", "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", "phpmd/phpmd": "2.13.0", - "phpunit/phpunit": "9.5.27 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36", + "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 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.7.1 || 2.9.2" + "squizlabs/php_codesniffer": "3.7.2 || 2.9.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 3cd1a04..76f00a2 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 8dbed267c44cb95a903d1149b81752ec4401dab1 +%global gh_commit d96e0798f831dc0d334c73bb4c237a302ca2003c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 1.17.19 +Version: 1.17.20 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -145,6 +145,9 @@ exit $ret %changelog +* Wed May 3 2023 Remi Collet - 1.17.20-1 +- update to 1.17.20 (no change) + * Thu Dec 22 2022 Remi Collet - 1.17.19-1 - update to 1.17.19 (no change) -- cgit