rpms/php-eaccelerator/devel .cvsignore, 1.3, 1.4 php-eaccelerator.spec, 1.7, 1.8 sources, 1.3, 1.4 eaccelerator-0.9.3-buffer-overflow.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 17:12:26 UTC 2006


Author: thias

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

Modified Files:
	.cvsignore php-eaccelerator.spec sources 
Removed Files:
	eaccelerator-0.9.3-buffer-overflow.patch 
Log Message:
Update to latest PHP 5.1 compatible snapshot, there is no other option for now.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Jun 2005 09:01:08 -0000	1.3
+++ .cvsignore	9 Feb 2006 17:12:20 -0000	1.4
@@ -1 +1 @@
-eaccelerator-0.9.3.tar.gz
+eaccelerator-5.1-cvs200602071647.tar.gz


Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-eaccelerator.spec	17 Oct 2005 13:38:38 -0000	1.7
+++ php-eaccelerator.spec	9 Feb 2006 17:12:24 -0000	1.8
@@ -1,17 +1,18 @@
 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
-%{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo 4.3.11)}
+%{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo 4.4.1)}
 
 %define module_version 0.9.3
+%define prever         cvs200602071647
 
 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher
 Name: php-eaccelerator
 Version: %{php_version}_%{module_version}
-Release: 4%{?dist}
+Release: 0.1%{?dist}
 License: GPL
 Group: Development/Languages
 URL: http://eaccelerator.sourceforge.net/
-Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}.tar.gz
-Patch: eaccelerator-0.9.3-buffer-overflow.patch
+#Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}.tar.gz
+Source: http://snapshots.eaccelerator.net/eaccelerator-5.1-%{prever}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: php = %{php_version}
 Provides: php-zend_extension
@@ -27,8 +28,8 @@
 
 
 %prep
-%setup -n eaccelerator-%{module_version}
-%patch -p1
+#setup -n eaccelerator-%{module_version}
+%setup -n eaccelerator-5.1-%{prever}
 
 
 %build
@@ -85,10 +86,14 @@
 %doc eaccelerator.ini *.php
 %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini
 %{php_extdir}/eaccelerator.so
-%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator
+%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator/
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 5.1.x_0.9.3-0.1
+- Update to 5.1.x compatible snapshot.
+- Will try to make re2c available in Extras in order to build require it.
+
 * Mon Oct 17 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_0.9.3-4
 - Re-add %%{?_smp_mflags}, as this was a false alarm.
 - Force SEM to FCNTL as the IPC version is buggy on x86_64 SMP at least.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jun 2005 09:01:08 -0000	1.3
+++ sources	9 Feb 2006 17:12:24 -0000	1.4
@@ -1 +1 @@
-b17ddf953f18ee6df5c2c24ffccb37d9  eaccelerator-0.9.3.tar.gz
+6ad0cd6244c8bb165367c848e14dd382  eaccelerator-5.1-cvs200602071647.tar.gz


--- eaccelerator-0.9.3-buffer-overflow.patch DELETED ---




More information about the scm-commits mailing list