rpms/php-pecl-memcache/F-10 php-pecl-memcache.spec, 1.8, 1.9 sources, 1.8, 1.9

Remi Collet remi at fedoraproject.org
Sat Feb 28 13:44:58 UTC 2009


Author: remi

Update of /cvs/extras/rpms/php-pecl-memcache/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22791

Modified Files:
	php-pecl-memcache.spec sources 
Log Message:
update to 3.0.4 (bugfix)


Index: php-pecl-memcache.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-memcache/F-10/php-pecl-memcache.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- php-pecl-memcache.spec	13 Jan 2009 20:02:25 -0000	1.8
+++ php-pecl-memcache.spec	28 Feb 2009 13:44:28 -0000	1.9
@@ -6,7 +6,7 @@
 
 Summary:      Extension to work with the Memcached caching daemon
 Name:         php-pecl-memcache
-Version:      3.0.3
+Version:      3.0.4
 Release:      1%{?dist}
 License:      PHP
 Group:        Development/Languages
@@ -42,6 +42,8 @@
 %setup -c -q
 %{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
 
+# avoid spurious-executable-perm
+find . -type f -exec chmod -x {} \;
 
 %build
 cd %{pecl_name}-%{version}
@@ -83,7 +85,8 @@
 ;  Redundancy : When enabled the client sends requests to N servers in parallel
 ;memcache.redundancy=1
 ;memcache.session_redundancy=2
-
+;  Lock Timeout
+;memcache.lock_timeout = 15
 
 ; ----- Options to use the memcache session handler
 
@@ -127,6 +130,9 @@
 
 
 %changelog
+* Sat Feb 28 2009 Remi Collet <Fedora at FamilleCollet.com> 3.0.4-1
+- new version 3.0.4
+
 * Tue Jan 13 2009 Remi Collet <Fedora at FamilleCollet.com> 3.0.3-1
 - new version 3.0.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-memcache/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	13 Jan 2009 20:02:25 -0000	1.8
+++ sources	28 Feb 2009 13:44:28 -0000	1.9
@@ -1 +1 @@
-75472e0a12c1a7e3647bf490618a1e35  memcache-3.0.3.tgz
+07933ce0191274201ea6905cd509c5b0  memcache-3.0.4.tgz




More information about the fedora-extras-commits mailing list