From e731163ff63736b1abab0e31bfc41b6fff7ac82e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Dec 2022 09:24:18 +0100 Subject: update to 1.17.19 (no change) --- composer.json | 8 ++++---- php-tecnickcom-tc-lib-barcode.spec | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index dfcfd98..21a3985 100644 --- a/composer.json +++ b/composer.json @@ -57,12 +57,12 @@ "tecnickcom/tc-lib-color": "^1.14" }, "require-dev": { - "pdepend/pdepend": "2.10.2", + "pdepend/pdepend": "2.12.1", "phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5", - "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", + "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", "sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4", - "squizlabs/php_codesniffer": "3.6.2 || 2.9.2" + "squizlabs/php_codesniffer": "3.7.1 || 2.9.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 4b5f38e..3cd1a04 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bc9153c2f9e27de5915d008b4fc3943d48ab6869 +%global gh_commit 8dbed267c44cb95a903d1149b81752ec4401dab1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,11 +15,11 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 1.17.15 +Version: 1.17.19 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes -License: LGPLv3+ +License: LGPL-3.0-or-later URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with tests} # For tests %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.0 +BuildRequires: phpunit9 >= 9.5.27 BuildRequires: php(language) >= 5.4 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.14 with php-composer(%{c_vendor}/tc-lib-color) < 2) @@ -51,7 +51,7 @@ BuildRequires: php-fedora-autoloader-devel # "ext-date": "*", # "ext-gd": "*", # "ext-pcre": "*", -# "tecnickcom/tc-lib-color": "^1.12.15" +# "tecnickcom/tc-lib-color": "^1.14" Requires: php(language) >= 5.4 Requires: php-bcmath Requires: php-ctype @@ -145,6 +145,9 @@ exit $ret %changelog +* Thu Dec 22 2022 Remi Collet - 1.17.19-1 +- update to 1.17.19 (no change) + * Tue Dec 13 2022 Remi Collet - 1.17.15-1 - update to 1.17.15 -- cgit