Accepting request 847304 from GNOME:Next
Update to 1.48.0 OBS-URL: https://build.opensuse.org/request/show/847304 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=211
This commit is contained in:
parent
8a1da2583d
commit
7d8d342c92
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.46.2</param>
|
||||
<param name="revision">1.48.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0abb8a3b9a864cf7c67de7a5a1aa82a7204f33da2f4fbea6f1d72e0e0029764e
|
||||
size 3181068
|
3
pango-1.48.0.obscpio
Normal file
3
pango-1.48.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e942c706f20d9c65f70b2ce6ea247b0e8c2e9879bceafe0dc0cedc2db14385
|
||||
size 3191820
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 15:35:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.48.0:
|
||||
+ docs: Clarify use of PangoAnalysis in shaping.
|
||||
+ fontconfig: Make pango_font_family_get_face more reliable.
|
||||
+ introspection: Fix use of PangoFcSubstituteFunc.
|
||||
+ introspection: Skip fontconfig types.
|
||||
+ build: Use yielding meson feature for introspection.
|
||||
- Changes from version 1.47.0:
|
||||
+ Add pango_language_get_preferred.
|
||||
+ Add pango_fc_font_get_languages.
|
||||
+ Sort faces of a family by slant and weight.
|
||||
- Replace -Dintrospection=true meson parameter with
|
||||
-Dintrospection=enabled, following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 19 16:21:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pango
|
||||
version: 1.46.2
|
||||
mtime: 1600454761
|
||||
commit: 296711130ef90d9555bd6ada5b258bb75d622c12
|
||||
version: 1.48.0
|
||||
mtime: 1604845755
|
||||
commit: a39fea44c7c9f982fcca6d639929545dd3e09eb7
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.46.2
|
||||
Version: 1.48.0
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
@ -30,7 +30,7 @@ Source99: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.54.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.11.91
|
||||
@ -123,7 +123,7 @@ to develop applications that require these.
|
||||
%build
|
||||
%meson \
|
||||
-Dgtk_doc=true \
|
||||
-Dintrospection=true \
|
||||
-Dintrospection=enabled \
|
||||
-Dinstall-tests=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
Loading…
Reference in New Issue
Block a user