From 0756b2f9e63e86777130edbcafdc63a19d3e7631 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jan 2020 08:34:13 +0100 Subject: update to 0.17.0 --- REFLECTION | 2 +- php-pecl-vld.spec | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/REFLECTION b/REFLECTION index bbdb890..bc016fb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #172 vld version 0.16.0 ] { +Extension [ extension #108 vld version 0.17.0 ] { - INI { Entry [ vld.active ] diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index a159839..8ff009a 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-vld # -# Copyright (c) 2013-2019 Remi Collet +# Copyright (c) 2013-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,16 +26,16 @@ Summary: Dump the internal representation of PHP scripts Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.16.0 +Version: 0.17.0 %if 0%{?gh_date:1} Release: 0.16.%{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: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP -URL: http://pecl.php.net/package/%{pecl_name} +URL: https://pecl.php.net/package/%{pecl_name} BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 @@ -56,10 +56,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{pecl_name} <= %{version} -Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} @@ -106,7 +102,7 @@ mv %{pecl_name}-%{version} NTS %{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} : Fix version -sed -e 's/"0.14.0-dev"/"%{version}"/' -i NTS/vld.c +sed -e 's/"0.16.0"/"%{version}"/' -i NTS/vld.c : Check version if ! grep -q '"%{version}%{?gh_date:-dev}"' NTS/vld.c; then @@ -230,6 +226,9 @@ fi %changelog +* Tue Jan 14 2020 Remi Collet - 0.17.0-1 +- update to 0.17.0 + * Tue Sep 03 2019 Remi Collet - 0.16.0-3 - rebuild for 7.4.0RC1 -- cgit