Accepting request 958288 from 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/958288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2022-03-05 13:43:13 +00:00 committed by Git OBS Bridge
commit 027ac0f2aa
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
size 5647516

3
gegl-0.4.36.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
size 5680876

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 1 07:47:05 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- 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 <mrueckert@suse.de>

View File

@ -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
@ -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)