Accepting request 1236899 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1236899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=151
This commit is contained in:
commit
0c7eccaae8
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<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">1.54.0</param>
|
||||
<param name="revision">1.56.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
Binary file not shown.
3
pango-1.56.0.obscpio
Normal file
3
pango-1.56.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bae688bcac8a132c6be17b468588052df16b6ca89a7f40ecd5c4d9b5825aacc7
|
||||
size 10195469
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 19:36:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.0:
|
||||
+ Support setting font features in font descriptions
|
||||
+ serialization:
|
||||
- Document the tab array format
|
||||
- Accept attributes without range
|
||||
+ layout: Fix measuring ellipsis runs with shapes
|
||||
+ build:
|
||||
- Require C11
|
||||
- Require GLib 2.80
|
||||
- Require cairo 1.18
|
||||
- Replace gcc-c++ with generic c++_compiler BuildRequires.
|
||||
- Drop help2man BuildRequires, upstream ported manpages for tools
|
||||
to rst2man/rst2html, and defaults to not build it. Follow
|
||||
upstream and do not build the man or html documentation for
|
||||
tools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 28 09:09:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.55.0 (Unstable):
|
||||
+ Support Unicode 16
|
||||
+ Add pango_font_map_add_font_file
|
||||
+ fontconfig: Reject patterns without FC_FILE
|
||||
+ coretext:
|
||||
- Actually use .AppleSystemUIFont
|
||||
- Keep track of variations
|
||||
+ build:
|
||||
- Require harfbuzz 8.4.0
|
||||
- Require fontconfig 2.15
|
||||
- Require meson 1.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 06:50:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pango
|
||||
version: 1.54.0
|
||||
mtime: 1717956509
|
||||
commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230
|
||||
version: 1.56.0
|
||||
mtime: 1736449454
|
||||
commit: 941aeab7a30c2b99e96e8b9fd449d65688b63db8
|
||||
|
20
pango.spec
20
pango.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pango
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.54.0
|
||||
Version: 1.56.0
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
@ -27,18 +27,17 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source2: macros.pango
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson >= 0.63.0
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: meson >= 1.2.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.13
|
||||
BuildRequires: pkgconfig(cairo) >= 1.18
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.15
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(fribidi) >= 1.0.6
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.62
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.59.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.80
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.80
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 2.6
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 8.4
|
||||
BuildRequires: pkgconfig(libthai) >= 0.1.9
|
||||
BuildRequires: pkgconfig(xft) >= 2.0.0
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
@ -156,7 +155,6 @@ cp %{SOURCE2} %{buildroot}%_rpmmacrodir
|
||||
%{_bindir}/pango-list
|
||||
%{_bindir}/pango-segmentation
|
||||
%{_bindir}/pango-view
|
||||
%{_mandir}/man1/pango-view.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%doc CODING_STYLE.md THANKS
|
||||
|
Loading…
Reference in New Issue
Block a user