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.spec11
1 files changed, 9 insertions, 2 deletions
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