summaryrefslogtreecommitdiffstats
path: root/php-pecl-krb5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-26 18:53:10 +0100
committerRemi Collet <remi@remirepo.net>2020-02-26 18:53:10 +0100
commitd3a246cc09e483fe1498c608f526f4f4a30e88b9 (patch)
tree9e49cda0a7aa1daabe6210c86413ae56a212ffc9 /php-pecl-krb5.spec
parent5be65d1057d0381fde4a83a86de134c33d9b703e (diff)
update to 1.1.3
fix License = MIT
Diffstat (limited to 'php-pecl-krb5.spec')
-rw-r--r--php-pecl-krb5.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec
index cc4fbf1..9c0d034 100644
--- a/php-pecl-krb5.spec
+++ b/php-pecl-krb5.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-pecl-krb5
#
-# Copyright (c) 2014-2018 Remi Collet
+# Copyright (c) 2014-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -31,11 +31,11 @@
Summary: Kerberos authentification extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.1.2
-Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
-License: BSD
-URL: http://pecl.php.net/package/%{pecl_name}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+Version: 1.1.3
+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
BuildRequires: %{?dtsprefix}gcc
BuildRequires: krb5-devel >= 1.8
@@ -252,6 +252,10 @@ cd ../ZTS
%changelog
+* Wed Feb 26 2020 Remi Collet <remi@remirepo.net> - 1.1.3-1
+- update to 1.1.3
+- fix License = MIT
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.1.2-8
- rebuild for 7.4.0RC1