Accepting request 795099 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795099
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=8
This commit is contained in:
2020-04-17 22:53:51 +00:00
committed by Git OBS Bridge
parent 82f9956b98
commit f6f7397622
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 21 15:08:18 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.42.1:
+ Coverage: Ignore deprecations of pango functions (so it can be
used with the latest versions of pango).
+ Layout::get_lines(): Fix ownership of the GSList.
+ pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC.
+ Build:
- tools/gen_scripts: Update for non-source-dir builds.
- Add support for building pangomm with Meson.
- meson.build: Check if .git is a directory or file.
- NMake Makefiles: Allow builds from a GIT checkout.
- The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg is
necessary in order to use glibmm 2.64.0 or later, combined
with maintainer-mode in pangomm.
-------------------------------------------------------------------
Mon Dec 3 19:14:11 UTC 2018 - bjorn.lie@gmail.com