diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-17 07:06:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-17 07:06:45 +0100 |
commit | 301d31abb857af1ab81aaa417b1e2c4813270349 (patch) | |
tree | dd7df3b8d76f4447fa4195a9f4478c5fb580265f /php-pecl-krb5.spec | |
parent | b1182180e855bce69aa9b6588c394e51158bfb9e (diff) |
drop patch merged upstream
Diffstat (limited to 'php-pecl-krb5.spec')
-rw-r--r-- | php-pecl-krb5.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index 97f9ada..5f813d4 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -25,14 +25,12 @@ Summary: Kerberos authentification extension Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.3 +Version: 1.2.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: https://patch-diff.githubusercontent.com/raw/php/pecl-authentication-krb5/pull/11.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: krb5-devel >= 1.8 @@ -80,8 +78,6 @@ These are the files needed to compile programs using the Kerberos extension. sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml cd %{sources} -%patch -P0 -p1 -b .pr11 - # 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 @@ -195,6 +191,10 @@ done %changelog +* Mon Mar 17 2025 Remi Collet <remi@remirepo.net> - 1.2.4-1 +- update to 1.2.4 (no change) +- drop patch merged upstream + * Mon Mar 3 2025 Remi Collet <remi@remirepo.net> - 1.2.3-1 - update to 1.2.3 - re-license spec file to CECILL-2.1 |