summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 11:39:48 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 11:39:48 +0200
commitcf3933860483368d41831a3a90426603bf9996cd (patch)
tree214817f8756da09f15e5dc250c99db96bcfa860e
parent08c28caf1cb4e8396e4821b47203e5bfa6ea17e8 (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-base58.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-base58.spec b/php-pecl-base58.spec
index 0434013..f336d72 100644
--- a/php-pecl-base58.spec
+++ b/php-pecl-base58.spec
@@ -24,7 +24,7 @@
Summary: Encode and decode data with base58
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.1.4
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.1.4-2
+- rebuild for 7.4.0beta1
+
* Tue Jun 25 2019 Remi Collet <remi@remirepo.net> - 0.1.4-1
- update to 0.1.4
- raise dependency on PHP 7.1