From 51a735b2f57dc320b60d2de265fd9ceb541c86b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 15:26:38 +0200 Subject: refresh --- php-pecl-vld.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index 92df114..b35c86b 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -11,11 +11,11 @@ %scl_package php-pecl-vld %endif -%global gh_commit 1719df5500f3f5fd13c88b1d6c8838e78b54d132 +%global gh_commit 8146d47ed5883c0b7cb9c5ce980892ce286cd916 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner derickr %global gh_project vld -%global gh_date 20180514 +%global gh_date 20180814 %global pecl_name vld %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" @@ -28,7 +28,7 @@ Summary: Dump the internal representation of PHP scripts Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.15.0 %if 0%{?gh_date:1} -Release: 0.13.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +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;')} @@ -234,6 +234,9 @@ fi %changelog +* Fri Aug 24 2018 Remi Collet - 0.15.0-0.14.20180814.8146d47 +- refresh + * Thu Aug 16 2018 Remi Collet - 0.15.0-0.13.20180514.1719df5 - rebuild for 7.3.0beta2 new ABI -- cgit