summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-14 13:56:02 +0200
committerRemi Collet <remi@php.net>2022-06-14 13:56:02 +0200
commite4378ce8b893f95651021149c120229816a38797 (patch)
tree59b8727c5e9de9a14cd2840a71b41d52030e0785
parent6e48bc22b916d60734738a6a371bbcfdf2154245 (diff)
update to 1.17.14 (no change)
-rw-r--r--composer.json3
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec9
2 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 43034a8..dfcfd98 100644
--- a/composer.json
+++ b/composer.json
@@ -73,8 +73,5 @@
"psr-4": {
"Test\\": "test"
}
- },
- "autoload-dev": {
- "psr-4": { "Test\\": "test" }
}
}
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index c8f5008..e918014 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 aca01b1be997404aa14e327f70ef51299423b6c6
+%global gh_commit 4907ef1e384dbb7d3100c897925e7dc071a419a3
%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.11
+Version: 1.17.14
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -123,7 +123,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} \
@@ -145,6 +145,9 @@ exit $ret
%changelog
+* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.17.14-1
+- update to 1.17.14 (no change)
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.17.11-1
- update to 1.17.11 (no change)