Accepting request 355971 from devel:languages:haskell

- update to 3.2.7
* Addition: convertRGB8 and convertRGBA8 helper functions
* Addition: new output colorspace for JPEG format: Y, RGB & CMYK
* Addition: RGBA8 bitmap reading (thanks to mtolly)
* Enhancement: Optimized JPG & Tiff reading (thanks to Calvin Beck)
* Enhancement: INLINE SPECIALIZE for pixelMap (Pixel8 -> Pixel8) (thx to Calvin Beck)
* Fix: GHC 8.0 compilation (thanks to phadej) (forwarded request 355970 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/355971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-JuicyPixels?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2016-01-28 16:23:56 +00:00 committed by Git OBS Bridge
commit 1f2957c0e0
4 changed files with 15 additions and 4 deletions

View File

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

3
JuicyPixels-3.2.7.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 26 09:39:22 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.7
* Addition: convertRGB8 and convertRGBA8 helper functions
* Addition: new output colorspace for JPEG format: Y, RGB & CMYK
* Addition: RGBA8 bitmap reading (thanks to mtolly)
* Enhancement: Optimized JPG & Tiff reading (thanks to Calvin Beck)
* Enhancement: INLINE SPECIALIZE for pixelMap (Pixel8 -> Pixel8) (thx to Calvin Beck)
* Fix: GHC 8.0 compilation (thanks to phadej)
-------------------------------------------------------------------
Mon Dec 7 11:11:25 UTC 2015 - mimi.vx@gmail.com

View File

@ -20,7 +20,7 @@
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-JuicyPixels
Version: 3.2.6.4
Version: 3.2.7
Release: 0
Summary: Picture loading/serialization
License: BSD-3-Clause