summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-21 12:10:33 +0100
committerRemi Collet <remi@remirepo.net>2019-01-21 12:10:33 +0100
commitce8d39f66267dea632ebae4722cf91af2007f4f3 (patch)
treea76e25d0c7b8a7a68d934c2c2284b294666bcba1
parent3fbf47ddcd69d1007d38f9026d992d200d34bee0 (diff)
rebuild with hdrhistogram library 0.9.8
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-hdr-histogram.spec23
3 files changed, 9 insertions, 18 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..0ad705f
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,2 @@
+
+hdrhistogram
diff --git a/REFLECTION b/REFLECTION
index 35ac694..d3ae0ee 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #87 hdrhistogram version 0.3.0 ] {
+Extension [ <persistent> extension #98 hdrhistogram version 0.3.0 ] {
- Functions {
Function [ <internal:hdrhistogram> function hdr_init ] {
diff --git a/php-pecl-hdr-histogram.spec b/php-pecl-hdr-histogram.spec
index 1c3b48b..6249100 100644
--- a/php-pecl-hdr-histogram.spec
+++ b/php-pecl-hdr-histogram.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-hdr-histogram
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -23,7 +23,7 @@
Summary: PHP extension wrapper for the C hdrhistogram API
Name: %{?sub_prefix}php-pecl-hdr-histogram
Version: 0.3.0
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -33,7 +33,7 @@ Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
-BuildRequires: hdrhistogram-devel
+BuildRequires: hdrhistogram-devel >= 0.9.8
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -50,20 +50,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php54-pecl-hdr-histogram <= %{version}
-Obsoletes: php54w-pecl-hdr-histogram <= %{version}
-%if "%{php_version}" > "5.5"
-Obsoletes: php55u-pecl-hdr-histogram <= %{version}
-Obsoletes: php55w-pecl-hdr-histogram <= %{version}
-%endif
-%if "%{php_version}" > "5.6"
-Obsoletes: php56u-pecl-hdr-histogram <= %{version}
-Obsoletes: php56w-pecl-hdr-histogram <= %{version}
-%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-pecl-hdr-histogram <= %{version}
-Obsoletes: php70w-pecl-hdr-histogram <= %{version}
-%endif
%if "%{php_version}" > "7.1"
Obsoletes: php71u-pecl-hdr-histogram <= %{version}
Obsoletes: php71w-pecl-hdr-histogram <= %{version}
@@ -235,6 +221,9 @@ fi
%changelog
+* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 0.3.0-7
+- rebuild with hdrhistogram library 0.9.8
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.0-6
- rebuild for 7.3.0beta2 new ABI