From 317a19162f59d7218ef3af26960d7d4d96098eda90f05aa06112fbfe5ff26606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 21 Dec 2021 20:24:17 +0000 Subject: [PATCH 1/2] 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 --- gegl-0.4.32.tar.xz | 3 --- gegl-0.4.34.tar.xz | 3 +++ gegl.changes | 16 ++++++++++++++++ gegl.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 gegl-0.4.32.tar.xz create mode 100644 gegl-0.4.34.tar.xz diff --git a/gegl-0.4.32.tar.xz b/gegl-0.4.32.tar.xz deleted file mode 100644 index a4acc63..0000000 --- a/gegl-0.4.32.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668e3c6b9faf75fb00512701c36274ab6f22a8ba05ec62dbf187d34b8d298fa1 -size 5633796 diff --git a/gegl-0.4.34.tar.xz b/gegl-0.4.34.tar.xz new file mode 100644 index 0000000..30e2114 --- /dev/null +++ b/gegl-0.4.34.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa +size 5647516 diff --git a/gegl.changes b/gegl.changes index b7e59c3..dd2d900 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert + +- 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 diff --git a/gegl.spec b/gegl.spec index 8b82b29..083306c 100644 --- a/gegl.spec +++ b/gegl.spec @@ -21,7 +21,7 @@ %bcond_with gegl_docs Name: gegl -Version: 0.4.32 +Version: 0.4.34 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later From 9be78fa155c0cf6fbc21c200534f585d7cd853d47a443d0a59fe6ca2e252654f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 21 Dec 2021 20:25:28 +0000 Subject: [PATCH 2/2] tweak .changes OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=116 --- gegl.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gegl.changes b/gegl.changes index dd2d900..26d6221 100644 --- a/gegl.changes +++ b/gegl.changes @@ -2,12 +2,12 @@ Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert - Update to version 0.4.34: - - Operations: + + 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: + + Build: - Explicit dependency specification in meson for generated CL files. - ctx has been moved to be part of gegl-common.so nearer to the @@ -36,13 +36,13 @@ Thu Sep 30 14:28:08 UTC 2021 - Michael Gorse Sat Sep 18 22:50:48 UTC 2021 - Marcus Rueckert - Update to version 0.4.32: - - Docs/testing: + + Docs/testing: - Fixes and improvements to the test system ands it integration for comparing/keeping track of hashes of operation output by John Marshall including and overhaul of reference compositions and hashes, improving development as well as documentation. - - Operations: + + Operations: - distance-transform: - openexr: fix build with newer OpenEXR 3 - negative-darkroom: contrast boost and illuminant adjustment @@ -50,7 +50,7 @@ Sat Sep 18 22:50:48 UTC 2021 - Marcus Rueckert more black and white paper presets. - fill-path: 32bit float RGB and CMYK color processing, using ctx as renderer. - - Core: + + Core: - Fixing of leaks and dead code removal in json op handling, branch hints in buffer tile handling. - drop patch gegl-openexr3.patch: