diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaconf.spec | 7 |
3 files changed, 8 insertions, 5 deletions
@@ -2,8 +2,8 @@ yaconf yaconf support => enabled -version => 1.1.1 -yaconf config last check time => Thu Dec 16 08:21:26 2021 +version => 1.1.2 +yaconf config last check time => Thu May 19 07:16:28 2022 parsed filename => mtime @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 yaconf version 1.1.1 ] { +Extension [ <persistent> extension #120 yaconf version 1.1.2 ] { - INI { Entry [ yaconf.directory <SYSTEM> ] diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index aa5cb59..d87b782 100644 --- a/php-pecl-yaconf.spec +++ b/php-pecl-yaconf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-yaconf # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -19,7 +19,7 @@ Summary: Yet Another Configurations Container Name: %{?scl_prefix}php-pecl-yaconf -Version: 1.1.1 +Version: 1.1.2 License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} %if 0%{?gh_date:1} @@ -227,6 +227,9 @@ fi %changelog +* Thu May 19 2022 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- update to 1.1.2 + * Thu Dec 16 2021 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 - drop patches merged upstream |