diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-bitset.spec | 13 | 
2 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #60 bitset version 3.0.0 ] { +Extension [ <persistent> extension #76 bitset version 3.0.1 ] {    - Classes [1] {      Class [ <internal:bitset> 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 <remi@remirepo.net> - 3.0.1-1 +- Update to 3.0.1 (stable) +  * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.0-4  - rebuild for PHP 7.2.0beta1 new API  | 
