Accepting request 622510 from multimedia:libs

- Update to 2.7.5:
  * depth: fix SSE2 byte->float when width+4 is mod16
  * resize: allow downsampling to very low resolutions

OBS-URL: https://build.opensuse.org/request/show/622510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2018-07-17 07:39:30 +00:00 committed by Git OBS Bridge
commit 32e264cd86
4 changed files with 12 additions and 5 deletions

View File

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

3
release-2.7.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 13 20:36:32 UTC 2018 - 9+suse@cirno.systems
- Update to 2.7.5:
* depth: fix SSE2 byte->float when width+4 is mod16
* resize: allow downsampling to very low resolutions
-------------------------------------------------------------------
Mon Apr 23 11:40:40 UTC 2018 - dimstar@opensuse.org

View File

@ -18,14 +18,14 @@
%define sover 2
Name: zimg
Version: 2.7.4
Version: 2.7.5
Release: 0
Summary: Scaling, colorspace conversion, and dithering library
License: WTFPL
Group: Development/Libraries/C and C++
URL: https://github.com/sekrit-twc/zimg
Source0: https://github.com/sekrit-twc/zimg/archive/release-%{version}.tar.gz
source99: baselibs.conf
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++