Skip to content

Commit

Permalink
Merge pull request #167 from IBM/feature/158_compile_directories
Browse files Browse the repository at this point in the history
Feature/158 compile directories
  • Loading branch information
edmundreinhardt authored Nov 14, 2022
2 parents 58879d1 + 159d5fa commit 2063bd2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bob.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%undefine _disable_source_fetch
Name: bob
Version: 2.4.4
Version: 2.4.6
Release: 0
License: Apache-2.0
Summary: Better Object Builder for IBM i
Expand Down Expand Up @@ -59,6 +59,13 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf
%{_bindir}/crtfrmstmf

%changelog
* Mon Nov 14 2022 Edmund Reinhardt <[email protected]> - 2.4.6
- Update bob.spec
* Mon Nov 14 2022 Edmund Reinhardt <[email protected]> - 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 <dir>:<file> 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 <[email protected]> - 2.4.4
- evfevent files were missing filenames
- CCSID issues when downloading evfevent files
Expand Down

0 comments on commit 2063bd2

Please sign in to comment.