Accepting request 1156645 from GNOME:Next
Update for GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1156645 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=254
This commit is contained in:
parent
2aaada2f02
commit
5d3bdb60f2
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.51.1</param>
|
<param name="revision">1.52.0</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:b33e1c505f67831570d156ef283be16550069fb655902139ed8337b57c9d8c05
|
|
||||||
size 6923277
|
|
3
pango-1.52.0.obscpio
Normal file
3
pango-1.52.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86286575dec8be514689ed6bf878c68fe2fbdec0a86027a456b8bebdf5c8aa5d
|
||||||
|
size 6982669
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 09:38:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.52.0:
|
||||||
|
+ Add pango_font_map_reload_font.
|
||||||
|
+ Improve formatting of font sizes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 15:57:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.51.2:
|
||||||
|
+ Use single fontconfig thread.
|
||||||
|
+ Fix problems with spaces at line ends.
|
||||||
|
+ Allow custom fonts on Windows.
|
||||||
|
+ pango-viewer: Fix hint-metrics options.
|
||||||
|
+ Pangofont: Add properties.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 12 15:34:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Aug 12 15:34:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.51.1
|
version: 1.52.0
|
||||||
mtime: 1691786813
|
mtime: 1708910222
|
||||||
commit: dfdbb8b55effc0feb72a1981944acaf20ee71354
|
commit: fed7be510f58ed848f23f653f3fba45f44eb3b9c
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pango
|
# spec file for package pango
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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.51.1
|
Version: 1.52.0
|
||||||
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