diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-yaconf.spec | 9 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #55 yaconf version 1.0.1 ] { +Extension [ <persistent> extension #80 yaconf version 1.0.2 ] {    - INI {      Entry [ yaconf.directory <SYSTEM> ] diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index a4208d7..00c58ba 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -19,12 +19,12 @@  Summary:       Yet Another Configurations Container  Name:          %{?scl_prefix}php-pecl-yaconf -Version:       1.0.1 +Version:       1.0.2  %if 0%{?gh_date:1}  Release:       0.7.%{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}/%{gh_project}-%{version}-%{gh_short}.tar.gz  %else -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  %endif  License:       PHP @@ -49,8 +49,10 @@ Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +%if "%{?scl_prefix}" != "%{?sub_prefix}"  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release}  Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release} +%endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7  # Filter shared private @@ -228,6 +230,9 @@ fi  %changelog +* Thu May 26 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 +- Update to 1.0.2 (php 7, stable) +  * Sun Mar  6 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-2  - adapt for F24  - sources from PECL  | 
