-
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.
Merge pull request #80 from IBM/TongkunZhang-patch-1
2.3.1 spec update
- Loading branch information
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.3.0 | ||
Version: 2.3.1 | ||
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 | ||
* Tue Apr 06 2022 Tongkun Zhang <[email protected]> - 2.3.1 | ||
- Update to 2.3.1 | ||
- Allow undefined values for includePath and postUsrLibl in | ||
iproj.json | ||
- Use python39-ibm_db instead python3-ibm_db | ||
* Tue Apr 04 2022 Tongkun Zhang <[email protected]> - 2.3.0 | ||
- Update to 2.3.0 | ||
- Upgrades to Python 3.9 since 3.6 is out of support | ||
|