diff --git a/bob.spec b/bob.spec index 8dcbe9f..7f9c8d2 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.3.8 +Version: 2.3.9 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i @@ -59,13 +59,16 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %{_bindir}/crtfrmstmf %changelog +* Wed May 19 2022 Tongkun Zhang - 2.3.9 +- Fix no authority to read QADBFDEP when getting PF dependencies * Wed May 17 2022 Tongkun Zhang - 2.3.8 - Fix terminal color-support by Jesse Gorzinski * Wed May 09 2022 Tongkun Zhang - 2.3.7 - Fix UTF-8 handling * Wed May 09 2022 Tongkun Zhang - 2.3.6 - New documentation site is availabe at https://ibm.github.io/ibmi-bob/ -- Do not generate .ibmi.json when invoking makei cvtsrcpf to avoid misleading +- Do not generate .ibmi.json when invoking makei cvtsrcpf to avoid + misleading as to when target CCSID is required - Fix the encoding issue(#86) on machines without Utf-8 support * Wed Apr 21 2022 Tongkun Zhang - 2.3.5 - Replace all the python3.9 shebang to python3.6 diff --git a/scripts/makei b/scripts/makei index 06b33a8..5606de7 100755 --- a/scripts/makei +++ b/scripts/makei @@ -18,7 +18,7 @@ from makei.build import BuildEnv # nopep8 from makei.utils import Colors, colored, get_compile_targets_from_filenames, run_command # nopep8 -__version__ = "2.3.8" +__version__ = "2.3.9" def cli():