Accepting request 828263 from GNOME:Next

Not sure if the distro is ready for this one yet, but subbing anyway!

- Update to version 1.46.1:
  + Revert an unintentional PangoRenderer abi break in 1.46.0.
  + Various small fixes.
- Update to version 1.46.0:
  + Undo a recent change
  + test-break: Add a legend
  + test-break: Improve output
  + Adjust "Since" tags to refer to 1.46
- Changes from version 1.45.5:
  + Fix g-i annotation of pango_parse_color_with_alpha and add since tag
  + Bump the version
  + tests: Add tests for pango_parse_color_with_alpha
  + Export pango_parse_color_with_alpha
  + pango-color: Tweak semantics of _pango_parse_color_with_alpha
- Changes from version 1.45.4:
  + testsuite: Don't use g_test_skip
  + Add a reproducer for a pidgin crash
  + layout: Avoid a crash with short strings
  + Remove hb-glib use
  + Fix a few memory leaks in tests
  + Initialise out arguments
  + pangocoretext: Fix Cairo scaling
  + fcfontmap: Always reject unsupported font formats
  + pango-attributes.c: Fix on older compilers
- Update to 1.45.3:
  + Fix pango_attr_list_change
  + Fix crashes with empty attribute lists
  + Fix several crashes in gtk2 applications
  + Revert an unintentional introspection API change
  + Include HarfBuzz when igenerating introspection data
  + Undo PangoFontsetSimple deprecation
  + Annotation fixes for various apis
  + Add api to compare attribute lists
  + Update data tables to Unicode 13.0
  + Various test improvements
  + Require GLib 2.60
  + Some new font enumeration apis:
    pango_font_map_get_family
    pango_font_family_get_face
    pango_font_face_get_family
    pango_font_get_face
  + Support for line-wide underlines
  + Support for overlines

OBS-URL: https://build.opensuse.org/request/show/828263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=207
This commit is contained in:
2020-08-24 13:36:01 +00:00
committed by Git OBS Bridge
parent 7c49e1b5cc
commit 38f3eb1e2b
7 changed files with 69 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package pango
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 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.44.7+11
Version: 1.46.1
Release: 0
Summary: Library for Layout and Rendering of Text
License: LGPL-2.1-or-later
@@ -36,7 +36,7 @@ BuildRequires: pkgconfig(cairo) >= 1.12.10
BuildRequires: pkgconfig(fontconfig) >= 2.11.91
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(fribidi) >= 0.19.7
BuildRequires: pkgconfig(glib-2.0) >= 2.59.2
BuildRequires: pkgconfig(glib-2.0) >= 2.60
BuildRequires: pkgconfig(gobject-2.0) >= 2.59.2
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(harfbuzz) >= 2.0
@@ -172,6 +172,8 @@ cp %{SOURCE2} %{buildroot}%_rpmmacrodir
%{_libdir}/pkgconfig/pangocairo.pc
%{_libdir}/pkgconfig/pangoft2.pc
%{_libdir}/pkgconfig/pangoxft.pc
%{_libdir}/pkgconfig/pangofc.pc
%{_libdir}/pkgconfig/pangoot.pc
%{_datadir}/gir-1.0/Pango-1.0.gir
%{_datadir}/gir-1.0/PangoCairo-1.0.gir
%{_datadir}/gir-1.0/PangoFT2-1.0.gir