diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-yaconf.spec | 5 | 
3 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #143 yaconf version 1.0.4 ] { +Extension [ <persistent> extension #156 yaconf version 1.0.5 ] {    - INI {      Entry [ yaconf.directory <SYSTEM> ] diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec index c1bc522..be4a9d8 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.4 +Version:       1.0.5  %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}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -233,6 +233,9 @@ fi  %changelog +* Thu Apr 27 2017 Remi Collet <remi@remirepo.net> - 1.0.5-1 +- Update to 1.0.5 +  * Wed Dec  7 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1  - Update to 1.0.4  | 
