Accepting request 934239 from home:dirkmueller:Factory

- update to 2.17.0:
  * Do not build as unversioned DSO
  * use float as in SSE
  * Initialize rows using heap to handle large images
  * Free rows after remapping
  * Disable SSE on arm64

OBS-URL: https://build.opensuse.org/request/show/934239
OBS-URL: https://build.opensuse.org/package/show/graphics/libimagequant?expand=0&rev=16
This commit is contained in:
Dirk Stoecker 2021-11-30 20:23:10 +00:00 committed by Git OBS Bridge
parent ca14d11697
commit d9de658cb5
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 27 12:55:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.17.0:
* Do not build as unversioned DSO
* use float as in SSE
* Initialize rows using heap to handle large images
* Free rows after remapping
* Disable SSE on arm64
-------------------------------------------------------------------
Sun Jun 6 13:00:05 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -19,13 +19,13 @@
%define sover 0
%define libname %{name}%{sover}
Name: libimagequant
Version: 2.15.1
Version: 2.17.0
Release: 0
Summary: Palette quantization library
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: https://pngquant.org/lib/
Source: https://github.com/ImageOptim/libimagequant/archive/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/ImageOptim/libimagequant/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(lcms2)