From fcf48ca02f45952bb207dc4474a49ebc43d4e9e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Feb 2021 10:47:49 +0100 Subject: update to 1.1.1 --- php-pecl-ev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-ev.spec') diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index 7e33dde..3083e00 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -27,7 +27,7 @@ Summary: Provides interface to libev library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -35,7 +35,7 @@ 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-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-sockets # For tests @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Feb 4 2021 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Tue Feb 2 2021 Remi Collet - 1.1.0-1 - update to 1.1.0 -- cgit