From cfbb431b6f417f24faef3903cebc4b52c1b7e360 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Oct 2020 08:53:14 +0100 Subject: update to 2.0.3 (no change) --- php-bacon-qr-code2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-bacon-qr-code2.spec') diff --git a/php-bacon-qr-code2.spec b/php-bacon-qr-code2.spec index 838e629..6e964d7 100644 --- a/php-bacon-qr-code2.spec +++ b/php-bacon-qr-code2.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit add6d9ff97336b62f95a3b94f75cea4e085465b2 +%global gh_commit 3e9d791b67d0a2912922b7b7c7312f4b37af41e4 %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.2 +Version: 2.0.3 Release: 1%{?dist} Summary: QR code generator for PHP @@ -66,9 +66,9 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require": { -# "php": "^7.1", +# "php": "^7.1 || ^8.0", # "ext-iconv": "*", -# "dasprid/enum": "^1.0" +# "dasprid/enum": "^1.0.3" Requires: php(language) >= 7.1 Requires: php-iconv # From composer.json, "suggest": { @@ -166,6 +166,9 @@ exit $ret %changelog +* Fri Oct 30 2020 Remi Collet - 2.0.3-1 +- update to 2.0.3 (no change) + * Tue Aug 11 2020 Remi Collet - 2.0.2-1 - update to 2.0.2 - switch to phpunit9 -- cgit