diff options
| -rw-r--r-- | php-pecl-memcache.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index ef0191c..7ce4d1a 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:      1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      2%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -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;')}}  %endif  Source0:      https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  License:      PHP @@ -78,11 +78,11 @@ Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73-pecl-%{pecl_name} <= %{version} +Obsoletes:     php73-pecl-%{pecl_name}  <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.4" -Obsoletes:     php74-pecl-%{pecl_name} <= %{version} +Obsoletes:     php74-pecl-%{pecl_name}  <= %{version}  Obsoletes:     php74w-pecl-%{pecl_name} <= %{version}  %endif  %endif @@ -304,6 +304,9 @@ fi  %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 4.0.4-2 +- rebuild +  * Tue May 28 2019 Remi Collet <remi@remirepo.net> - 4.0.4-1  - update to 4.0.4 (no change)  - raise dependency on PHP 7 | 
