diff --git a/.gitignore b/.gitignore index a4ad98e..278d9ac 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clog /xcache-svn1234.tgz /xcache-svn1264.tgz /xcache-3.1.0.tar.gz +/xcache-3.1.1.tar.gz diff --git a/php-xcache.spec b/php-xcache.spec index f20fd21..de96550 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -12,8 +12,8 @@ Summary: Fast, stable PHP opcode cacher Name: php-xcache -Version: 3.1.0 -Release: 2%{?dist} +Version: 3.1.1 +Release: 1%{?dist} License: BSD Group: Development/Languages URL: http://xcache.lighttpd.net/ @@ -70,7 +70,7 @@ This requires to configure, in XCache configuration file (xcache.ini): %setup -q -c # rename source folder -mv %{ext_name}-%{version} nts +mv %{version} nts cp %{SOURCE1} xcache-httpd.conf cd nts @@ -192,6 +192,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 9 2014 Remi Collet - 3.1.1-1 +- version 3.1.1 + * Thu Jan 9 2014 Remi Collet - 3.1.0-2 - drop conflicts with other opcode cache - disable opcode cache in provided configuration diff --git a/sources b/sources index b5dac34..04d70e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76fe4bfc45b53f01dbd9d349024a27a3 xcache-3.1.0.tar.gz +7482ade5d35fc5d95e32254bf5675b82 xcache-3.1.1.tar.gz