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) --- .gitignore | 2 ++ composer.json | 4 ++-- php-bacon-qr-code2.spec | 11 +++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/composer.json b/composer.json index 718442e..b240199 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "license" : "BSD-2-Clause", "homepage": "https://github.com/Bacon/BaconQrCode", "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "ext-iconv": "*", - "dasprid/enum": "^1.0" + "dasprid/enum": "^1.0.3" }, "suggest": { "ext-imagick": "to generate QR code images" 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