summaryrefslogtreecommitdiffstats
path: root/php-bacon-qr-code2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-bacon-qr-code2.spec')
-rw-r--r--php-bacon-qr-code2.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3 (no change)
+
* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 2.0.2-1
- update to 2.0.2
- switch to phpunit9