Skip to content

Commit

Permalink
enhancement: update the latest changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Apr 9, 2016
1 parent b99bd93 commit bff2ab8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkg/package.spec.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
%if 0%{?rhel} && 0%{?rhel} < 5
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_version: %global python_version %(%{__python} -c "import sys ; print sys.version[:3]")}
%endif

%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")}

%if 0%{?fedora}
Expand Down Expand Up @@ -141,6 +137,16 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Sat Apr 9 2016 Satoru SATOH <ssato@redhat.com> - 0.5.99-1
- fix: remove extra line breaks just after each section headers and items when
dumping INI format config files in ini backend
- fix: make ac_safe option worked for dump API of yaml backend
- refactor: log error messages in anyconfig.find_loader always if something
goes wrong; no parser given or given parser not found
- fix: make anyconfig.loads returning None if no parser or parser is not found
- change: try parsing optional arguments with anyconfig.parser.parse instead of
anyconfig.loads in the CLI frontend

* Sun Feb 21 2016 Satoru SATOH <ssato@redhat.com> - 0.5.0-1
- change: switch to m9dicts as mearge-able dict, successor of .mergeabledict
- enhancement: try to keep order of keys in all backends as wanted, although
Expand Down

0 comments on commit bff2ab8

Please sign in to comment.