-
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.
Signed-off-by: edmundreinhardt <[email protected]>
- Loading branch information
1 parent
1408b36
commit 647ddd0
Showing
1 changed file
with
6 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.1 | ||
Version: 2.4.2 | ||
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 | ||
* Fri Oct 15 2022 Edmund Reinhardt <[email protected]> - 2.4.2 | ||
- lowercase file names and extensions supported | ||
- support for lowercase filenames mapping to uppercase targets when compiling | ||
- support of TGTCCSID specified by .ibmi.json for all source types | ||
- support for INCDIR for all types including CLLE, CRTSQLxxxI, CRTRPGMOD | ||
* Thu Sep 29 2022 Edmund Reinhardt <[email protected]> - 2.4.1 | ||
- Fix regression in building CMD, MENU and BNDDIR objects | ||
* Mon Aug 22 2022 Tongkun Zhang <[email protected]> - 2.4.0 | ||
|