Accepting request 1075572 from home:polslinux:branches:graphics

- Update to 0.4.44:
  * This release fixes a crashing bug what is umasked by GLib 2.75.3 and
    newer. Never-allocated data were being passed to g_slice_free, in
    GeglBuffer’s handling of copy-on-write tiles.

OBS-URL: https://build.opensuse.org/request/show/1075572
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=140
This commit is contained in:
Bjørn Lie 2023-03-30 15:16:56 +00:00 committed by Git OBS Bridge
parent f7e50edb19
commit df45c1f97d
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aba83a0cbaa6c56edc29ea22f2e8172950a53b96daa51592083d59222bdde02d
size 5787100

3
gegl-0.4.44.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126
size 5791844

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 30 14:09:16 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.4.44:
* This release fixes a crashing bug what is umasked by GLib 2.75.3 and
newer. Never-allocated data were being passed to g_slice_free, in
GeglBuffers handling of copy-on-write tiles.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 2 08:27:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Thu Mar 2 08:27:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -26,7 +26,7 @@
%bcond_with gegl_docs %bcond_with gegl_docs
Name: gegl Name: gegl
Version: 0.4.42 Version: 0.4.44
Release: 0 Release: 0
Summary: Generic Graphics Library Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -48,8 +48,8 @@ BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: ruby BuildRequires: ruby
BuildRequires: suitesparse-devel BuildRequires: suitesparse-devel
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1)) BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1))
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
BuildRequires: pkgconfig(gexiv2) BuildRequires: pkgconfig(gexiv2)