#12 Add mixed Arabic-English text fix. #2140307
Opened a year ago by moceap. Modified a year ago
rpms/ moceap/wine rawhide  into  rawhide

file added
+12
@@ -0,0 +1,12 @@ 

+ diff -rupN a/dlls/win32u/font.c b/dlls/win32u/font.c

+ --- a/dlls/win32u/font.c	2022-07-01 22:00:33.000000000 +0300

+ +++ b/dlls/win32u/font.c	2022-10-01 09:58:14.457449257 +0300

+ @@ -412,7 +412,7 @@ static const struct nls_update_font_list

+      /* Arabic */

+      { 1256, 720, "vgaoem.fon", "vgaf1256.fon", "vgas1256.fon",

+        "coue1256.fon", "sere1256.fon", "smae1256.fon", "ssee1256.fon", "ssef1256.fon",

+ -      "Microsoft Sans Serif","Times New Roman",

+ +      "Tahoma","Times New Roman",

+        "Fixedsys,178", "System,178",

+        "Courier New,178", "MS Serif,178", "Small Fonts,178",

+        "MS Sans Serif,178", "MS Sans Serif,178", "MS Serif,178"

file modified
+6 -1
@@ -47,7 +47,7 @@ 

  

  Name:           wine

  Version:        7.20

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        A compatibility layer for windows applications

  

  License:        LGPLv2+
@@ -96,6 +96,7 @@ 

  Patch100:       wine-7.5-cross.patch

  

  Patch511:       wine-cjk.patch

+ Patch512:       wine-arabic.patch

Could you please include a link to the upstream bug tracker here?

  

  %if 0%{?wine_staging}

  # wine-staging patches
@@ -723,6 +724,7 @@ 

  %setup -qn wine-%{version}

  %patch100 -p1 -b.cross

  %patch511 -p1 -b.cjk

+ %patch512 -p1 -b.arabic

  

  %if 0%{?wine_staging}

  # setup and apply wine-staging patches
@@ -2827,6 +2829,9 @@ 

  %endif

  

  %changelog

+ * Wed Nov 2 2022 Mosaab Alzoubi <moceap[at]fedoraproject[dot]org> - 7.20-2

+ - Add mixed Arabic-English text fix. #2140307

+ 

  * Mon Oct 31 2022 Michael Cronenworth <mike@cchtml.com> - 7.20-1

  - version update