diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-04 13:26:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-04 13:26:22 +0100 |
commit | b83e88d99d1c727463492f969c958b4f6f4353fd (patch) | |
tree | 1ce6e59423c59f4091faaa8bb30c73e506e27e68 | |
parent | 51a735b2f57dc320b60d2de265fd9ceb541c86b9 (diff) |
v0.15.0
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-vld.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #138 vld version 0.14.0 ] { +Extension [ <persistent> extension #166 vld version 0.15.0 ] { - INI { Entry [ vld.active <SYSTEM> ] diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index b35c86b..bd0351c 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -15,7 +15,7 @@ %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner derickr %global gh_project vld -%global gh_date 20180814 +#global gh_date 20180814 %global pecl_name vld %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" @@ -31,14 +31,14 @@ Version: 0.15.0 Release: 0.14.%{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: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP URL: http://pecl.php.net/package/%{pecl_name} BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -234,6 +234,9 @@ fi %changelog +* Tue Dec 4 2018 Remi Collet <remi@remirepo.net> - 0.15.0-1 +- update to 0.15.0 + * Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 0.15.0-0.14.20180814.8146d47 - refresh |