summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-14 08:32:20 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-14 08:32:20 +0200
commit0fc02a93bbe9e7a80e43ad9253cecc64e35b2b3a (patch)
tree0e9390944175fb9bddd0c66615931ee00e52a38d
parent70c203a6046a8fa6661c5a46916b7eaf73c0aa39 (diff)
php-xcache 3.1.0-dev svn1238
-rw-r--r--php-xcache.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-xcache.spec b/php-xcache.spec
index 840b89f..170cbea 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -1,5 +1,5 @@
%global ext_name xcache
-%global svnrev 1234
+%global svnrev 1238
# 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.1.svn%{svnrev}%{?dist}
+Release: 0.2.svn%{svnrev}%{?dist}
License: BSD
Group: Development/Languages
URL: http://xcache.lighttpd.net/
%if 0%{?svnrev}
-# svn co -r 1234 svn://svn.lighttpd.net/xcache/trunk xcache-3.1.0
-# tar czf xcache-svn1234.tgz xcache-3.1.0
-Source0: xcache-svn1234.tgz
+# 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
%else
Source0: http://xcache.lighttpd.net/pub/Releases/%{version}/%{ext_name}-%{version}.tar.gz
%endif
@@ -203,6 +203,9 @@ rm -rf %{buildroot}
%changelog
+* Tue May 14 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.2.svn1238
+- latest changes from upstream
+
* Tue Apr 16 2013 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.1.svn1234
- update to SVN snapshot for php 5.5 compatibility