summaryrefslogtreecommitdiffstats
path: root/php-pecl-apcu.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-11 09:12:19 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-11 09:12:19 +0200
commitde3dd09bbb717d65d1b9afb60eb51b0fadc46c10 (patch)
tree6025150836c44bfb130fec2712e17d6b8f87467e /php-pecl-apcu.spec
parent8cdab475e3fc811e4108907474e3050610cfd8c8 (diff)
php-pecl-apcu: 4.0.5 (beta)
Diffstat (limited to 'php-pecl-apcu.spec')
-rw-r--r--php-pecl-apcu.spec17
1 files changed, 4 insertions, 13 deletions
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec
index e44c55f..898c9b8 100644
--- a/php-pecl-apcu.spec
+++ b/php-pecl-apcu.spec
@@ -22,15 +22,13 @@
Name: %{?scl_prefix}php-pecl-apcu
Summary: APC User Cache
-Version: 4.0.4
+Version: 4.0.5
Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf
Source3: %{pecl_name}.conf.php
-Patch0: %{pecl_name}-php56.patch
-
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/APCu
@@ -153,8 +151,6 @@ mv %{pecl_name}-%{version} NTS
cd NTS
-%patch0 -p1 -b .php56
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_APCU_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h)
if test "x${extver}" != "x%{version}"; then
@@ -163,14 +159,6 @@ if test "x${extver}" != "x%{version}"; then
fi
cd ..
-# Fix file roles https://github.com/krakjoe/apcu/pull/69
-sed -e '/LICENSE/s/role="src"/role="doc"/' \
- -e '/NOTICE/s/role="src"/role="doc"/' \
- -e '/README.md/s/role="src"/role="doc"/' \
- -e '/TECHNOTES.txt/s/role="src"/role="doc"/' \
- -e '/TODO/s/role="src"/role="doc"/' \
- -i package.xml
-
%if %{with_zts}
# duplicate for ZTS build
cp -pr NTS ZTS
@@ -311,6 +299,9 @@ fi
%changelog
+* Wed Jun 11 2014 Remi Collet <remi@fedoraproject.org> - 4.0.5-1
+- Update to 4.0.5 (beta)
+
* Sun Jun 8 2014 Remi Collet <remi@fedoraproject.org> - 4.0.4-3
- add build patch for php 5.6.0beta4