diff options
| -rw-r--r-- | php-khanamiryan-qrcode-detector-decoder.spec | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/php-khanamiryan-qrcode-detector-decoder.spec b/php-khanamiryan-qrcode-detector-decoder.spec index 6d287e1..9494940 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    4ff2f14006930631ed30f0d15da72b032c96bc0a +%global gh_commit    a75482d3bc804e3f6702332bfda6cccbb0dfaa76  %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.1 +Version:        1.0.2  Release:        1%{?dist}  Summary:        QR code generator for PHP @@ -81,9 +81,6 @@ Autoloader: %{php_home}/%{ns_project}/autoload.php  %prep  %setup -q -n %{gh_project}-%{gh_commit} -# https://github.com/khanamiryan/php-qrcode-detector-decoder/pull/30 -find lib -name \*.php -exec chmod -x {} \; -  %build  %{_bindir}/phpab \ @@ -133,6 +130,9 @@ exit $ret  %changelog +* Wed May  2 2018 Remi Collet <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 +  * Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 1.0.1-1  - update to 1.0.1 - broken  - BC break, see https://github.com/khanamiryan/php-qrcode-detector-decoder/issues/40  | 
