From ab8b31155248874952bb5b4ccdb470d25295483c Mon Sep 17 00:00:00 2001 From: Edmund Reinhardt Date: Mon, 14 Nov 2022 12:38:40 -0500 Subject: [PATCH] Update bob.spec to 2.4.6 --- bob.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bob.spec b/bob.spec index a19c0b5..a38b443 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.4.5 +Version: 2.4.6 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i @@ -60,6 +60,8 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %changelog * Mon Nov 14 2022 Edmund Reinhardt - 2.4.5 +- Update bob.spec +* Mon Nov 14 2022 Edmund Reinhardt - 2.4.5 - BINDDIR source now has the file extension BINDIRSRC to differentiate it from the target object type BINDDIR - That ability to build a directory or file via the makei compile -f : to be able to build any arbitrary list of files and directories - The iproj.json has additional attributes for iasp and sql attributes like current schema, path and sql vs system naming. (These are not yet supported within BOB, but are present for future extensibility and other tooling that will support them.