From 8b07a0ac6869226b2105ef703d3d3bf9ae4cb82c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2019 17:29:42 +0100 Subject: v1.0.5 --- php-pecl-apcu-bc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-apcu-bc.spec') 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 - 1.0.5-1 +- update to 1.0.5 + * Thu Aug 16 2018 Remi Collet - 1.0.4-3 - rebuild for 7.3.0beta2 new ABI -- cgit