From 373ef14d2e33fe3ada5b2b30cc87e6c2438462dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 May 2018 12:46:13 +0200 Subject: rebuild for new libkadm5clnt_mit in 7.5 --- php-pecl-krb5.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index d30888f..96f65a8 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -3,12 +3,16 @@ # # Fedora spec file for php-pecl-krb5 # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %if 0%{?scl:1} %global sub_prefix %{scl_prefix} %scl_package php-pecl-krb5 @@ -28,12 +32,13 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +BuildRequires: %{?dtsprefix}gcc BuildRequires: krb5-devel >= 1.8 BuildRequires: pkgconfig(com_err) BuildRequires: %{?scl_prefix}php-devel > 5.2 @@ -187,7 +192,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -248,6 +253,9 @@ cd ../ZTS %changelog +* Tue May 15 2018 Remi Collet - 1.1.2-3 +- rebuild for new libkadm5clnt_mit in 7.5 + * Tue Jul 18 2017 Remi Collet - 1.1.2-2 - rebuild for PHP 7.2.0beta1 new API -- cgit