summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-14 18:11:41 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-14 18:11:41 +0200
commitd15b53022ebdf9e8df764fe11c74ee651f48479d (patch)
tree0cde6ccd0cfd8b9e15d2013a315da48686cd1872
parent0fc02a93bbe9e7a80e43ad9253cecc64e35b2b3a (diff)
php-xcache: 3.1.0 svn1264 (for PHP 5.5)
-rw-r--r--php-xcache.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-xcache.spec b/php-xcache.spec
index 170cbea..03c5c46 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -1,5 +1,5 @@
%global ext_name xcache
-%global svnrev 1238
+%global svnrev 1264
# TODO : consider splitting pages in another subpackage
# to avoid httpd dependency
@@ -7,15 +7,15 @@
Summary: Fast, stable PHP opcode cacher
Name: php-xcache
Version: 3.1.0
-Release: 0.2.svn%{svnrev}%{?dist}
+Release: 0.3.svn%{svnrev}%{?dist}
License: BSD
Group: Development/Languages
URL: http://xcache.lighttpd.net/
%if 0%{?svnrev}
-# svn co -r 1238 svn://svn.lighttpd.net/xcache/trunk xcache-3.1.0
-# tar czf xcache-svn1238.tgz xcache-3.1.0
-Source0: xcache-svn1238.tgz
+# svn co -r 1264 svn://svn.lighttpd.net/xcache/trunk xcache-3.1.0
+# tar czf xcache-svn1264.tgz xcache-3.1.0
+Source0: xcache-svn1264.tgz
%else
Source0: http://xcache.lighttpd.net/pub/Releases/%{version}/%{ext_name}-%{version}.tar.gz
%endif
@@ -203,6 +203,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Jun 14 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.3.svn1268
+- latest changes from upstream
+
* Tue May 14 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.2.svn1238
- latest changes from upstream