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 d8abe76..11da757 100644 --- a/php-bacon-qr-code2.spec +++ b/php-bacon-qr-code2.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 0069435e2a01a57193b25790f105a5d3168653c1 +%global gh_commit d70c840f68657ce49094b8d91f9ee0cc07fbf66c %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.6 +Version: 2.0.7 Release: 1%{?dist} Summary: QR code generator for PHP @@ -164,6 +164,9 @@ exit $ret %changelog +* Mon Mar 14 2022 Remi Collet <remi@remirepo.net> - 2.0.7-1 +- update to 2.0.7 + * Mon Feb 7 2022 Remi Collet <remi@remirepo.net> - 2.0.6-1 - update to 2.0.6 (no change) |