summaryrefslogtreecommitdiffstats
path: root/php-pecl-yac.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-yac.spec')
-rw-r--r--php-pecl-yac.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec
index 47aa31e..8d7739a 100644
--- a/php-pecl-yac.spec
+++ b/php-pecl-yac.spec
@@ -21,17 +21,14 @@
Summary: Lockless user data cache
Name: php-pecl-%{pecl_name}
-Version: 0.9.1
-Release: 3%{?dist}
+Version: 0.9.2
+Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# https://github.com/laruence/yac/pull/42
-Patch0: %{pecl_name}-fastlz.patch
-
BuildRequires: php-devel > 5.2
BuildRequires: php-pear
BuildRequires: fastlz-devel
@@ -74,8 +71,6 @@ mv %{pecl_name}-%{version} NTS
sed -e 's/role="test"/role="src"/' -i package.xml
cd NTS
-%patch0 -p1 -b .pr42
-
# drop bundled fastlz to ensure it is not used
sed -e '\:name="compressor/fastlz:d' -i ../package.xml
rm -r compressor/fastlz
@@ -212,6 +207,9 @@ fi
%changelog
+* Sat Oct 25 2014 Remi Collet <remi@fedoraproject.org> - 0.9.2-1
+- Update to 0.9.2
+
* Sat Sep 6 2014 Remi Collet <remi@fedoraproject.org> - 0.9.1-3
- cleanup for review
- build with system fastlz