diff options
| author | Remi Collet <remi@remirepo.net> | 2018-03-22 07:47:31 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-03-22 07:47:31 +0100 | 
| commit | 155752b024527ff9332cba999e0f132ac3ce5b1d (patch) | |
| tree | e6b74858a486cbcd0995903967499c1d15145beb | |
| parent | 01335d75ff561c613932741210a759df4898b5ff (diff) | |
v3.0.7
| -rw-r--r-- | REFLECTION | 9 | ||||
| -rw-r--r-- | php-pecl-yaf.spec | 13 | 
2 files changed, 16 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 yaf version 3.0.6 ] { +Extension [ <persistent> extension #170 yaf version 3.0.7 ] {    - Dependencies {      Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] {    }    - Constants [12] { -    Constant [ string YAF_VERSION ] { 3.0.6 } +    Constant [ string YAF_VERSION ] { 3.0.7 }      Constant [ string YAF_ENVIRON ] { product }      Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 }      Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } @@ -726,7 +726,7 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] {          Property [ <default> protected $routed ]        } -      - Methods [39] { +      - Methods [40] {          Method [ <internal:yaf> public method getQuery ] {          } @@ -739,6 +739,9 @@ Extension [ <persistent> extension #169 yaf version 3.0.6 ] {          Method [ <internal:yaf> public method getCookie ] {          } +        Method [ <internal:yaf> public method getRaw ] { +        } +          Method [ <internal:yaf> public method getFiles ] {          } diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index cce396f..f1045f8 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -6,6 +6,10 @@  #  # Please, preserve the changelog entries  # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build +  %if 0%{?scl:1}  %global sub_prefix %{scl_prefix}  %scl_package       php-pecl-yaf @@ -22,7 +26,7 @@  Summary:       Yet Another Framework  Name:          %{?sub_prefix}php-pecl-yaf -Version:       3.0.6 +Version:       3.0.7  %if 0%{?gh_date:1}  Release:       0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz @@ -31,10 +35,10 @@ Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_V  Source:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz  %endif  License:       PHP -Group:         Development/Languages  URL:           http://pecl.php.net/package/yaf  Source1:       %{pecl_name}.ini +BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?scl_prefix}php-devel >= 7  BuildRequires: %{?scl_prefix}php-pear  BuildRequires: pcre-devel @@ -189,7 +193,7 @@ REPORT_EXIT_STATUS=1 \  %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -224,6 +228,9 @@ fi  %changelog +* Thu Mar 22 2018 Remi Collet <remi@remirepo.net> - 3.0.7-1 +- update to 3.0.7 +  * Mon Jan  1 2018 Remi Collet <remi@remirepo.net> - 3.0.6-1  - Update to 3.0.6  | 
