diff options
| -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  | 
