summaryrefslogtreecommitdiffstats
path: root/php-khanamiryan-qrcode-detector-decoder.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-khanamiryan-qrcode-detector-decoder.spec')
-rw-r--r--php-khanamiryan-qrcode-detector-decoder.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-khanamiryan-qrcode-detector-decoder.spec b/php-khanamiryan-qrcode-detector-decoder.spec
index 00e7e42..9752f5a 100644
--- a/php-khanamiryan-qrcode-detector-decoder.spec
+++ b/php-khanamiryan-qrcode-detector-decoder.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-khanamiryan-qrcode-detector-decoder
#
-# Copyright (c) 2017-2019 Remi Collet
+# Copyright (c) 2017-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit a75482d3bc804e3f6702332bfda6cccbb0dfaa76
+%global gh_commit 89b57f2d9939dd57394b83f6ccbd3e1a74659e34
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner khanamiryan
%global gh_project php-qrcode-detector-decoder
@@ -20,8 +20,8 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{pk_vendor}-%{pk_project}
-Version: 1.0.2
-Release: 3%{?dist}
+Version: 1.0.3
+Release: 1%{?dist}
Summary: QR code decoder / reader
Group: Development/Libraries
@@ -113,6 +113,7 @@ require '%{buildroot}%{php_home}/%{ns_project}/autoload.php';
EOF
ret=0
+# TODO php 8: Tests: 1, Assertions: 0, Errors: 1.
for cmd in php php56 php70 php71 php72 php73 php74; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
@@ -134,6 +135,9 @@ exit $ret
%changelog
+* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 1.0.3-1
+- update to 1.0.3
+
* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 1.0.2-3
- add LICENSE files
- fix package summary and description