Accepting request 894180 from GNOME:Next
- Update to version 1.48.5 OBS-URL: https://build.opensuse.org/request/show/894180 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=221
This commit is contained in:
parent
625f02fbeb
commit
105965edc7
2
_service
2
_service
@ -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">refs/tags/1.48.4</param>
|
<param name="revision">refs/tags/1.48.5</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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c90ddcd992b509f1da889b3b4af612b6352ef93830bfe095e663158e3d7dc38
|
|
||||||
size 3294732
|
|
3
pango-1.48.5.obscpio
Normal file
3
pango-1.48.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bcd03268ec4fc5813e11e4cf360ef91589b030199ec4d88bee39137648a9b6ab
|
||||||
|
size 3303436
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 18 16:16:14 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.48.5:
|
||||||
|
+ Only initialize fontconfig once.
|
||||||
|
+ Add missing deprecation notices.
|
||||||
|
+ Add some missing apis to the markup docs.
|
||||||
|
+ Speed up Emoji classification.
|
||||||
|
+ Fix hangs and memory leaks.
|
||||||
|
+ Don't insert hyphens at word boundaries.
|
||||||
|
+ Handle empty lines better.
|
||||||
|
+ Avoid width fluctuations with ellipsized text.
|
||||||
|
+ Add a utility to show text segmentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 17 08:42:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Apr 17 08:42:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.48.4
|
version: 1.48.5
|
||||||
mtime: 1616810081
|
mtime: 1621345915
|
||||||
commit: 386639c3b118cc973f714eb485877f480391f31f
|
commit: 3940a1714e84b076d04d4638c88df3dba7d8014e
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pango
|
Name: pango
|
||||||
Version: 1.48.4
|
Version: 1.48.5
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user