diff --git a/.gitignore b/.gitignore index f826ec8..eef9ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xcache-3.0.*.tar.gz /xcache-svn1234.tgz /xcache-svn1264.tgz +/xcache-3.1.0.tar.gz diff --git a/php-xcache.spec b/php-xcache.spec index dafa36e..5bf2da2 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -9,23 +9,16 @@ %{!?php_inidir: %{expand: %%global php_inidir %{_sysconfdir}/php.d}} %global ext_name xcache %global with_zts 0%{?__ztsphp:1} -%global svnrev 1264 Summary: Fast, stable PHP opcode cacher Name: php-xcache Version: 3.1.0 -Release: 0.3.svn%{svnrev}%{?dist} +Release: 1%{?dist} License: BSD Group: Development/Languages URL: http://xcache.lighttpd.net/ -%if 0%{?svnrev} -# 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 Source1: xcache-httpd.conf # Relocation of configuration files to /etc/xcache @@ -198,6 +191,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Oct 12 2013 Remi Collet - 3.1.0-1 +- version 3.1.0 + * Sun Aug 04 2013 Fedora Release Engineering - 3.1.0-0.3.svn1264 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -213,7 +209,7 @@ REPORT_EXIT_STATUS=1 \ * Thu Jan 17 2013 Remi Collet - 3.0.1-1 - bugfixes version -* Sat Nov 22 2012 Remi Collet - 3.0.0-1.1 +* Thu Nov 22 2012 Remi Collet - 3.0.0-1.1 - upstream have fixed the sources (review #859504) * Wed Oct 31 2012 Remi Collet - 3.0.0-1 diff --git a/sources b/sources index 3423415..b5dac34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9db331d6fddec33dd21e5132d7ce2b5 xcache-svn1264.tgz +76fe4bfc45b53f01dbd9d349024a27a3 xcache-3.1.0.tar.gz