diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 11:59:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 11:59:26 +0200 |
commit | a69089f9e882fa430dded7d5626011ca3e2842d6 (patch) | |
tree | 3f6eada01ddb16b5e0fffdb35188a6f9f18a7733 | |
parent | 7902a03ff296be59f14cb943422786250fc5ddd6 (diff) |
update to 1.17.30
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 4cb5a34..3c27c93 100644 --- a/composer.json +++ b/composer.json @@ -58,10 +58,8 @@ }, "require-dev": { "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": "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.2 || 2.9.2" }, "autoload": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 2a578d3..89fc5b1 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 bbada6319c7999b51430408359af389cdc5442c8 +%global gh_commit fad59d8453e870cd9fcd83c6c4c6817c6bf8669e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,13 +15,13 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 1.17.29 +Version: 1.17.30 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes 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 +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz BuildArch: noarch %if %{with tests} @@ -146,6 +146,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.17.30-1 +- update to 1.17.30 + * Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 1.17.29-1 - update to 1.17.29 (no change) |