diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-08 11:36:40 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-08 11:36:40 +0100 |
commit | b3b8e688ba4b07beab2dd61417ee8232b95a1f48 (patch) | |
tree | 5306309b07b8e825bc351e8598a0d70618f9f8b1 | |
parent | 5b8f53b37c49aba6d97efe2cb4d52a26ec667204 (diff) |
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | php-bacon-qr-code2.spec | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 1440cc3..7f193da 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,11 @@ "allow-plugins": { "ocramius/package-versions": true } + }, + "archive": { + "exclude": [ + "/test", + "/phpunit.xml.dist" + ] } } diff --git a/php-bacon-qr-code2.spec b/php-bacon-qr-code2.spec index 11da757..582bac2 100644 --- a/php-bacon-qr-code2.spec +++ b/php-bacon-qr-code2.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit d70c840f68657ce49094b8d91f9ee0cc07fbf66c +%global gh_commit 8674e51bb65af933a5ffaf1c308a660387c35c22 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Bacon %global gh_project BaconQrCode @@ -22,7 +22,7 @@ %global major 2 Name: php-%{pk_project}%{major} -Version: 2.0.7 +Version: 2.0.8 Release: 1%{?dist} Summary: QR code generator for PHP @@ -142,7 +142,7 @@ require '%{buildroot}%{php_home}/%{ns_project}%{major}/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" php74 php80 php81; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -164,6 +164,9 @@ exit $ret %changelog +* Thu Dec 8 2022 Remi Collet <remi@remirepo.net> - 2.0.8-1 +- update to 2.0.8 + * Mon Mar 14 2022 Remi Collet <remi@remirepo.net> - 2.0.7-1 - update to 2.0.7 |