diff options
| -rw-r--r-- | REFLECTION-PHP7 | 4 | ||||
| -rw-r--r-- | php-pecl-yaf-php7.spec | 5 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 010eae3..b4a9156 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 yaf version 3.0.3 ] { +Extension [ <persistent> extension #128 yaf version 3.0.4 ] {    - Dependencies {      Dependency [ spl (Required) ] @@ -40,7 +40,7 @@ Extension [ <persistent> extension #125 yaf version 3.0.3 ] {    }    - Constants [12] { -    Constant [ string YAF_VERSION ] { 3.0.3 } +    Constant [ string YAF_VERSION ] { 3.0.4 }      Constant [ string YAF_ENVIRON ] { product }      Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 }      Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } diff --git a/php-pecl-yaf-php7.spec b/php-pecl-yaf-php7.spec index ad775d1..26ada45 100644 --- a/php-pecl-yaf-php7.spec +++ b/php-pecl-yaf-php7.spec @@ -22,7 +22,7 @@  Summary:       Yet Another Framework  Name:          %{?sub_prefix}php-pecl-yaf -Version:       3.0.3 +Version:       3.0.4  %if 0%{?gh_date:1}  Release:       0.8.%{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 @@ -216,6 +216,9 @@ fi  %changelog +* Thu Sep  1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-1 +- update to 3.0.4 +  * Sat Jul  2 2016 Remi Collet <remi@fedoraproject.org> - 3.0.3-1  - update to 3.0.3  - drop patch merged upstream  | 
