summaryrefslogtreecommitdiffstats
path: root/php-pecl-apcu-bc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-apcu-bc.spec')
-rw-r--r--php-pecl-apcu-bc.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec
index 9c2efa9..aeb0bed 100644
--- a/php-pecl-apcu-bc.spec
+++ b/php-pecl-apcu-bc.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-apcu-bc
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -32,12 +32,12 @@
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Summary: APCu Backwards Compatibility Module
-Version: 1.0.4
+Version: 1.0.5
%if 0%{?gh_date:1}
Release: 0.5.%{gh_date}git%{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}/%{proj_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz
%endif
@@ -250,6 +250,9 @@ fi
%changelog
+* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1
+- update to 1.0.5
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.4-3
- rebuild for 7.3.0beta2 new ABI