summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-02 15:07:59 +0100
committerRemi Collet <remi@remirepo.net>2020-12-02 15:07:59 +0100
commit535673a7e88814590d723519c967d45812ca0744 (patch)
tree55b805ed19f65ac29608e19f546b8bedb0246a61
parentc8d4eab8adb704e8fee31b9756ed9db3239d3bc3 (diff)
update to 3.0.1 (no change)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-event.spec18
3 files changed, 8 insertions, 18 deletions
diff --git a/PHPINFO b/PHPINFO
index 7c7b5cb..9bd5a81 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -7,5 +7,5 @@ Debug support => disabled
Extra functionality support including HTTP, DNS, and RPC => enabled
OpenSSL support => enabled
Thread safety support => disabled
-Extension version => 3.0.0
+Extension version => 3.0.1
libevent2 headers version => 2.1.8-stable
diff --git a/REFLECTION b/REFLECTION
index caed626..7455d11 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 event version 3.0.0 ] {
+Extension [ <persistent> extension #117 event version 3.0.1 ] {
- Dependencies {
Dependency [ sockets (Required) ]
@@ -1517,8 +1517,8 @@ Extension [ <persistent> extension #117 event version 3.0.0 ] {
Constant [ public int OPT_CIPHER_SERVER_PREFERENCE ] { 15 }
Constant [ public int OPT_REQUIRE_CLIENT_CERT ] { 16 }
Constant [ public int OPT_VERIFY_CLIENT_ONCE ] { 17 }
- Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1g FIPS 21 Apr 2020 }
- Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488255 }
+ Constant [ public string OPENSSL_VERSION_TEXT ] { OpenSSL 1.1.1h FIPS 22 Sep 2020 }
+ Constant [ public int OPENSSL_VERSION_NUMBER ] { 269488271 }
Constant [ public int SSL3_VERSION ] { 768 }
Constant [ public int TLS1_VERSION ] { 769 }
Constant [ public int TLS1_1_VERSION ] { 770 }
diff --git a/php-pecl-event.spec b/php-pecl-event.spec
index 9535ff6..1333f7f 100644
--- a/php-pecl-event.spec
+++ b/php-pecl-event.spec
@@ -30,7 +30,7 @@
# After 20-sockets.so
%global ini_name 40-%{pecl_name}.ini
%endif
-%global upstream_version 3.0.0
+%global upstream_version 3.0.1
#global upstream_prever RC3
Summary: Provides interface to libevent library
@@ -68,9 +68,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea
%endif
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-%if "%{php_version}" > "7.2"
-Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "7.3"
Obsoletes: php73-pecl-%{pecl_name} <= %{version}
%endif
@@ -82,12 +79,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
%endif
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter private shared
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%endif
-%{?filter_setup}
-
%description
This is an extension to efficiently schedule I/O, time and signal based
@@ -223,10 +214,6 @@ REPORT_EXIT_STATUS=1 \
%if %{with_zts}
cd ../ZTS
-%if 0%{?rhel} == 6
-rm -f tests/27-event-util-create-socket.phpt
-%endif
-
: Upstream test suite for ZTS extension
SKIP_ONLINE_TESTS=1 \
TEST_PHP_EXECUTABLE=%{__ztsphp} \
@@ -272,6 +259,9 @@ fi
%changelog
+* Wed Dec 2 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1 (no change)
+
* Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0 (beta)