summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcache.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-21 09:05:30 +0100
committerRemi Collet <remi@remirepo.net>2019-01-21 09:05:30 +0100
commit18df250a7b8c862d203f4a154836d11c19016531 (patch)
treecca79e87dcdd97b6dc3e384b913846e2a9e2ce53 /php-pecl-memcache.spec
parent9a3f5d393b40029b494068c5cd49922292560404 (diff)
refresh patch (for php < 7.2)
Diffstat (limited to 'php-pecl-memcache.spec')
-rw-r--r--php-pecl-memcache.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec
index e62ec3e..21959cc 100644
--- a/php-pecl-memcache.spec
+++ b/php-pecl-memcache.spec
@@ -1,6 +1,6 @@
# spec file for php-pecl-memcache
#
-# Copyright (c) 2007-2018 Remi Collet
+# Copyright (c) 2007-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -31,7 +31,7 @@ Summary: Extension to work with the Memcached caching daemon
Name: %{?scl_prefix}php-pecl-memcache
Version: 3.0.9
%if 0%{?gh_date:1}
-Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.13.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
@@ -315,6 +315,9 @@ fi
%changelog
+* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 3.0.9-0.13.20170802.e702b5f
+- refresh patch (for php < 7.2)
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 3.0.9-0.12.20170802.e702b5f
- rebuild for 7.3.0beta2 new ABI