summaryrefslogtreecommitdiffstats
path: root/php-pecl-krb5.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-krb5.spec')
-rw-r--r--php-pecl-krb5.spec10
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