rpms/php-eaccelerator/FC-4 php-eaccelerator.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jun 27 09:43:28 UTC 2005


Author: thias

Update of /cvs/extras/rpms/php-eaccelerator/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31921/FC-4

Modified Files:
	php-eaccelerator.spec 
Log Message:
Remove _smp_mflags since -jX apparently produces a crashing module :-(



Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/FC-4/php-eaccelerator.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-eaccelerator.spec	21 Jun 2005 09:01:03 -0000	1.4
+++ php-eaccelerator.spec	27 Jun 2005 09:43:26 -0000	1.5
@@ -6,7 +6,7 @@
 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/
@@ -32,7 +32,7 @@
 %build
 phpize
 %configure
-%{__make} %{?_smp_mflags}
+%{__make}
 
 
 %install
@@ -78,6 +78,9 @@
 
 
 %changelog
+* Mon Jun 27 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_0.9.3-2
+- Remove %%{?_smp_mflags}, since the module crashes otherwise (#161189).
+
 * Tue Jun 21 2005 Matthias Saou <http://freshrpms.net/> 4.x.x_0.9.3-1
 - Update to 0.9.3, bugfix release.
 




More information about the fedora-extras-commits mailing list