Peter Michael Green [Fri, 22 Jul 2022 02:19:42 +0000 (02:19 +0000)]
Manual merge of version 6.0.3~repack-1+rpi1 and 7.0~repack-4 to produce 7.0~repack-4+rpi1
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix uninitialized variable compiler warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix misleading-indentation warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix incorrect array size
Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix string format warnings, output buffers were not large enough
Gbp-Pq: Topic warnings
Gbp-Pq: Name format-overflow.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
use buf before passing it to realloc (gcc 12 -Wuse-after-free)
Gbp-Pq: Topic warnings
Gbp-Pq: Name use-after-free.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix incomplete memory wrap around logic (gcc 12 -Waddress)
Gbp-Pq: Topic warnings
Gbp-Pq: Name address.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
ignore warnings from bison
Gbp-Pq: Topic warnings
Gbp-Pq: Name bison.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
warnings to ignore when building embedded libs
Gbp-Pq: Topic warnings
Gbp-Pq: Name libs.patch
Gianfranco Costamagna [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix tautological enum compare warnings when built with clang 9
Forwarded: pending
Last-Update: 2019-12-31
Gbp-Pq: Topic arm64
Gbp-Pq: Name tautological-compare.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
retrieve the correct union member
Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable excess precision flag on arm64, clang doesn't support it
Gbp-Pq: Topic arm64
Gbp-Pq: Name excess-precision.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
clang does not support -Wshift-overflow=2 (for arm64 build)
Gbp-Pq: Topic arm64
Gbp-Pq: Name shift-overflow.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
explicitly set fpu mode on armhf
Gbp-Pq: Topic armhf
Gbp-Pq: Name floating-point.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
winedbg format strings use the wrong type on armhf
Gbp-Pq: Topic armhf
Gbp-Pq: Name format-strings.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
avoid shifting into the signed bit of integers
Gbp-Pq: Topic armhf
Gbp-Pq: Name shift-overflow.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
safer selection of the temporary directory for wineserver
bug-debian: https://bugs.debian.org/903622
bug-debian: https://bugs.debian.org/904041
bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=39013
Gbp-Pq: Topic fixes
Gbp-Pq: Name temporary-directory.patch
Ralf E-Mail [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
set default printer resolution to 600dpi
bug-debian: https://bugs.debian.org/687168
Gbp-Pq: Topic fixes
Gbp-Pq: Name printer-resolution.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
build with fpic on all architectures
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
generate automatically generated request code
Gbp-Pq: Topic generate
Gbp-Pq: Name request.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
use system unicode
Gbp-Pq: Topic generate
Gbp-Pq: Name unicode.patch
Debian Wine Party [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
vulkan2
X-Git-Url: https://source.winehq.org/git/wine.git/blobdiff_plain/
d5b31ea663c3dcbc75df8c0827fb21b56b41b635..
3d824d11dbde45299963a758b97d1e417dca36e0:/dlls/winevulkan/make_vulkan
Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan2.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
regenerate vulkan files
Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
rebuild automatically generated opengl files
Gbp-Pq: Topic generate
Gbp-Pq: Name opengl.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
regenerate all icon files
Gbp-Pq: Topic generate
Gbp-Pq: Name icons.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
do not interfere with user file type associations
bug: https://bugs.winehq.org/show_bug.cgi?id=28159
bug-debian: https://bugs.debian.org/845334
Gbp-Pq: Topic disable
Gbp-Pq: Name file-associations.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable upstream's font installation rules
Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch
Debian Wine Party [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
avoid modifications to po files that are under version control
Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable gecko/mono installer download
Gbp-Pq: Topic disable
Gbp-Pq: Name addons-download.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable upstream tests that need data to be generated
Gbp-Pq: Topic disable
Gbp-Pq: Name generated-data.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable manual line wrapping in makefiles
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
disable obsolete wine_fold_string api
Gbp-Pq: Topic disable
Gbp-Pq: Name fold.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
build using system zlib
forwarded: not-needed
Gbp-Pq: Topic system
Gbp-Pq: Name zlib.patch
Jens Reyer [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
fix wineserver manpages for Debian's default persistence value
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name wineserver-persistence.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
do not generate duplicate winapploader tools
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name duplicate-apploaders.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
call wineDEBSUFFIX instead of wine from desktop launchers
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name desktop-launchers.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
update long winebuild manpage line to fit into 80 characters
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-winebuild.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
remove incorrect backslashes from the msiexec manpage
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name manpage-msiexec.patch
Debian Wine Party [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
append debian package revision to the end of the version string
origin: https://github.com/wine-compholio/wine-staging/blob/master/patches/Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name version-string.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
don't append wine to the default path settings
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name install-paths.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
use host CFLAGS as the CFLAGS for mingw
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name mingw-cflags.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
adjust search paths for addon installers
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name addon-paths.patch
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
wine (7.0~repack-4) unstable; urgency=medium
* Fix syntax error in configure.ac.
* Support installing wine-binfmt without binfmt-support.
* Restore mistakenly removed binfmt-support file (closes: #
1014323).
[dgit import unpatched wine 7.0~repack-4]
Michael Gilbert [Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)]
Import wine_7.0~repack-4.debian.tar.xz
[dgit import tarball wine 7.0~repack-4 wine_7.0~repack-4.debian.tar.xz]
Michael Gilbert [Sun, 5 Jun 2022 21:54:23 +0000 (22:54 +0100)]
Import wine_7.0~repack.orig.tar.xz
[dgit import orig wine_7.0~repack.orig.tar.xz]
Peter Michael Green [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
Merge wine (6.0.3~repack-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
Replace movt instruction with orr instruction to support armv6k build.
Gbp-Pq: Name raspbian.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix uninitialized variable compiler warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix misleading-indentation warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix incorrect array size
Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
ignore warnings from bison
Gbp-Pq: Topic warnings
Gbp-Pq: Name bison.patch
Gianfranco Costamagna [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix tautological enum compare warnings when built with clang 9
Forwarded: pending
Last-Update: 2019-12-31
Gbp-Pq: Topic arm64
Gbp-Pq: Name tautological-compare.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
retrieve the correct union member
Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable excess precision flag on arm64, clang doesn't support it
Gbp-Pq: Topic arm64
Gbp-Pq: Name excess-precision.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
explicitly set fpu mode on armhf
Gbp-Pq: Topic armhf
Gbp-Pq: Name floating-point.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
avoid shifting into the signed bit of integers
Gbp-Pq: Topic armhf
Gbp-Pq: Name shift-overflow.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
safer selection of the temporary directory for wineserver
bug-debian: https://bugs.debian.org/903622
bug-debian: https://bugs.debian.org/904041
bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=39013
Gbp-Pq: Topic fixes
Gbp-Pq: Name temporary-directory.patch
Ralf E-Mail [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
set default printer resolution to 600dpi
bug-debian: https://bugs.debian.org/687168
Gbp-Pq: Topic fixes
Gbp-Pq: Name printer-resolution.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
build with fpic on all architectures
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
skip x86 specific code that fails to build on arm
Gbp-Pq: Topic fixes
Gbp-Pq: Name x86.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
generate automatically generated request code
Gbp-Pq: Topic generate
Gbp-Pq: Name request.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
use system unicode
Gbp-Pq: Topic generate
Gbp-Pq: Name unicode.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
regenerate vulkan files
Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
rebuild automatically generated opengl files
Gbp-Pq: Topic generate
Gbp-Pq: Name opengl.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
regenerate all icon files
Gbp-Pq: Topic generate
Gbp-Pq: Name icons.patch
Jens Reyer [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
Blacklist all extensions that trigger a freedesktop file type association from an empty prefix.
Bug: https://bugs.winehq.org/show_bug.cgi?id=28159
Bug-Debian: https://bugs.debian.org/845334
Gbp-Pq: Topic disable
Gbp-Pq: Name blacklist-extensions.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable upstream's font installation rules
Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch
Debian Wine Party [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
avoid modifications to po files that are under version control
Gbp-Pq: Topic disable
Gbp-Pq: Name po-modifications.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable gecko/mono installer download
Gbp-Pq: Topic disable
Gbp-Pq: Name addons-download.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable upstream tests that need data to be generated
Gbp-Pq: Topic disable
Gbp-Pq: Name generated-data.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable manual line wrapping in makefiles
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
disable obsolete wine_fold_string api
Gbp-Pq: Topic disable
Gbp-Pq: Name fold.patch
Jens Reyer [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix wineserver manpages for Debian's default persistence value
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name wineserver-persistence.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
call wineDEBSUFFIX instead of wine from desktop launchers
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name winemenubuilder.patch
Debian Wine Party [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
append debian package revision to the end of the version string
origin: https://github.com/wine-compholio/wine-staging/blob/master/patches/Staging/0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name version-string.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
do not generate duplicate winapploader tools
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name wineapploader.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
update long winebuild manpage line to fit into 80 characters
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name winebuild.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
fix lintian manpage warnings
Gbp-Pq: Topic debianization
Gbp-Pq: Name manpages.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
don't append wine to the default path settings
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name makefile.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
adjust search paths for addon installers
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name addons.patch
Michael Gilbert [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
use host CFLAGS as the CFLAGS for mingw
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name mingw.patch
Peter Michael Green [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
wine (6.0.3~repack-1+rpi1) bookworm-staging; urgency=medium
* Build for armv6k on raspbian.
* Replace movt instruction with orr instruction to support armv6k build.
[dgit import unpatched wine 6.0.3~repack-1+rpi1]
Peter Michael Green [Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)]
Import wine_6.0.3~repack-1+rpi1.debian.tar.xz
[dgit import tarball wine 6.0.3~repack-1+rpi1 wine_6.0.3~repack-1+rpi1.debian.tar.xz]
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
fix uninitialized variable compiler warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name uninitialized-variables.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
Import wine_6.0.3~repack.orig.tar.xz
[dgit import orig wine_6.0.3~repack.orig.tar.xz]
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
fix misleading-indentation warnings
Gbp-Pq: Topic warnings
Gbp-Pq: Name misleading-indentation.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
fix incorrect array size
Gbp-Pq: Topic warnings
Gbp-Pq: Name stringop-overflow.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
ignore warnings from bison
Gbp-Pq: Topic warnings
Gbp-Pq: Name bison.patch
Gianfranco Costamagna [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
fix tautological enum compare warnings when built with clang 9
Forwarded: pending
Last-Update: 2019-12-31
Gbp-Pq: Topic arm64
Gbp-Pq: Name tautological-compare.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
retrieve the correct union member
Gbp-Pq: Topic arm64
Gbp-Pq: Name incorrect-member.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
disable excess precision flag on arm64, clang doesn't support it
Gbp-Pq: Topic arm64
Gbp-Pq: Name excess-precision.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
explicitly set fpu mode on armhf
Gbp-Pq: Topic armhf
Gbp-Pq: Name floating-point.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
avoid shifting into the signed bit of integers
Gbp-Pq: Topic armhf
Gbp-Pq: Name shift-overflow.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
safer selection of the temporary directory for wineserver
bug-debian: https://bugs.debian.org/903622
bug-debian: https://bugs.debian.org/904041
bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=39013
Gbp-Pq: Topic fixes
Gbp-Pq: Name temporary-directory.patch
Ralf E-Mail [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
set default printer resolution to 600dpi
bug-debian: https://bugs.debian.org/687168
Gbp-Pq: Topic fixes
Gbp-Pq: Name printer-resolution.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
build with fpic on all architectures
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
skip x86 specific code that fails to build on arm
Gbp-Pq: Topic fixes
Gbp-Pq: Name x86.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
generate automatically generated request code
Gbp-Pq: Topic generate
Gbp-Pq: Name request.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
use system unicode
Gbp-Pq: Topic generate
Gbp-Pq: Name unicode.patch
Michael Gilbert [Sun, 13 Mar 2022 04:27:41 +0000 (04:27 +0000)]
regenerate vulkan files
Gbp-Pq: Topic generate
Gbp-Pq: Name vulkan.patch