Accepting request 942319 from GNOME:Factory
- 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. (forwarded request 942237 from iznogood)
OBS-URL: https://build.opensuse.org/request/show/942319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=136
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 12:02:08 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 23:13:50 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.50.2
|
||||
Version: 1.50.3
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@@ -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>
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+3
-3
@@ -1,5 +1,5 @@
|
||||
name: pango
|
||||
version: 1.50.2
|
||||
mtime: 1639688555
|
||||
commit: 37f22bb80ebacd834f1927e6acd7fd94aeaf1270
|
||||
version: 1.50.3
|
||||
mtime: 1640141354
|
||||
commit: 26aadb2508f9022cbfc72e73b558c6791f5d46d9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user