diff options
| -rw-r--r-- | php-bacon-qr-code2.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bacon-qr-code2.spec b/php-bacon-qr-code2.spec index bf92496..d8abe76 100644 --- a/php-bacon-qr-code2.spec +++ b/php-bacon-qr-code2.spec @@ -8,7 +8,7 @@  #  %bcond_without       tests -%global gh_commit    7190fc6c20370e0e93da6717b182b8249d5b8e71 +%global gh_commit    0069435e2a01a57193b25790f105a5d3168653c1  %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.5 +Version:        2.0.6  Release:        1%{?dist}  Summary:        QR code generator for PHP @@ -164,6 +164,9 @@ exit $ret  %changelog +* Mon Feb  7 2022 Remi Collet <remi@remirepo.net> - 2.0.6-1 +- update to 2.0.6 (no change) +  * Mon Jan 31 2022 Remi Collet <remi@remirepo.net> - 2.0.5-1  - update to 2.0.5  | 
