| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add ucblogo-gcc14.patch: Fix compilation against GCC 14; upstream commits combined into one patch (gh#jrincayc/ucblogo-code#176). - Update ucblogo-wxString-to-c_str.patch to fix from upstream commit.
- Update to version 6.2.4:
* Validate RANDOM range input has the smaller number first
(gh#jrincayc/ucblogo-code#151).
* Manual updates (gh#jrincayc/ucblogo-code#152).
* Avoid more implicit function declarations by @fweimer-rh in
(gh#jrincayc/ucblogo-code#156).
* Move wait include to else of windows.
(gh#jrincayc/ucblogo-code#157).
* Migrate to wxWidgets 3.2 (gh#jrincayc/ucblogo-code#163).
- Update to version 6.2.3:
* Fix/standardize STANDOUT in wxWidgets builds
(gh#jrincayc/ucblogo-code#122).
* Refactor code so selection highlighting does not depend on
platform supporting inverted blit mode.
(gh#jrincayc/ucblogo-code#123).
* Adding PRINT NOT "FALSE to show using quoted false.
(gh#jrincayc/ucblogo-code#125).
* Issue 126: Print preview on Windows
(gh#jrincayc/ucblogo-code#128).
* ISSUE-129: Remove obsolete macros from configure.ac
(gh#jrincayc/ucblogo-code#131).
* ISSUE-50: Indicate correct error line when GOTO has a
nonexistent tag (gh#jrincayc/ucblogo-code#136).
* ISSUE-134: Fixed issue with LOADPICT if it's called before
other turtle commands (gh#jrincayc/ucblogo-code#135).
* ISSUE-20: Resolving warnings about discarding const qualifier
on assignment. (gh#jrincayc/ucblogo-code#141).
* Fixes Stopping with repeat (gh#jrincayc/ucblogo-code#140).
* Fix debug statements (gh#jrincayc/ucblogo-code#142).
- Initial package. - Add ucblogo-wxString-to-c_str.patch -- Explicitly convert a wxString to c_string to match calling function's definition