From 5584ee208e6a29014215abfceb204152b65a8f88 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Nov 2018 09:05:16 +0100 Subject: update to 2.0.3 drop patch merged upstream --- php-pecl-yaml.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-yaml.spec') diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index d51ecca..4cb869b 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -21,15 +21,13 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml -Version: 2.0.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/yaml Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/php/pecl-file_formats-yaml/pull/33.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -94,8 +92,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr33 - # Check upstream version (often broken) extver=$(sed -n '/#define PHP_YAML_VERSION/{s/.* "//;s/".*$//;p}' php_yaml.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -243,6 +239,10 @@ fi %changelog +* Tue Nov 13 2018 Remi Collet - 2.0.3-1 +- update to 2.0.3 +- drop patch merged upstream + * Thu Aug 16 2018 Remi Collet - 2.0.2-5 - rebuild for 7.3.0beta2 new ABI -- cgit