Accepting request 866097 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/866097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=126
This commit is contained in:
commit
41db676d87
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.48.0</param>
|
<param name="revision">refs/tags/1.48.1</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:31e942c706f20d9c65f70b2ce6ea247b0e8c2e9879bceafe0dc0cedc2db14385
|
|
||||||
size 3191820
|
|
3
pango-1.48.1.obscpio
Normal file
3
pango-1.48.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd836b886a150221ebf96c614df006ee4b0ceda03c4dcddd0b3b3f57eea2e999
|
||||||
|
size 3195916
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 13:02:56 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.48.1:
|
||||||
|
+ Fix itemization of multi-paragraph layouts.
|
||||||
|
+ Fix a few memory leaks.
|
||||||
|
+ Fix glyph origins in vertical layout.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 15:35:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Nov 9 15:35:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.48.0
|
version: 1.48.1
|
||||||
mtime: 1604845755
|
mtime: 1611270322
|
||||||
commit: a39fea44c7c9f982fcca6d639929545dd3e09eb7
|
commit: 65577fee8e8e7e01cabab72552f64f668270e640
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pango
|
# spec file for package pango
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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.48.0
|
Version: 1.48.1
|
||||||
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
|
||||||
@ -30,13 +30,13 @@ Source99: baselibs.conf
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: meson >= 0.54.0
|
BuildRequires: meson >= 0.55.3
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||||
BuildRequires: pkgconfig(fontconfig) >= 2.11.91
|
BuildRequires: pkgconfig(fontconfig) >= 2.11.91
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(fribidi) >= 0.19.7
|
BuildRequires: pkgconfig(fribidi) >= 0.19.7
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.60
|
BuildRequires: pkgconfig(glib-2.0) >= 2.62
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.59.2
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.59.2
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(harfbuzz) >= 2.0
|
BuildRequires: pkgconfig(harfbuzz) >= 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user