[php-pecl-apc] update to 3.1.11

Remi Collet remi at fedoraproject.org
Fri Jul 20 06:39:15 UTC 2012


commit ef2d55c6bea1c1da959932dfc858cc9d20464a31
Author: remi <fedora at famillecollet.com>
Date:   Fri Jul 20 08:38:54 2012 +0200

    update to 3.1.11

 .gitignore        |    1 +
 php-pecl-apc.spec |   14 +++++---------
 sources           |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84859e0..246dfb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /apc-svn322617.tgz
 /apc-svn324146.tgz
 /APC-3.1.10.tgz
+/APC-3.1.11.tgz
diff --git a/php-pecl-apc.spec b/php-pecl-apc.spec
index 302eaf0..a4cb72d 100644
--- a/php-pecl-apc.spec
+++ b/php-pecl-apc.spec
@@ -6,16 +6,13 @@
 
 Summary:       APC caches and optimizes PHP intermediate code
 Name:          php-pecl-apc
-Version:       3.1.10
-Release:       2%{?dist}
+Version:       3.1.11
+Release:       1%{?dist}
 License:       PHP
 Group:         Development/Languages
 URL:           http://pecl.php.net/package/APC
 Source:        http://pecl.php.net/get/APC-%{version}.tgz
 
-# Upstream patch from SVN.
-Patch0:        apc-svn.patch
-
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
 Conflicts:     php-mmcache php-eaccelerator
 BuildRequires: php-devel >= 5.1.0, httpd-devel, php-pear, pcre-devel
@@ -60,10 +57,6 @@ These are the files needed to compile programs using APC serializer.
 %setup -q -c 
 
 cd APC-%{version}
-%patch0 -p3 -b .orig
-
-# https://bugs.php.net/61696
-sed -i -e 's/"3.1.9"/"%{version}"/' php_apc.h
 
 # Sanity check, really often broken
 extver=$(sed -n '/#define PHP_APC_VERSION/{s/.* "//;s/".*$//;p}' php_apc.h)
@@ -244,6 +237,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 20 2012 Remi Collet <remi at fedoraproject.org> - 3.1.11-1
+- update to 3.1.11 (beta)
+
 * Fri Jun 22 2012 Remi Collet <remi at fedoraproject.org> - 3.1.10-2
 - add patches from upstream
 
diff --git a/sources b/sources
index 24e99d0..7e0630b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4a6b91903d6ba9dce89fc87bb6f26c9  APC-3.1.10.tgz
+199b69ed1423aa869acafff485ef5f06  APC-3.1.11.tgz


More information about the scm-commits mailing list