summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json12
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec42
2 files changed, 44 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 0f2087d..b00e4bb 100644
--- a/composer.json
+++ b/composer.json
@@ -58,13 +58,19 @@
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-color": "^2.2"
+ "tecnickcom/tc-lib-color": "^2.3"
+ },
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40",
- "squizlabs/php_codesniffer": "3.12.2"
+ "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58",
+ "squizlabs/php_codesniffer": "4.0.1",
+ "phpcompatibility/php-compatibility": "^10.0.0@dev"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index ca76466..4577493 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 c6130222fdc02a2d7c90682b5c2ca24a059c16f4
+%global gh_commit 338095651126ec4207f98e5221beea30b27c0fe9
%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: 2.4.6
+Version: 2.4.18
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -27,9 +27,9 @@ BuildArch: noarch
%if %{with tests}
# For tests
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.10
+BuildRequires: phpunit10 >= 10.5.58
BuildRequires: php(language) >= 8.1
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
BuildRequires: php-bcmath
BuildRequires: php-ctype
BuildRequires: php-date
@@ -46,14 +46,14 @@ BuildRequires: php-fedora-autoloader-devel
# "ext-date": "*",
# "ext-gd": "*",
# "ext-pcre": "*",
-# "tecnickcom/tc-lib-color": "^2.2"
+# "tecnickcom/tc-lib-color": "^2.3"
Requires: php(language) >= 8.1
Requires: php-bcmath
Requires: php-ctype
Requires: php-date
Requires: php-gd
Requires: php-pcre
-Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
# From phpcompatinfo report for version 1.15.5
# none
Requires: php-composer(fedora/autoloader)
@@ -113,7 +113,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
+for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -137,6 +137,34 @@ exit $ret
%changelog
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.18-1
+- update to 2.4.18
+
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.17-1
+- update to 2.4.17 (no change)
+
+* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 2.4.15-1
+- update to 2.4.15 (no change)
+- raise dependency on tc-lib-color 2.3
+
+* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 2.4.14-1
+- update to 2.4.14
+
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 2.4.12-1
+- update to 2.4.12 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 2.4.11-1
+- update to 2.4.11 (no change)
+
+* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 2.4.10-1
+- update to 2.4.10
+
+* Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 2.4.8-1
+- update to 2.4.8 (no change)
+
+* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 2.4.7-1
+- update to 2.4.7 (no change)
+
* Wed May 14 2025 Remi Collet <remi@remirepo.net> - 2.4.6-1
- update to 2.4.6 (no change)