diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index ee8ac9d..e8b3114 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 976fd907d114c2d8874a99aef98942af63f6edab +%global gh_commit 4a823cc16e80c7277e2681f1f14fc6c03bf37731 %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.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -26,15 +26,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch %if %{with tests} # For tests -# remirepo:1 -%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 %global phpunit %{_bindir}/phpunit10 BuildRequires: phpunit10 >= 10.1.2 -# remirepo:4 -%else -%global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.6.13 -%endif BuildRequires: php(language) >= 8.0 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -134,7 +127,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php80 %{_bindir}/phpunit9" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -159,6 +152,9 @@ exit $ret %changelog +* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 (no change) + * Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 |