diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ev.spec | 15 |
4 files changed, 11 insertions, 10 deletions
@@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc @@ -3,4 +3,4 @@ ev Ev support => enabled Debug support => disabled -Version => 1.0.9 +Version => 1.1.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 ev version 1.0.9 ] { +Extension [ <persistent> extension #118 ev version 1.1.0 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index 2b265c7..7e33dde 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-ev # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -27,12 +27,14 @@ Summary: Provides interface to libev library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.9 +Version: 1.1.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +BuildRequires: make +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-sockets @@ -66,12 +68,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared object -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description The ev extension provides interface to libev library - high performance @@ -229,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Feb 2 2021 Remi Collet <remi@remirepo.net> - 1.1.0-1 +- update to 1.1.0 + * Thu Nov 19 2020 Remi Collet <remi@remirepo.net> - 1.0.9-1 - update to 1.0.9 |