1
0

- update to 3.2.6

* Added: imageToTga saving helper function.
* Fix: don't invert TGA alpha channel.
* Fix: various typo in documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=10
This commit is contained in:
Ondřej Súkup 2015-08-23 17:22:00 +00:00 committed by Git OBS Bridge
parent b42d68c058
commit 7a4e2cfb1a
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 23 17:20:53 UTC 2015 - mimi.vx@gmail.com
- update to 3.2.6
* Added: imageToTga saving helper function.
* Fix: don't invert TGA alpha channel.
* Fix: various typo in documentation.
-------------------------------------------------------------------
Mon Jul 27 07:00:22 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.5.3
Version: 3.2.6
Release: 0
Summary: Picture loading/serialization
License: BSD-3-Clause