Accepting request 941946 from home:darix:branches:graphics
- Update to version 0.4.34: - Operations: - magick-load: use g_spawn_async instead of system to run the image magick convert fallback - preventing shell expansion on non-escaped/filtered paths in constructed commandline. - ripple: avoid a possible division by zero. - Build: - Explicit dependency specification in meson for generated CL files. - ctx has been moved to be part of gegl-common.so nearer to the operations using it avoiding polluting the GEGL library symbol table with the ctx symbols. OBS-URL: https://build.opensuse.org/request/show/941946 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=115
This commit is contained in:
parent
ce96403758
commit
317a19162f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:668e3c6b9faf75fb00512701c36274ab6f22a8ba05ec62dbf187d34b8d298fa1
|
|
||||||
size 5633796
|
|
3
gegl-0.4.34.tar.xz
Normal file
3
gegl-0.4.34.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
|
||||||
|
size 5647516
|
16
gegl.changes
16
gegl.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to version 0.4.34:
|
||||||
|
- Operations:
|
||||||
|
- magick-load: use g_spawn_async instead of system to run the
|
||||||
|
image magick convert fallback - preventing shell expansion on
|
||||||
|
non-escaped/filtered paths in constructed commandline.
|
||||||
|
- ripple: avoid a possible division by zero.
|
||||||
|
- Build:
|
||||||
|
- Explicit dependency specification in meson for generated CL
|
||||||
|
files.
|
||||||
|
- ctx has been moved to be part of gegl-common.so nearer to the
|
||||||
|
operations using it avoiding polluting the GEGL library
|
||||||
|
symbol table with the ctx symbols.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 27 21:23:26 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
Wed Oct 27 21:23:26 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with gegl_docs
|
%bcond_with gegl_docs
|
||||||
|
|
||||||
Name: gegl
|
Name: gegl
|
||||||
Version: 0.4.32
|
Version: 0.4.34
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user