From 530dccc8392815c4e9f9e3dfd265860eaaee7c5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2015 07:29:36 +0200 Subject: php-horde-horde-lz4: 1.0.8 --- php-horde-horde-lz4.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php-horde-horde-lz4.spec') diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index c1f7a94..b75610d 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -28,16 +28,13 @@ Summary: Horde LZ4 Compression Extension Name: %{?scl_prefix}php-horde-horde-lz4 -Version: 1.0.7 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.8 +Release: 1%{?dist}%{!?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 -# https://github.com/horde/horde/pull/132 -Patch0: %{pecl_name}-php7.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -103,8 +100,6 @@ cd NTS # Use system library rm -r lib -%patch0 -p3 -b .php7 - # Sanity check, really often broken extver=$(sed -n '/#define HORDE_LZ4_EXT_VERSION/{s/.* "//;s/".*$//;p}' horde_lz4.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -229,6 +224,9 @@ rm -rf %{buildroot} %changelog +* Tue Apr 14 2015 Remi Collet - 1.0.8-1 +- Update to 1.0.8 + * Mon Mar 30 2015 Remi Collet 1.0.7-2 - add fix for PHP 7 - drop runtime dependency on pear, new scriptlets -- cgit