summaryrefslogtreecommitdiffstats
path: root/php-pecl-krb5.spec
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 /php-pecl-krb5.spec
parent97cdad075f3013332af82e35ec2eeb2a9e7d2eb4 (diff)
v1.1.2
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