From b83e88d99d1c727463492f969c958b4f6f4353fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2018 13:26:22 +0100 Subject: v0.15.0 --- REFLECTION | 2 +- php-pecl-vld.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1983072..e793ec4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 vld version 0.14.0 ] { +Extension [ extension #166 vld version 0.15.0 ] { - INI { Entry [ vld.active ] 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 - 0.15.0-1 +- update to 0.15.0 + * Fri Aug 24 2018 Remi Collet - 0.15.0-0.14.20180814.8146d47 - refresh -- cgit