summaryrefslogtreecommitdiffstats
path: root/php-horde-horde-lz4.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-14 07:29:36 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-14 07:29:36 +0200
commit530dccc8392815c4e9f9e3dfd265860eaaee7c5a (patch)
tree8691f232feb3da7236b4253b83f493801df00679 /php-horde-horde-lz4.spec
parentf09669fd0bbc0e83cfc194cbc726a1fe7967622e (diff)
php-horde-horde-lz4: 1.0.8
Diffstat (limited to 'php-horde-horde-lz4.spec')
-rw-r--r--php-horde-horde-lz4.spec12
1 files changed, 5 insertions, 7 deletions
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 <remi@fedoraproject.org> - 1.0.8-1
+- Update to 1.0.8
+
* Mon Mar 30 2015 Remi Collet <remi@fedoraproject.org> 1.0.7-2
- add fix for PHP 7
- drop runtime dependency on pear, new scriptlets