Accepting request 828949 from GNOME:Factory
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 (forwarded request 828263 from iznogood) OBS-URL: https://build.opensuse.org/request/show/828949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=123
This commit is contained in:
commit
a1d647ea11
5
_service
5
_service
@ -2,9 +2,10 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">pango-1-44</param>
|
||||
<param name="revision">1.46.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="changesrevision">73b46b04c724335ad73534cc69955baa2388b861</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104b8b45fbcad3123a9e6a76fdff33a615f5ce4c5151912feb2d141b093c2f3d
|
||||
size 3090956
|
3
pango-1.46.1.obscpio
Normal file
3
pango-1.46.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:226afe9087caa6a664df2a9c631f2ec2439a35a054a83f028e692d2d1d00fc48
|
||||
size 3170316
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 15:55:00 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.46.1:
|
||||
+ Revert an unintentional PangoRenderer abi break in 1.46.0.
|
||||
+ Various small fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 12:11:55 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 07:42:08 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 13:48:56 UTC 2019 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pango
|
||||
version: 1.44.7+11
|
||||
mtime: 1572906543
|
||||
commit: 73b46b04c724335ad73534cc69955baa2388b861
|
||||
version: 1.46.1
|
||||
mtime: 1597925574
|
||||
commit: 265c4e50d29d58c0e07c0db26805220c7b878f5c
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user