From ad21806e32daf0f9f963fd53120951131418e6e31e4ae79657ed08d130d339e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 1 Mar 2022 10:00:13 +0000 Subject: [PATCH 1/3] Accepting request 958206 from home:polslinux:branches:graphics - Update to version 0.4.36: + The primary addition in this release is SIMD dispatch, buffer access functions get built for x86-64 v2 and v3 microarchitecture levels as well as ARM neon. The same applies to core operations where we have .so bundles for the variants as well as a generic build. + Operations: - The npd operation fixed with multiple threads. OBS-URL: https://build.opensuse.org/request/show/958206 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=120 --- gegl-0.4.34.tar.xz | 3 --- gegl-0.4.36.tar.xz | 3 +++ gegl.changes | 11 +++++++++++ gegl.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gegl-0.4.34.tar.xz create mode 100644 gegl-0.4.36.tar.xz diff --git a/gegl-0.4.34.tar.xz b/gegl-0.4.34.tar.xz deleted file mode 100644 index 30e2114..0000000 --- a/gegl-0.4.34.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa -size 5647516 diff --git a/gegl-0.4.36.tar.xz b/gegl-0.4.36.tar.xz new file mode 100644 index 0000000..34b3846 --- /dev/null +++ b/gegl-0.4.36.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6 +size 5680876 diff --git a/gegl.changes b/gegl.changes index 38edfc0..48a6582 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 1 07:47:05 UTC 2022 - Paolo Stivanin + +- Update to version 0.4.36: + + The primary addition in this release is SIMD dispatch, buffer + access functions get built for x86-64 v2 and v3 microarchitecture + levels as well as ARM neon. The same applies to core operations + where we have .so bundles for the variants as well as a generic build. + + Operations: + - The npd operation fixed with multiple threads. + ------------------------------------------------------------------- Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert diff --git a/gegl.spec b/gegl.spec index fddb3a5..b37eb51 100644 --- a/gegl.spec +++ b/gegl.spec @@ -21,7 +21,7 @@ %bcond_with gegl_docs Name: gegl -Version: 0.4.34 +Version: 0.4.36 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later From 0a813f1d4334e93e8290a29ebc1ec504e5f6d8df273eb1a1fde6a03a1ab87736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 1 Mar 2022 10:01:44 +0000 Subject: [PATCH 2/3] Tweak .changes OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=121 --- gegl.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gegl.changes b/gegl.changes index 48a6582..8a2c35d 100644 --- a/gegl.changes +++ b/gegl.changes @@ -3,11 +3,11 @@ Tue Mar 1 07:47:05 UTC 2022 - Paolo Stivanin - Update to version 0.4.36: + The primary addition in this release is SIMD dispatch, buffer - access functions get built for x86-64 v2 and v3 microarchitecture - levels as well as ARM neon. The same applies to core operations - where we have .so bundles for the variants as well as a generic build. - + Operations: - - The npd operation fixed with multiple threads. + access functions get built for x86-64 v2 and v3 + microarchitecture levels as well as ARM neon. The same applies + to core operations where we have .so bundles for the variants + as well as a generic build. + + Operations: The npd operation fixed with multiple threads. ------------------------------------------------------------------- Tue Dec 21 19:08:52 UTC 2021 - Marcus Rueckert From 09c156c66ff567c139d5d77f769e22491906b2c066040a850984aeb9196b8872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 1 Mar 2022 14:56:18 +0000 Subject: [PATCH 3/3] Add min version upstream forgot to decleare OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=122 --- gegl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gegl.spec b/gegl.spec index b37eb51..7803c7f 100644 --- a/gegl.spec +++ b/gegl.spec @@ -43,7 +43,7 @@ BuildRequires: pkgconfig BuildRequires: ruby BuildRequires: suitesparse-devel BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 -BuildRequires: pkgconfig(babl) >= 0.1.84 +BuildRequires: pkgconfig(babl) >= 0.1.90 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 BuildRequires: pkgconfig(gexiv2)