Accepting request 1067055 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1067055 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=248
This commit is contained in:
parent
3443a346dc
commit
09204c12df
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<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.50.12</param>
|
<param name="revision">refs/tags/1.50.13</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:d0b46bf26f6bf7a2a5c5f83cd0337a2900b170b284e2e56de4ed6b8be4097124
|
|
||||||
size 6913549
|
|
3
pango-1.50.13.obscpio
Normal file
3
pango-1.50.13.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b06de5577495d53468fc78e19d31655b74d662b084e59d192c1dd3d89706417
|
||||||
|
size 6921741
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 18:49:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.50.13:
|
||||||
|
+ win32:
|
||||||
|
- Add back fallback for empty fontsets
|
||||||
|
- Improve DirectWrite support
|
||||||
|
+ Fix word segmentation for Japanese
|
||||||
|
+ Don't set backspace-deletes-char for math symbols
|
||||||
|
+ coretext: Fix a crash
|
||||||
|
+ cairo: Apply metrics hinting to underlines too
|
||||||
|
+ Treat COLRv1 fonts as color fonts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 14:52:59 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Nov 30 14:52:59 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.50.12
|
version: 1.50.13
|
||||||
mtime: 1668825179
|
mtime: 1676898865
|
||||||
commit: 3d3f165e77178b630d7dc2b733e64af513c99f5f
|
commit: 5e912b951efe4976adaf328a561f2a26ec794095
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pango
|
# spec file for package pango
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pango
|
Name: pango
|
||||||
Version: 1.50.12
|
Version: 1.50.13
|
||||||
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