diff options
| -rw-r--r-- | REFLECTION | 10 | ||||
| -rw-r--r-- | php-xcache-dev.spec | 12 | 
2 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #155 XCache version 3.2.0-rc1 ] { +Extension [ <persistent> extension #157 XCache version 3.2.0 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -219,7 +219,7 @@ Extension [ <persistent> extension #155 XCache version 3.2.0-rc1 ] {      Constant [ integer XC_OPSPEC_ASSIGN ] { 24 }      Constant [ integer XC_OPSPEC_FETCHTYPE ] { 25 }      Constant [ integer XC_SIZEOF_TEMP_VARIABLE ] { 32 } -    Constant [ string XCACHE_VERSION ] { 3.2.0-rc1 } +    Constant [ string XCACHE_VERSION ] { 3.2.0 }      Constant [ string XCACHE_MODULES ] { cacher optimizer coverager }    } @@ -251,7 +251,7 @@ Extension [ <persistent> extension #155 XCache version 3.2.0-rc1 ] {    }  } -Extension [ <persistent> extension #181 XCache Cacher version 3.2.0-rc1 ] { +Extension [ <persistent> extension #184 XCache Cacher version 3.2.0 ] {    - INI {      Entry [ xcache.shm_scheme <SYSTEM> ] @@ -356,7 +356,7 @@ Extension [ <persistent> extension #181 XCache Cacher version 3.2.0-rc1 ] {    }  } -Extension [ <persistent> extension #182 XCache Coverager version 3.2.0-rc1 ] { +Extension [ <persistent> extension #185 XCache Coverager version 3.2.0 ] {    - INI {      Entry [ xcache.coverager <PERDIR,SYSTEM> ] @@ -382,7 +382,7 @@ Extension [ <persistent> extension #182 XCache Coverager version 3.2.0-rc1 ] {    }  } -Extension [ <persistent> extension #180 XCache Optimizer version 3.2.0-rc1 ] { +Extension [ <persistent> extension #183 XCache Optimizer version 3.2.0 ] {    - INI {      Entry [ xcache.optimizer <ALL> ] diff --git a/php-xcache-dev.spec b/php-xcache-dev.spec index 997542a..3d259a9 100644 --- a/php-xcache-dev.spec +++ b/php-xcache-dev.spec @@ -17,7 +17,7 @@  %global ext_name     xcache  #global svnrev       1496 -%global prever       rc1 +#global prever       rc1  %global with_zts     0%{?__ztsphp:1}  %if "%{php_version}" < "5.6" @@ -30,7 +30,7 @@ Summary:       Fast, stable PHP opcode cacher  Name:          %{?scl_prefix}php-xcache  Epoch:         1  Version:       3.2.0 -Release:       0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:       1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:       BSD  Group:         Development/Languages  URL:           http://xcache.lighttpd.net/ @@ -119,7 +119,7 @@ This requires to configure, in XCache configuration file (xcache.ini):  %setup -q -c   # rename source folder -mv %{version}%{?prever:-%{prever}} nts +mv xcache-%{version}%{?prever:-%{prever}} nts  %if 0%{?scl:1}  sed -e 's:%{_root_datadir}:%{_datadir}:' \ @@ -135,6 +135,9 @@ cd nts  %endif  %patch1 -p1 +# Fix version +sed -e 's/3.2.1/%{version}/' -i xcache.h +  # Sanity check, really often broken  extver=$(sed -n '/define XCACHE_VERSION/{s/.* "//;s/".*$//;p}' xcache.h)  if test "x${extver}" != "x%{version}%{?svnrev:-dev}%{?prever:-%{prever}}"; then @@ -257,6 +260,9 @@ rm -rf %{buildroot}  %changelog +* Thu Sep 18 2014 Remi Collet <remi@fedoraproject.org> - 1:3.2.0-1 +- Update to 3.2.0 +  * Tue Sep  9 2014 Remi Collet <remi@fedoraproject.org> - 1:3.2.0-0.1.rc1  - Update to 3.2.0-rc1  | 
