Accepting request 1239209 from GNOME:Factory
- Update to version 1.56.1: + Avoid criticals when there are no fonts + fontconfig: - Handle lack of FC_FONT_WRAPPER in font cache - Prefer application fonts even if they are older (forwarded request 1238795 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1239209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=153
This commit is contained in:
commit
61aaa971af
4
_service
4
_service
@ -2,11 +2,11 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">c5899494f57b83d54712917cc00ccb4841bd8981</param>
|
||||
<param name="revision">1.56.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="changesrevision">c5899494f57b83d54712917cc00ccb4841bd8981</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f692e092b03389c9da1574500b85454e8d1d04ffdc51d63b2579be7b5e75426f
|
||||
size 10199565
|
3
pango-1.56.1.obscpio
Normal file
3
pango-1.56.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9478872c83ef4e77b3a484e3484d660c8668e348ae32a6115b45cc7c52774cb1
|
||||
size 10198541
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 09:21:57 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.1:
|
||||
+ Avoid criticals when there are no fonts
|
||||
+ fontconfig:
|
||||
- Handle lack of FC_FONT_WRAPPER in font cache
|
||||
- Prefer application fonts even if they are older
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 09:11:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pango
|
||||
version: 1.56.0+12
|
||||
mtime: 1736995336
|
||||
commit: c5899494f57b83d54712917cc00ccb4841bd8981
|
||||
version: 1.56.1
|
||||
mtime: 1737240063
|
||||
commit: 88417933bac510e467b8f7e630564cb4268a2a61
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.56.0+12
|
||||
Version: 1.56.1
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user