Accepting request 617029 from home:iznogood:branches:GNOME:Factory

- Update to version 1.8.2:
  + The main change is that we've now disabled SIMD optimisations
    on 32 bit Intel architectures; there aren't many of those left,
    and in general compilers have been less than stellar when
    supporting SIMD types on them. This is especially problematic
    when it comes to using Graphene types inside other allocated
    structures, where SIMD alignment rules break system allocators
    on platforms like Windows. To avoid introducing weird bugs, if
    you're on 32 bit IA, you're only going to have access to the
    scalar SIMD implementation.

OBS-URL: https://build.opensuse.org/request/show/617029
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=18
This commit is contained in:
Bjørn Lie 2018-06-17 15:45:43 +00:00 committed by Git OBS Bridge
parent e0001d5d58
commit 852b5b3afa
4 changed files with 19 additions and 5 deletions

View File

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

3
graphene-1.8.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 14 19:37:38 UTC 2018 - bjorn.lie@gmail.com
- Update to version 1.8.2:
+ The main change is that we've now disabled SIMD optimisations
on 32 bit Intel architectures; there aren't many of those left,
and in general compilers have been less than stellar when
supporting SIMD types on them. This is especially problematic
when it comes to using Graphene types inside other allocated
structures, where SIMD alignment rules break system allocators
on platforms like Windows. To avoid introducing weird bugs, if
you're on 32 bit IA, you're only going to have access to the
scalar SIMD implementation.
-------------------------------------------------------------------
Fri Feb 23 01:05:52 UTC 2018 - bjorn.lie@gmail.com

View File

@ -17,13 +17,13 @@
Name: graphene
Version: 1.8.0
Version: 1.8.2
Release: 0
Summary: Thin type layer for graphic libraries
License: MIT
Group: Development/Languages/C and C++
Url: http://ebassi.github.io/graphene/
Source: https://github.com/ebassi/graphene/archive/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/ebassi/graphene/releases/download/%{version}/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes