From 0f2d1a1cfce8f46f4a9462ccceb788165fd765b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 21:35:19 +0200 Subject: rebuild for 7.2.0beta1 --- php-horde-horde-lz4.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php-horde-horde-lz4.spec') diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index aa3154f..5e99eb6 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -33,13 +33,12 @@ Summary: Horde LZ4 Compression Extension Name: %{?sub_prefix}php-horde-horde-lz4 Version: 1.0.10 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://www.horde.org Source0: http://%{pecl_channel}/get/%{pecl_name}-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: lz4-devel @@ -152,7 +151,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make -C NTS install-modules INSTALL_ROOT=%{buildroot} @@ -220,12 +218,9 @@ cd ../ZTS %endif -%clean -rm -rf %{buildroot} %files -%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pear_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml @@ -240,6 +235,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 18 2017 Remi Collet - 1.0.10-4 +- rebuild for PHP 7.2.0beta1 new API + * Thu Dec 1 2016 Remi Collet - 1.0.10-3 - rebuild with PHP 7.1.0 GA -- cgit