Accepting request 942237 from GNOME:Next

- Update to version 1.50.3:
  + pango-view: Add --serialize-to option for easy bug reporting.
  + Revert a transformation change that broke metrics for vertical
    text.
  + Handle fonts without space glyph (such as icon fonts) better.
  + Fix some corner cases of line width accounting.
  + Fix line height with emulated Small Caps.

OBS-URL: https://build.opensuse.org/request/show/942237
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=231
This commit is contained in:
2021-12-24 09:37:07 +00:00
committed by Git OBS Bridge
parent af6241455a
commit ffa73f32a8
6 changed files with 19 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
<param name="scm">git</param>
<param name="revision">1.50.2</param>
<param name="revision">1.50.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>