From bc60b429de54e93a3cdaf19b1fc0893b29beb0b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Oct 2017 17:16:24 +0200 Subject: v3.0.1 (stable) --- REFLECTION | 2 +- php-pecl-bitset.spec | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 0fad9a4..51222ff 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #60 bitset version 3.0.0 ] { +Extension [ extension #76 bitset version 3.0.1 ] { - Classes [1] { Class [ class BitSet ] { diff --git a/php-pecl-bitset.spec b/php-pecl-bitset.spec index 08f121c..f33d4af 100644 --- a/php-pecl-bitset.spec +++ b/php-pecl-bitset.spec @@ -15,8 +15,8 @@ Summary: BITSET library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 3.0.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.0.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -33,8 +33,10 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +%if "%{?scl_prefix}" != "%{?sub_prefix}" Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +%endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff @@ -103,6 +105,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -119,6 +123,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -208,6 +214,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Oct 8 2017 Remi Collet - 3.0.1-1 +- Update to 3.0.1 (stable) + * Tue Jul 18 2017 Remi Collet - 3.0.0-4 - rebuild for PHP 7.2.0beta1 new API -- cgit