rpms/php-eaccelerator/devel php-eaccelerator.spec,1.23,1.24

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Nov 8 12:11:25 UTC 2006


Author: thias

Update of /cvs/extras/rpms/php-eaccelerator/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30209

Modified Files:
	php-eaccelerator.spec 
Log Message:
Change to require php-common instead of php, for fastcgi without apache.



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- php-eaccelerator.spec	16 Oct 2006 16:44:20 -0000	1.23
+++ php-eaccelerator.spec	8 Nov 2006 12:10:55 -0000	1.24
@@ -16,15 +16,15 @@
 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher
 Name: php-eaccelerator
 Version: %{php_version}_%{module_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Development/Languages
-URL: http://eaccelerator.sourceforge.net/
+URL: http://eaccelerator.net/
 Source: http://bart.eaccelerator.net/source/%{module_version}/eaccelerator-%{module_version}.tar.bz2
 Patch0: eaccelerator-0.9.5-rc1-config.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: php-api = %{php_apiver}
-Requires: php = %{php_version}
+Requires: php-common = %{php_version}
 Provides: php-zend_extension
 Conflicts: php-mmcache
 BuildRequires: php, php-devel
@@ -92,6 +92,9 @@
 
 
 %changelog
+* Wed Nov  8 2006 Matthias Saou <http://freshrpms.net/> 5.1.6_0.9.5-2
+- Change to require php-common instead of php, for fastcgi without apache.
+
 * Mon Oct 16 2006 Matthias Saou <http://freshrpms.net/> 5.1.6_0.9.5-1
 - Update to 0.9.5 final.
 - Add cleanup of the cache directory upon package removal.




More information about the scm-commits mailing list