From 76c1dc5c481581dab900fde08b828c1bd709e2f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Mar 2014 08:02:30 +0100 Subject: [PATCH] update to 4.0.4 --- .gitignore | 1 + php-pecl-apcu.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afa7d53..d585290 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clog /apcu-4.0.1.tgz /apcu-4.0.2.tgz /apcu-4.0.3.tgz +/apcu-4.0.4.tgz diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 26d2770..eb9d073 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -16,7 +16,7 @@ Name: php-pecl-apcu Summary: APC User Cache -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini @@ -123,7 +123,7 @@ configuration, available on http://localhost/apcu-panel/ %setup -qc mv %{pecl_name}-%{version} NTS -# Fix file roles +# 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"/' \ @@ -258,6 +258,9 @@ fi %changelog +* Sat Mar 01 2014 Remi Collet - 4.0.4-1 +- Update to 4.0.4 (beta) + * Mon Jan 27 2014 Remi Collet - 4.0.3-1 - Update to 4.0.3 (beta) - install doc in pecl doc_dir diff --git a/sources b/sources index cc515f8..329cb5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4db3d1ed48c447d9adebec13a8846d48 apcu-4.0.3.tgz +a7696b1c351d9bd1592b7840701f5bf7 apcu-4.0.4.tgz