-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd1cd57
commit ab8b311
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> - 2.4.5 | ||
- 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. | ||
|