From 513c481e4ba14e688c1235063d8547916fa4e588 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 12:53:56 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-memcache.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 7ce4d1a..cce7668 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: 2%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 Jul 23 2019 Remi Collet - 4.0.4-3 +- rebuild for 7.4.0beta1 + * Wed May 29 2019 Remi Collet - 4.0.4-2 - rebuild -- cgit