From 273795669759d0ad49e104450680d890b5107701 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Oct 2014 16:01:35 +0100 Subject: [PATCH] update to 4.0.7 --- .gitignore | 1 + php-pecl-apcu.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f33f29..62c0ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ clog /apcu-4.0.3.tgz /apcu-4.0.4.tgz /apcu-4.0.6.tgz +/apcu-4.0.7.tgz diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index a1b03df..f72b0fd 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -21,8 +21,8 @@ Name: php-pecl-apcu Summary: APC User Cache -Version: 4.0.6 -Release: 3%{?dist} +Version: 4.0.7 +Release: 1%{?dist} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf @@ -239,8 +239,10 @@ fi %files %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml + %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so + %if %{with_zts} %{php_ztsextdir}/%{pecl_name}.so %config(noreplace) %{php_ztsinidir}/%{ini_name} @@ -250,6 +252,7 @@ fi %files devel %doc %{pecl_testdir}/%{pecl_name} %{php_incldir}/ext/%{pecl_name} + %if %{with_zts} %{php_ztsincldir}/ext/%{pecl_name} %endif @@ -264,6 +267,9 @@ fi %changelog +* Mon Oct 27 2014 Remi Collet - 4.0.7-1 +- Update to 4.0.7 + * Sun Aug 17 2014 Fedora Release Engineering - 4.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 3c52f84..f289333 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf7f1a751c4f3ecd1bb8f985be4de09b apcu-4.0.6.tgz +9feb03d3e5217242a39244964f098b52 apcu-4.0.7.tgz