Accepting request 953146 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/953146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=137
This commit is contained in:
commit
9d2fca8baf
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">1.50.3</param>
|
<param name="revision">refs/tags/1.50.4</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:67d97c2f3485aebd37f1fec3c0fc60649e7597a160040d536ebc1e0ebdd8d934
|
|
||||||
size 6143501
|
|
3
pango-1.50.4.obscpio
Normal file
3
pango-1.50.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a3d537986999bfaa8895b8d3a7b32e3b022da20bc568e3c3ff839f0d63d8f1f
|
||||||
|
size 6860301
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 9 21:28:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.50.4:
|
||||||
|
+ Tweak synthetic space size.
|
||||||
|
+ itemize: Try harder to avoid NULL fonts.
|
||||||
|
+ docs: Some additions.
|
||||||
|
+ Pass synthetic slant to harfbuzz.
|
||||||
|
+ Make sloped carets work with uneven scales.
|
||||||
|
+ Fix serialiation on arm.
|
||||||
|
+ Avoid an uninitialized variable warning.
|
||||||
|
+ Reinstate previous behavior of pango_attr_list_splice.
|
||||||
|
+ Deprecated pango_coverage_ref/unref.
|
||||||
|
+ Fix serialization on non-glibc systems.
|
||||||
|
+ Fix allow-breaks handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 23 12:02:08 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Dec 23 12:02:08 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.50.3
|
version: 1.50.4
|
||||||
mtime: 1640141354
|
mtime: 1644440254
|
||||||
commit: 26aadb2508f9022cbfc72e73b558c6791f5d46d9
|
commit: bcf61fc3a0c30da173c8629d1458fe3440288878
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pango
|
# spec file for package pango
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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.3
|
Version: 1.50.4
|
||||||
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