rpms/php-eaccelerator/devel php-eaccelerator.cron, NONE, 1.1 .cvsignore, 1.10, 1.11 php-eaccelerator.spec, 1.39, 1.40 sources, 1.10, 1.11

Matthias Saou thias at fedoraproject.org
Mon Dec 22 18:43:49 UTC 2008


Author: thias

Update of /cvs/extras/rpms/php-eaccelerator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27613

Modified Files:
	.cvsignore php-eaccelerator.spec sources 
Added Files:
	php-eaccelerator.cron 
Log Message:
Update to 0.9.5.3 and add daily cleanup cron job (#470460).



--- NEW FILE php-eaccelerator.cron ---
#!/bin/sh

# Remove cache files not accessed during the last 7 days
/usr/sbin/tmpwatch -u -d -f 7d /var/cache/php-eaccelerator



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	26 Nov 2007 12:12:42 -0000	1.10
+++ .cvsignore	22 Dec 2008 18:43:18 -0000	1.11
@@ -1 +1 @@
-eaccelerator-0.9.5.2.tar.bz2
+eaccelerator-0.9.5.3.tar.bz2


Index: php-eaccelerator.spec
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- php-eaccelerator.spec	20 Feb 2008 04:31:31 -0000	1.39
+++ php-eaccelerator.spec	22 Dec 2008 18:43:18 -0000	1.40
@@ -6,15 +6,16 @@
 
 Summary: PHP accelerator, optimizer, encoder and dynamic content cacher
 Name: php-eaccelerator
-Version: 0.9.5.2
-Release: 2%{?dist}
+Version: 0.9.5.3
+Release: 1%{?dist}
 Epoch: 1
 # The eaccelerator module itself is GPLv2+
 # The PHP control panel is under the Zend license (control.php and dasm.php)
 License: GPLv2+ and Zend
 Group: Development/Languages
 URL: http://eaccelerator.net/
-Source: http://bart.eaccelerator.net/source/%{version}/eaccelerator-%{version}.tar.bz2
+Source0: http://bart.eaccelerator.net/source/%{version}/eaccelerator-%{version}.tar.bz2
+Source1: php-eaccelerator.cron
 Patch0: eaccelerator-0.9.5-rc1-config.patch
 Patch1: eaccelerator-0.9.5.1-nophpversioncheck.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -65,6 +66,10 @@
 %{__install} -D -m 0644 eaccelerator.ini \
     %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini
 
+# Cache removal cron job
+%{__install} -D -m 0755 -p %{SOURCE1} \
+    %{buildroot}%{_sysconfdir}/cron.daily/php-eaccelerator
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -81,13 +86,18 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README*
 %doc eaccelerator.ini *.php
+%{_sysconfdir}/cron.daily/php-eaccelerator
 %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini
 %{php_extdir}/eaccelerator.so
 %attr(0750,apache,apache) %{_var}/cache/php-eaccelerator/
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:0.9.5.2-2
+* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1:0.9.5.3-1
+- Update to 0.9.5.3.
+- Include daily cleanup cron job (#470460).
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Mon Nov 26 2007 Matthias Saou <http://freshrpms.net/> 1:0.9.5.2-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-eaccelerator/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	26 Nov 2007 12:12:42 -0000	1.10
+++ sources	22 Dec 2008 18:43:18 -0000	1.11
@@ -1 +1 @@
-7c44ee0bc5e7f74b7cb7f6360e015128  eaccelerator-0.9.5.2.tar.bz2
+caf797223739516882f870342f74b935  eaccelerator-0.9.5.3.tar.bz2




More information about the fedora-extras-commits mailing list