SHA256
1
0
forked from pool/pango

11 Commits

Author SHA256 Message Date
c818f3f758 Accepting request 1289798 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1289798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=155
2025-07-03 10:09:01 +00:00
a5e1b5fa88 Accepting request 1288844 from GNOME:Next
- 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

OBS-URL: https://build.opensuse.org/request/show/1288844
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=271
2025-07-02 09:06:28 +00:00
6b151b637d Accepting request 1253725 from GNOME:Factory
New stable release (forwarded request 1253499 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=154
2025-03-18 16:38:55 +00:00
2655515418 Accepting request 1253499 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1253499
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=269
2025-03-17 10:44:08 +00:00
a480bfceaf Accepting request 1252240 from GNOME:Next
- 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

OBS-URL: https://build.opensuse.org/request/show/1252240
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=268
2025-03-13 09:00:36 +00:00
61aaa971af Accepting request 1239209 from GNOME:Factory
- 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 (forwarded request 1238795 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1239209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=153
2025-01-22 15:30:48 +00:00
f0bcd0440f - 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=266
2025-01-21 09:08:47 +00:00
5800e78796 Accepting request 1238322 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1238322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=152
2025-01-17 17:37:31 +00:00
f57fe4764c We "want" this due to the font fix - breaks some electron apps if not it seems...
- 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=264
2025-01-16 19:48:25 +00:00
0c7eccaae8 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
2025-01-12 10:09:04 +00:00
c8a265c03a OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=262 2025-01-10 15:37:09 +00:00
6 changed files with 109 additions and 18 deletions

View File

@@ -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">

Binary file not shown.

BIN
pango-1.56.4.obscpio LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: pango
version: 1.54.0
mtime: 1717956509
commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230
version: 1.56.4
mtime: 1751023148
commit: 5f589a7e0e61dca3f976da172cf55743ace77a38

View File

@@ -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