From 25721e053f9c4c73f2a2dc97804a181d07928505 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Oct 2015 19:50:14 +0200 Subject: php-pecl-yaml: 2.0.0RC4 --- php-pecl-yaml-dev.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php-pecl-yaml-dev.spec') diff --git a/php-pecl-yaml-dev.spec b/php-pecl-yaml-dev.spec index 89901f2..6c0e641 100644 --- a/php-pecl-yaml-dev.spec +++ b/php-pecl-yaml-dev.spec @@ -29,21 +29,18 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC2 +%global prever RC4 Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.0.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/yaml Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -# Upstream patch -Patch0: %{pecl_name}-upstream.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -102,8 +99,6 @@ mv %{pecl_name}-%{version}%{?prever} NTS sed -e '/role="test"/d' -i package.xml cd NTS -%patch0 -p1 -b .upstream - # 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 @@ -251,6 +246,9 @@ fi %changelog +* Sat Oct 17 2015 Remi Collet - 2.0.0-0.3.RC4 +- update to 2.0.0RC4 + * Sat Oct 17 2015 Remi Collet - 2.0.0-0.2.RC2 - add uptream patches, fix segfault and test suite -- cgit