diff options
| -rw-r--r-- | php-pecl-memcache.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index cce7668..8fd3ec3 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -28,9 +28,9 @@ Summary:      Extension to work with the Memcached caching daemon  Name:         %{?scl_prefix}php-pecl-memcache  Version:      4.0.4  %if 0%{?prever:1} -Release:      3%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      4%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:      3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  Source0:      https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  License:      PHP @@ -304,6 +304,9 @@ fi  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 4.0.4-4 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 4.0.4-3  - rebuild for 7.4.0beta1 | 
