From 4a8342d95b63de1aed66e6d2f0e91fcb721f5bfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Apr 2017 20:00:02 +0200 Subject: v1.1.2 --- .gitignore | 7 +++++++ REFLECTION | 2 +- php-pecl-krb5.spec | 11 +++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/REFLECTION b/REFLECTION index 1bd2005..69ff061 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 krb5 version 1.1.1 ] { +Extension [ extension #99 krb5 version 1.1.2 ] { - Constants [13] { Constant [ integer GSS_C_DELEG_FLAG ] { 1 } diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index eda6348..2229c34 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -27,8 +27,8 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.2 +Release: 1%{?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} @@ -133,6 +133,8 @@ EOF %build +%{?dtsenable} + export CFLAGS="%{optflags} $(pkg-config --cflags com_err)" peclbuild() { @@ -156,6 +158,8 @@ peclbuild %{_bindir}/zts-php-config %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -240,6 +244,9 @@ cd ../ZTS %changelog +* Sun Apr 9 2017 Remi Collet - 1.1.2-1 +- Update to 1.1.2 + * Thu Dec 1 2016 Remi Collet - 1.1.1-2 - rebuild with PHP 7.1.0 GA -- cgit