From 8828503b4e74a32e450b2f86ac0e569ada4af325 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Apr 2018 19:30:55 +0200 Subject: v2.0.6RC1 --- REFLECTION | 2 +- php-pecl-igbinary.spec | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index b9d2be8..2284e92 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 igbinary version 2.0.5 ] { +Extension [ extension #99 igbinary version 2.0.6RC1 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index e7016cb..81f991d 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -3,12 +3,16 @@ # # Fedora spec file for php-pecl-igbinary # -# Copyright (c) 2010-2017 Remi Collet +# Copyright (c) 2010-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %if 0%{?scl:1} %global sub_prefix %{scl_prefix} %scl_package php-pecl-igbinary @@ -26,8 +30,8 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 2.0.5 -#global upstream_prever RC1 +%global upstream_version 2.0.6 +%global upstream_prever RC1 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -40,10 +44,10 @@ Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION. Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD -Group: System Environment/Libraries URL: http://pecl.php.net/package/igbinary +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?sub_prefix}php-pecl-apcu-devel @@ -110,7 +114,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %package devel Summary: Igbinary developer files (header) -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{?scl_prefix}php-devel%{?_isa} @@ -259,7 +262,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -303,6 +306,9 @@ fi %changelog +* Mon Apr 2 2018 Remi Collet - 2.0.6~RC1-1 +- update to 2.0.6RC1 (beta) + * Sun Nov 5 2017 Remi Collet - 2.0.5-1 - update to 2.0.5 (stable) -- cgit