From cdc5f61770c08ac0fbf77687558b0ad399e5859d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Nov 2016 18:15:37 +0100 Subject: php-pecl-krb5: 1.1.1 --- php-pecl-krb5.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-krb5.spec') diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index 7b8ac0b..6d9cdb5 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -10,11 +10,7 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-pecl-krb5 %else %global _root_includedir %{_includedir} @@ -31,8 +27,8 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.1.1 +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} @@ -244,6 +240,9 @@ cd ../ZTS %changelog +* Sat Nov 12 2016 Remi Collet - 1.1.1-1 +- Update to 1.1.1 (PHP 5 and 7, stable) + * Wed Sep 14 2016 Remi Collet - 1.1.0-2 - rebuild for PHP 7.1 new API version -- cgit