From b62706484e2e244ab6a4371730cc743b0c10fd175dfcf5467692c20143d8f129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Feb 2020 10:28:35 +0000 Subject: [PATCH 1/3] Accepting request 778714 from home:polslinux:branches:graphics - Update to 0.4.22: * Build - Updates to python gobject introspection tests, and made them able to look up babl typelib. - Build pdf:load again; missing since meson migration. - Fix OpenCL include file generation to work in non-utf8 locales. * Operations - matting-{global,levin}: fix crash when bounding boxes of input and aux differ. OBS-URL: https://build.opensuse.org/request/show/778714 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=94 --- gegl-0.4.20.tar.xz | 3 --- gegl-0.4.22.tar.xz | 3 +++ gegl.changes | 13 +++++++++++++ gegl.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gegl-0.4.20.tar.xz create mode 100644 gegl-0.4.22.tar.xz diff --git a/gegl-0.4.20.tar.xz b/gegl-0.4.20.tar.xz deleted file mode 100644 index d6e5221..0000000 --- a/gegl-0.4.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23bd8bb42b20de7c2a8c314eeb5301dc20141feda20a4b1ed455020b69b73dff -size 4826340 diff --git a/gegl-0.4.22.tar.xz b/gegl-0.4.22.tar.xz new file mode 100644 index 0000000..87ac932 --- /dev/null +++ b/gegl-0.4.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1888ec41dfd19fe28273795c2209efc1a542be742691561816683990dc642c61 +size 4826748 diff --git a/gegl.changes b/gegl.changes index a9dab2c..6f20dca 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin + +- Update to 0.4.22: + * Build + - Updates to python gobject introspection tests, and made them able to look up + babl typelib. + - Build pdf:load again; missing since meson migration. + - Fix OpenCL include file generation to work in non-utf8 locales. + + * Operations + - matting-{global,levin}: fix crash when bounding boxes of input and aux differ. + ------------------------------------------------------------------- Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie diff --git a/gegl.spec b/gegl.spec index 58f7d63..3312bc0 100644 --- a/gegl.spec +++ b/gegl.spec @@ -23,7 +23,7 @@ %endif Name: gegl -Version: 0.4.20 +Version: 0.4.22 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later From 7b89531f5514024171c5d5167ad9cfa88a22fb21b14a56c161b625e81cdcfec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Feb 2020 10:32:07 +0000 Subject: [PATCH 2/3] Add pdf support and tweaks OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=95 --- gegl.changes | 22 ++++++++++++++-------- gegl.spec | 1 + 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/gegl.changes b/gegl.changes index 6f20dca..f9d9707 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,15 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 24 10:29:54 UTC 2020 - Bjørn Lie + +- Add pkgconfig(poppler-glib) BuildRequires: Build pdf:load + support. + ------------------------------------------------------------------- Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin -- Update to 0.4.22: - * Build - - Updates to python gobject introspection tests, and made them able to look up - babl typelib. +- Update to version 0.4.22: + + Build: + - Updates to python gobject introspection tests, and made them + able to look up babl typelib. - Build pdf:load again; missing since meson migration. - - Fix OpenCL include file generation to work in non-utf8 locales. - - * Operations - - matting-{global,levin}: fix crash when bounding boxes of input and aux differ. + - Fix OpenCL include file generation to work in non-utf8 + locales. + + Operations: matting-{global,levin}: fix crash when bounding + boxes of input and aux differ. ------------------------------------------------------------------- Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie diff --git a/gegl.spec b/gegl.spec index 3312bc0..de933cb 100644 --- a/gegl.spec +++ b/gegl.spec @@ -69,6 +69,7 @@ BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libtiff-4) >= 4.0.0 BuildRequires: pkgconfig(libv4l2) >= 1.0.1 BuildRequires: pkgconfig(libwebp) >= 0.5.0 +BuildRequires: pkgconfig(poppler-glib) >= 0.71.0 %if %{with luajit} BuildRequires: pkgconfig(luajit) %endif From d07af2c61d9a6eb068cd4be9ab5f0b7c8efb43affc0c502788caaf09ed052ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Feb 2020 10:34:00 +0000 Subject: [PATCH 3/3] doh... poppler was there.. OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=96 --- gegl.changes | 6 ------ gegl.spec | 1 - 2 files changed, 7 deletions(-) diff --git a/gegl.changes b/gegl.changes index f9d9707..b5dcaea 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Mon Feb 24 10:29:54 UTC 2020 - Bjørn Lie - -- Add pkgconfig(poppler-glib) BuildRequires: Build pdf:load - support. - ------------------------------------------------------------------- Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin diff --git a/gegl.spec b/gegl.spec index de933cb..3312bc0 100644 --- a/gegl.spec +++ b/gegl.spec @@ -69,7 +69,6 @@ BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libtiff-4) >= 4.0.0 BuildRequires: pkgconfig(libv4l2) >= 1.0.1 BuildRequires: pkgconfig(libwebp) >= 0.5.0 -BuildRequires: pkgconfig(poppler-glib) >= 0.71.0 %if %{with luajit} BuildRequires: pkgconfig(luajit) %endif