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:
Dominique Leuenberger 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"> <service name="obs_scm" mode="disabled">
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param> <param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
<param name="scm">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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09c30eaebe8494da19a1f9e32ebe857a9fd2905b1deca2e091aec0ad685242ef
size 6118925

3
pango-1.50.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67d97c2f3485aebd37f1fec3c0fc60649e7597a160040d536ebc1e0ebdd8d934
size 6143501

View File

@ -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> Thu Dec 16 23:13:50 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
name: pango name: pango
version: 1.50.2 version: 1.50.3
mtime: 1639688555 mtime: 1640141354
commit: 37f22bb80ebacd834f1927e6acd7fd94aeaf1270 commit: 26aadb2508f9022cbfc72e73b558c6791f5d46d9

View File

@ -17,7 +17,7 @@
Name: pango Name: pango
Version: 1.50.2 Version: 1.50.3
Release: 0 Release: 0
Summary: Library for Layout and Rendering of Text Summary: Library for Layout and Rendering of Text
License: LGPL-2.1-or-later License: LGPL-2.1-or-later