From aaa67011e03695180712bb98be1933ae39e51745 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Sep 2020 13:39:22 +0200 Subject: update to 1.1.4 drop patch merged upstream --- php-pecl-krb5.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-krb5.spec') diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index b46be2f..3ba3576 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -31,14 +31,12 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-php8.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: krb5-devel >= 1.8 BuildRequires: pkgconfig(com_err) @@ -118,8 +116,6 @@ mv %{pecl_name}-%{version} NTS %{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} cd NTS -%patch0 -p0 -b .up - # Sanity check, really often broken extver=$(sed -n '/#define PHP_KRB5_VERSION/{s/.* "//;s/".*$//;p}' php_krb5.h) if test "x${extver}" != "x%{version}"; then @@ -252,6 +248,10 @@ cd ../ZTS %changelog +* Mon Sep 14 2020 Remi Collet - 1.1.4-1 +- update to 1.1.4 +- drop patch merged upstream + * Thu Sep 3 2020 Remi Collet - 1.1.3-2 - add upstream patch for PHP 8 -- cgit