From 590fdc83c8dfa1d7c3e35a21b7a80e6f1533a3b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Nov 2018 13:35:20 +0100 Subject: EL-8 build --- php-pecl-zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 8e5e69b..15dc26d 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -32,7 +32,7 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip Version: 1.15.4 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libzip) >= 1.2.0 BuildRequires: zlib-devel BuildRequires: %{?scl_prefix}php-pear -%if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 Requires: libzip%{?_isa} >= %{buildver} %else Requires: libzip5%{?_isa} >= %{buildver} @@ -255,6 +255,9 @@ fi %changelog +* Fri Nov 30 2018 Remi Collet - 1.15.4-2 +- EL-8 build + * Wed Oct 3 2018 Remi Collet - 1.15.4-1 - update to 1.15.4 (stable) -- cgit