From 02a05a4e60c4333712b476b26a4f28876bbfaf4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Apr 2021 07:07:50 +0200 Subject: update to 1.0.5 drop PHP 8 patch merged upstream --- php-khanamiryan-qrcode-detector-decoder.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-khanamiryan-qrcode-detector-decoder.spec') diff --git a/php-khanamiryan-qrcode-detector-decoder.spec b/php-khanamiryan-qrcode-detector-decoder.spec index 9f4aa02..163e080 100644 --- a/php-khanamiryan-qrcode-detector-decoder.spec +++ b/php-khanamiryan-qrcode-detector-decoder.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 07fceefb79d895e858e52921afb9c1433d2f3d5e +%global gh_commit 6c8c23003a87ecd7458807cd49372b1fb590d1f5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner khanamiryan %global gh_project php-qrcode-detector-decoder @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: QR code decoder / reader @@ -32,8 +32,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # From https://github.com/khanamiryan/php-qrcode-detector-decoder/pull/80 Patch0: https://patch-diff.githubusercontent.com/raw/khanamiryan/php-qrcode-detector-decoder/pull/80.patch -# From https://github.com/khanamiryan/php-qrcode-detector-decoder/pull/103 -Patch1: https://patch-diff.githubusercontent.com/raw/khanamiryan/php-qrcode-detector-decoder/pull/103.patch BuildArch: noarch %if %{with_tests} @@ -89,7 +87,6 @@ Autoloader: %{php_home}/%{ns_project}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -%patch1 -p1 %build @@ -142,6 +139,10 @@ exit $ret %changelog +* Wed Apr 21 2021 Remi Collet - 1.0.5-1 +- update to 1.0.5 +- drop PHP 8 patch merged upstream + * Mon Nov 30 2020 Remi Collet - 1.0.4-1 - update to 1.0.4 - add patch for PHP 8 from -- cgit