Packages changed:
gcc9 (9.2.1+git1192 -> 9.3.1+git1296)
hwdata (0.333 -> 0.334)
installation-images-MicroOS (14.463 -> 14.465)
makedumpfile
ncurses (6.2 -> 6.2.20200404)
=== Details ===
==== gcc9 ====
Version update (9.2.1+git1192 -> 9.3.1+git1296)
- Update to releases/gcc-9 head (6db837a5288ee3ca5ec504fbd5a76581).
* Includes GCC 9.3 release
* Includes fix for [bsc#1167898, gcc#93597]
==== hwdata ====
Version update (0.333 -> 0.334)
- Update to version 0.324 (bsc#1168806):
* Updated pci, usb and vendor ids.
==== installation-images-MicroOS ====
Version update (14.463 -> 14.465)
- merge gh#openSUSE/installation-images#369
- add missing vbox drivers (bsc#1168742)
- 14.465
- merge gh#openSUSE/installation-images#360
- Update module list for 5.5:
- 14.464
- merge gh#openSUSE/installation-images#368
- put S390 I/O device pre-config into a separate script (bsc#1168036)
==== makedumpfile ====
- Add -fcommon in order to fix boo#1160282.
- Refresh patch with upstream version
- makedumpfile-arm64-VA-range-SUSE.patch
+ makedumpfile-arm64-Align-PMD_SECTION_MASK-with-PHYS_MASK.patch
- makedumpfile-Fix-cd_header-offset-overflow-with-large-pfn.patch: Fix integer
overflow with large memory configuration (bsc#1168234).
==== ncurses ====
Version update (6.2 -> 6.2.20200404)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base
- Use %() to extract patch date for adding it to version
* add script get_version_number.sh which is used within the
spec file to determine the actual patch version date
- Add ncurses patch 20200404
+ modify -fvisibility check to work with g++
> fixes for building with Visual Studio C++ and msys2 (patches by
"Maarten Anonymous"):
+ add configure option and check for gcc -fvisibility=hidden feature
+ define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
C++ preprocessor limitations.
+ modify some of the configure-macros, as well as mk-1st.awk to work
with Visual Studio C++ default filenaming.
- Add ncurses patch 20200328
+ correct length of buffer copied in dup_field().
+ remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
builds of Ada95 (patch by Adam Van Ymeren).