diff options
| -rw-r--r-- | php-xcache.spec | 13 | 
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  | 
