Sync from SUSE:SLFO:Main pango revision 8f095c4f4c98f889eb6a07029036b4f9
This commit is contained in:
parent
eea065b99a
commit
3f3bcca391
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">refs/tags/1.50.14</param>
|
||||
<param name="revision">1.54.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.50.14.obscpio
(Stored with Git LFS)
BIN
pango-1.50.14.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
Normal file
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 06:50:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.54.0:
|
||||
+ Build fixes.
|
||||
+ Memory leak fixes.
|
||||
+ Drop the install-tests build option.
|
||||
+ Add build-examples and build-tests build options.
|
||||
+ Require meson 0.63.
|
||||
+ Add pango_item_get_char_offset.
|
||||
+ Update to Unicode 15.1.
|
||||
+ Fix wrong use of GWeakRef, leading to crashes.
|
||||
- Drop -Dinstall-tests meson parameter: no longer supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 08:04:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.52.2:
|
||||
+ coretext: Implement reload_font.
|
||||
+ coretext: Use Menlo instead of Courier for monospace.
|
||||
+ win32: Avoid a double free.
|
||||
+ Update to Unicode 15.1.
|
||||
+ Simplify hexbox drawing.
|
||||
- Changes from version 1.52.1:
|
||||
+ Fix hexbox drawing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 22:30:53 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
- added GraphicsMagick package as Recommends. The invocation of
|
||||
pango-view with the ft2 backend requires the gm command found in
|
||||
that package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 09:38:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.52.0:
|
||||
+ Add pango_font_map_reload_font.
|
||||
+ Improve formatting of font sizes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 15:57:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.51.2:
|
||||
+ Use single fontconfig thread.
|
||||
+ Fix problems with spaces at line ends.
|
||||
+ Allow custom fonts on Windows.
|
||||
+ pango-viewer: Fix hint-metrics options.
|
||||
+ Pangofont: Add properties.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 15:34:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.51.1:
|
||||
+ itemize: Improve script itemization
|
||||
+ build: Check for cairo DWrite dependency
|
||||
+ win32: Fix various issues and crashes
|
||||
+ layout: Add a missing switch case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 2 17:19:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pango
|
||||
version: 1.50.14
|
||||
mtime: 1677763195
|
||||
commit: 25c27f452294f84044d5cc9f23b637193c7b4421
|
||||
version: 1.54.0
|
||||
mtime: 1717956509
|
||||
commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pango
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.50.14
|
||||
Version: 1.54.0
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
@ -29,7 +29,7 @@ Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson >= 0.55.3
|
||||
BuildRequires: meson >= 0.63.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.13
|
||||
@ -86,6 +86,8 @@ This package provides the GObject Introspection bindings for Pango.
|
||||
%package tools
|
||||
Summary: Tools for pango, a library for text layout and rendering
|
||||
Group: System/Libraries
|
||||
# for the 'gm' command used by 'pango-view --backend=ft2'
|
||||
Recommends: GraphicsMagick
|
||||
|
||||
%description tools
|
||||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
@ -122,7 +124,6 @@ to develop applications that require these.
|
||||
%build
|
||||
%meson \
|
||||
-Dintrospection=enabled \
|
||||
-Dinstall-tests=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user