summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-09 20:00:02 +0200
committerRemi Collet <remi@remirepo.net>2017-04-09 20:00:02 +0200
commit4a8342d95b63de1aed66e6d2f0e91fcb721f5bfb (patch)
tree33381aa7bc0196603f3d1fe9a6ef03e6fa440d40
parent97cdad075f3013332af82e35ec2eeb2a9e7d2eb4 (diff)
v1.1.2
-rw-r--r--.gitignore7
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-krb5.spec11
3 files changed, 17 insertions, 3 deletions
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 [ <persistent> extension #97 krb5 version 1.1.1 ] {
+Extension [ <persistent> 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 <remi@remirepo.net> - 1.1.2-1
+- Update to 1.1.2
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2
- rebuild with PHP 7.1.0 GA