1
0
forked from pool/SDL2_image

- Update to new upstream release 2.0.2

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_image?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2018-02-09 17:34:05 +00:00 committed by Git OBS Bridge
parent 6d50cabc5b
commit f5923e05e4
4 changed files with 18 additions and 5 deletions

View File

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

3
SDL2_image-2.0.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 9 17:11:54 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.0.2
* Added simple SVG image support based on Nano SVG
* Fixed security vulnerability in XCF image loader
[boo#1062777, CVE-2017-2887]
* Added optional support for loading images using Windows
Imaging Component
* Added libpng save support for much smaller 8-bit images
* Added JPG save support: IMG_SaveJPG() and IMG_SaveJPG_RW()
-------------------------------------------------------------------
Sun Jan 10 17:13:52 UTC 2016 - mailaender@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL2_image
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: SDL2_image
%define lname libSDL2_image-2_0-0
Version: 2.0.1
Version: 2.0.2
Release: 0
Summary: SDL2 image loading library
License: Zlib
@ -32,6 +32,7 @@ BuildRequires: dos2unix
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(sdl2)