From 19a6a04fb41323567ef3164ee20af26613217e89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 10:08:13 +0100 Subject: update to 3.0.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-event.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9bd5a81..7ec0e63 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.1 +Extension version => 3.0.2 libevent2 headers version => 2.1.8-stable diff --git a/REFLECTION b/REFLECTION index 7455d11..cb62d82 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 event version 3.0.1 ] { +Extension [ extension #117 event version 3.0.2 ] { - Dependencies { Dependency [ sockets (Required) ] diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 1333f7f..6a7b4b0 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -20,7 +20,8 @@ %global _root_prefix %{_prefix} %endif -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests + %global pecl_name event %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" @@ -30,7 +31,7 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.0.1 +%global upstream_version 3.0.2 #global upstream_prever RC3 Summary: Provides interface to libevent library @@ -203,7 +204,7 @@ fi --modules | grep %{pecl_name} %endif -%if %{with_tests} +%if %{with tests} cd NTS : Upstream test suite for NTS extension SKIP_ONLINE_TESTS=1 \ @@ -259,6 +260,9 @@ fi %changelog +* Mon Dec 7 2020 Remi Collet - 3.0.2-1 +- update to 3.0.2 + * Wed Dec 2 2020 Remi Collet - 3.0.1-1 - update to 3.0.1 (no change) -- cgit