From 8807a9a4541b2ba8ee8f5f89b9fb06405e1d93a90790314742539ce4f7e40351 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Mon, 4 May 2015 06:28:16 +0000 Subject: [PATCH] Accepting request 304581 from devel:languages:haskell:lts - update to 3.2.4 * Adding: Traversals compatible with the lens library. - update to 3.2.3.1 * Fix: BMP output generated wrong size (thanks to mtolly). * Adding: Support for RGB in jpeg (yeah, that exist...) * Adding: Support of CMYK & YCrCbK color space in jpeg files. * Addinng: a pixelFoldMap functions analog to the `foldMap` function of the Foldable type class. * Fix: better performances for the pixelFold* functions OBS-URL: https://build.opensuse.org/request/show/304581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=2 --- JuicyPixels-3.2.2.tar.gz | 3 --- JuicyPixels-3.2.4.tar.gz | 3 +++ ghc-JuicyPixels.changes | 17 +++++++++++++++++ ghc-JuicyPixels.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 JuicyPixels-3.2.2.tar.gz create mode 100644 JuicyPixels-3.2.4.tar.gz diff --git a/JuicyPixels-3.2.2.tar.gz b/JuicyPixels-3.2.2.tar.gz deleted file mode 100644 index c8a2ec0..0000000 --- a/JuicyPixels-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f3958b348eeecf928c91049af67cb504110e351b3f0b5225de3c403df21ad90 -size 101053 diff --git a/JuicyPixels-3.2.4.tar.gz b/JuicyPixels-3.2.4.tar.gz new file mode 100644 index 0000000..aa17721 --- /dev/null +++ b/JuicyPixels-3.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801b23de9aa5e81c27f23ed161738525b83b462703e2b93ee80440d3b2317c84 +size 104254 diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index 7ccba46..9fff65a 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 27 08:24:30 UTC 2015 - mimi.vx@gmail.com + +- update to 3.2.4 +* Adding: Traversals compatible with the lens library. + +------------------------------------------------------------------- +Wed Apr 22 08:38:09 UTC 2015 - mimi.vx@gmail.com + +- update to 3.2.3.1 +* Fix: BMP output generated wrong size (thanks to mtolly). +* Adding: Support for RGB in jpeg (yeah, that exist...) +* Adding: Support of CMYK & YCrCbK color space in jpeg files. +* Addinng: a pixelFoldMap functions analog to the `foldMap` function + of the Foldable type class. +* Fix: better performances for the pixelFold* functions + ------------------------------------------------------------------- Sun Feb 1 20:12:49 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index d8cf95f..07cfeeb 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -20,7 +20,7 @@ # no useful debuginfo for Haskell packages without C sources %global debug_package %{nil} Name: ghc-JuicyPixels -Version: 3.2.2 +Version: 3.2.4 Release: 0 Summary: Picture loading/serialization License: BSD-3-Clause