forked from pool/pango
Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c818f3f758 | |||
| a5e1b5fa88 | |||
| 6b151b637d | |||
| 2655515418 | |||
| a480bfceaf | |||
| 61aaa971af | |||
| f0bcd0440f | |||
| 5800e78796 | |||
| f57fe4764c | |||
| 0c7eccaae8 | |||
| c8a265c03a |
3
_service
3
_service
@@ -2,10 +2,11 @@
|
||||
<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.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
||||
BIN
pango-1.54.0.obscpio
LFS
BIN
pango-1.54.0.obscpio
LFS
Binary file not shown.
BIN
pango-1.56.4.obscpio
LFS
Normal file
BIN
pango-1.56.4.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,95 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 13:17:48 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.4:
|
||||
+ fontconfig:
|
||||
- Improve the add_font_file implementation
|
||||
- Combine font features and style variants
|
||||
- Make sure font faces stay alive
|
||||
+ win32:
|
||||
- Drop some caching
|
||||
- Make sure font faces stay alive
|
||||
- Modernize and simplify the code
|
||||
- Stop synthesizing fonts
|
||||
- Implement list models
|
||||
+ coretext: Support synthetic small caps
|
||||
+ layout: Avoid assertions in line breaking
|
||||
+ build: Require GLib 2.82
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 12:55:26 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.3:
|
||||
+ Improve font description serialization
|
||||
+ fontconfig: Avoid FcFontSetSort when possible
|
||||
+ coverage: Extend coverage by Unicode decomposition
|
||||
+ win32: Speed up coverage creation
|
||||
+ Deprecate pango_font_descriptions_free
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 08:05:32 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.2:
|
||||
+ Annotation fixes
|
||||
+ fontconfig:
|
||||
- Set optical size for fonts with an opsz axis
|
||||
- Make panog_font_map_reload_font scale linearly
|
||||
+ win32: Improve the pango_font_map_reload_font implementation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 09:21:57 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.1:
|
||||
+ Avoid criticals when there are no fonts
|
||||
+ fontconfig:
|
||||
- Handle lack of FC_FONT_WRAPPER in font cache
|
||||
- Prefer application fonts even if they are older
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 09:11:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.56.0+12:
|
||||
* Deal with FC_FONT_WRAPPER more graciously
|
||||
* itemize: Limp along harder
|
||||
* build: Reshuffle docs build
|
||||
* build: Move gir to toplevel meson.build
|
||||
* build: Generate glib deprecation defines
|
||||
* build: Sync naming with gtk
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.4
|
||||
mtime: 1751023148
|
||||
commit: 5f589a7e0e61dca3f976da172cf55743ace77a38
|
||||
|
||||
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.4
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user