rpms/php-pecl-apc/devel .cvsignore, 1.3, 1.4 php-pecl-apc.spec, 1.5, 1.6 sources, 1.3, 1.4

Chris Chabot (chabotc) fedora-extras-commits at redhat.com
Thu Jun 28 13:42:33 UTC 2007


Author: chabotc

Update of /cvs/extras/rpms/php-pecl-apc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1243

Modified Files:
	.cvsignore php-pecl-apc.spec sources 
Log Message:
fixed for f7 and new upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-apc/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Sep 2006 05:24:08 -0000	1.3
+++ .cvsignore	28 Jun 2007 13:41:58 -0000	1.4
@@ -1 +1 @@
-APC-3.0.12p2.tgz
+APC-3.0.14.tgz


Index: php-pecl-apc.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-apc/devel/php-pecl-apc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-pecl-apc.spec	15 Sep 2006 05:24:08 -0000	1.5
+++ php-pecl-apc.spec	28 Jun 2007 13:41:58 -0000	1.6
@@ -1,28 +1,31 @@
 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)                     
-%define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
-
 Summary:       APC caches and optimizes PHP intermediate code
 Name:          php-pecl-apc
-Version:       3.0.12
+Version:       3.0.14
 Release:       1%{?dist}
 License:       PHP License
 Group:         Development/Languages
 URL:           http://pecl.php.net/package/APC
-Source:        http://pecl.php.net/get/APC-%{version}p2.tgz
+Source:        http://pecl.php.net/get/APC-%{version}.tgz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires:      php-api = %{php_apiver}
 Conflicts:     php-mmcache php-eaccelerator
 BuildRequires: php-devel httpd-devel
-Provides:      php-apc = %{version}-%{release}
 Obsoletes:     php-apc
-Provides:      php-pecl(apc)
+%if %{?php_zend_api}0
+Requires:     php(zend-abi) = %{php_zend_api}
+Requires:     php(api) = %{php_core_api}
+%else
+Requires:     php-api = %{php_apiver}
+%endif
+Provides:      php-apc = %{version}-%{release}
+Provides:     php-pecl(apc)
 
 %description
 APC is a free, open, and robust framework for 
 caching and optimizing PHP intermediate code.
 
 %prep
-%setup -q -n APC-%{version}p2
+%setup -q -n APC-%{version}
 
 %build
 %{_bindir}/phpize
@@ -61,6 +64,10 @@
 %{php_extdir}/apc.so
 
 %changelog
+* Thu Jun 28 2007 Chris Chabot <chabotc at xs4all.nl> - 3.0.14-1
+- Updated to 3.0.14
+- Included new php api snipplets
+
 * Fri Sep 15 2006 Chris Chabot <chabotc at xs4all.nl> - 3.0.12-5
 - Updated to new upstream version
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-apc/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Sep 2006 05:24:08 -0000	1.3
+++ sources	28 Jun 2007 13:41:58 -0000	1.4
@@ -1 +1 @@
-e7f1762ee95cdaaf90cf16345c6228a3  APC-3.0.12p2.tgz
+0f452f936239b6107d3e2e5cda4f4bda  APC-3.0.14.tgz




More information about the fedora-extras-commits mailing list