summaryrefslogtreecommitdiffstats
path: root/php-pecl-eio.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 05:42:25 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 05:42:25 +0200
commit2a566e20be83ec0c0c8e16c4bb96be671bbca7dd (patch)
treefe5d8270a0a8b412959a9b8dc3022b062da541b0 /php-pecl-eio.spec
parent407a3d2c8e15f1d5424211cb986074c03c2f938f (diff)
rebuld for 7.3.0alpha4 new ABI
Diffstat (limited to 'php-pecl-eio.spec')
-rw-r--r--php-pecl-eio.spec21
1 files changed, 14 insertions, 7 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec
index 3be95f3..8e7b34f 100644
--- a/php-pecl-eio.spec
+++ b/php-pecl-eio.spec
@@ -27,16 +27,14 @@
Summary: Provides interface to the libeio library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.2
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.0.3
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-Patch0: https://patch-diff.githubusercontent.com/raw/rosmanov/pecl-eio/pull/8.patch
-
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel > 5.3
+BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-sockets
# For tests
@@ -80,6 +78,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -112,8 +114,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .pr8
-
# Sanity check, really often broken
extver=$(sed -n '/define PHP_EIO_VERSION/{s/.* "//;s/".*$//;p}' php%(%{__php} -r 'echo PHP_MAJOR_VERSION;')/php_eio.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@@ -258,6 +258,13 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.3-2
+- rebuld for 7.3.0alpha4 new ABI
+
+* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3
+- drop patch merged upstream
+
* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 2.0.2-4
- add patch for PHP 7.3 from
https://github.com/rosmanov/pecl-eio/pull/8