From cd1cd5768952b7b5f7c485dc647ea85fde060f04 Mon Sep 17 00:00:00 2001 From: Edmund Reinhardt Date: Mon, 14 Nov 2022 12:32:39 -0500 Subject: [PATCH 1/3] Update bob.spec Signed-off-by: edmundreinhardt --- bob.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bob.spec b/bob.spec index 42ec3c4..a19c0b5 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.4.4 +Version: 2.4.5 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i @@ -59,6 +59,11 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %{_bindir}/crtfrmstmf %changelog +* 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. +- Note for CL Pseudo source, make sure that you delete the target object before creating a new version to ensure the timestamps are accurate and the make processing works correctly * Tue Oct 18 2022 Edmund Reinhardt - 2.4.4 - evfevent files were missing filenames - CCSID issues when downloading evfevent files From ab8b31155248874952bb5b4ccdb470d25295483c Mon Sep 17 00:00:00 2001 From: Edmund Reinhardt Date: Mon, 14 Nov 2022 12:38:40 -0500 Subject: [PATCH 2/3] 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. From 159d5fa491f2cad92384a196725d031f8ed1a395 Mon Sep 17 00:00:00 2001 From: Edmund Reinhardt Date: Mon, 14 Nov 2022 12:41:07 -0500 Subject: [PATCH 3/3] Update bob.spec history to 2.4.6 --- bob.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob.spec b/bob.spec index a38b443..4433ea4 100644 --- a/bob.spec +++ b/bob.spec @@ -59,7 +59,7 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %{_bindir}/crtfrmstmf %changelog -* Mon Nov 14 2022 Edmund Reinhardt - 2.4.5 +* Mon Nov 14 2022 Edmund Reinhardt - 2.4.6 - 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