diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaconf.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #160 yaconf version 1.0.6 ] { +Extension [ <persistent> extension #168 yaconf version 1.0.7 ] { - INI { Entry [ yaconf.directory <SYSTEM> ] diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index 081700b..2f71172 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -19,7 +19,7 @@ Summary: Yet Another Configurations Container Name: %{?scl_prefix}php-pecl-yaconf -Version: 1.0.6 +Version: 1.0.7 %if 0%{?gh_date:1} Release: 0.9.%{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 @@ -242,6 +242,9 @@ fi %changelog +* Mon Jan 1 2018 Remi Collet <remi@remirepo.net> - 1.0.7-1 +- Update to 1.0.7 + * Tue Aug 1 2017 Remi Collet <remi@remirepo.net> - 1.0.6-1 - Update to 1.0.6 |