diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | php-pinba.spec | 11 | 
2 files changed, 16 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-pinba.spec b/php-pinba.spec index db77e75..bf8ab03 100644 --- a/php-pinba.spec +++ b/php-pinba.spec @@ -20,9 +20,9 @@ Summary:       Client extension for Pinba statistics server  Name:          %{?scl_prefix}php-pinba  Version:       1.1.0  %if 0%{?gh_date:1} -Release:       0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  License:       LGPLv2+  Group:         Development/Languages @@ -43,6 +43,10 @@ Obsoletes:     php70w-%{pecl_name} <= %{version}  Obsoletes:     php71u-%{pecl_name} <= %{version}  Obsoletes:     php71w-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.2" +Obsoletes:     php72u-%{pecl_name} <= %{version} +Obsoletes:     php72w-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -168,6 +172,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.1.0-2 +- rebuild for PHP 7.2.0beta1 new API +  * Tue Jan 24 2017 Remi Collet <remi@remirepo.net> - 1.1.0-1  - new package, version 1.1.0  | 
