diff --git a/gegl-0.4.42.tar.xz b/gegl-0.4.42.tar.xz deleted file mode 100644 index a6d8c71..0000000 --- a/gegl-0.4.42.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba83a0cbaa6c56edc29ea22f2e8172950a53b96daa51592083d59222bdde02d -size 5787100 diff --git a/gegl-0.4.44.tar.xz b/gegl-0.4.44.tar.xz new file mode 100644 index 0000000..dc11750 --- /dev/null +++ b/gegl-0.4.44.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126 +size 5791844 diff --git a/gegl.changes b/gegl.changes index d9c582a..ecd601c 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 30 14:09:16 UTC 2023 - Paolo Stivanin + +- Update to version 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. + + ctx: Updated vendored library from upstream. + ------------------------------------------------------------------- Thu Mar 2 08:27:48 UTC 2023 - Bjørn Lie diff --git a/gegl.spec b/gegl.spec index e01f046..732c0b9 100644 --- a/gegl.spec +++ b/gegl.spec @@ -26,7 +26,7 @@ %bcond_with gegl_docs Name: gegl -Version: 0.4.42 +Version: 0.4.44 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -48,8 +48,8 @@ BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: ruby BuildRequires: suitesparse-devel -BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1)) +BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 BuildRequires: pkgconfig(gexiv2)