From f36b0577e6d75c973c98c6486f602999f6863b71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-lzf.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-lzf.spec') diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 3e0ab79..10be709 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -9,11 +9,7 @@ # Please preserve 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-lzf %endif @@ -28,7 +24,7 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -238,6 +234,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet - 1.6.5-3 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 1.6.5-2 - rebuild for PHP 7.1 new API version -- cgit