forked from pool/ghc-JuicyPixels
osc copypac from project:devel:languages:haskell:lts:11 package:ghc-JuicyPixels revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=45
This commit is contained in:
parent
964316ae27
commit
9eb17e8de8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff35047d6f453f9fd5cccb99b2170375ecbf7f73ba350db6ac89b091d91f92d6
|
||||
size 122927
|
3
JuicyPixels-3.2.9.5.tar.gz
Normal file
3
JuicyPixels-3.2.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:849c6cf4a613f906f7e553a1baefe9c0dc61c13b41a5f5b9605cf80e328cc355
|
||||
size 122952
|
@ -1,163 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 03:01:59 UTC 2018 - psimons@suse.com
|
||||
Mon Mar 19 11:33:42 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update JuicyPixels to version 3.2.9.5.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 16:58:15 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update JuicyPixels to version 3.2.9.4.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 03:02:21 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.9.3.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 1 10:21:43 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.9.2.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 11:31:34 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.9.1 revision 1.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 13:13:57 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.9.1.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 15:19:54 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.8.3.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 20:53:33 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.8.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 09:26:30 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.8.1 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 21:13:08 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.8 revision 1 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 06:38:32 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.8 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 16:56:13 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 3.2.7.2 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 12:02:57 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.7.2
|
||||
* Fix: no more libjpeg warning when decoding Juicy.Pixels encoded images.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 5 19:31:05 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.7.1
|
||||
* Fix: some wrongly infinitely looping JPEG decoding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update to 3.2.6.4
|
||||
* Fix: Fixing unwanted sharing with createMutableImage due to
|
||||
wrongly used INLINE pragma
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 08:17:52 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.6.2
|
||||
* Fix: Using minimal GIF version if outputing a single image.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 06:16:56 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.6.1
|
||||
* Fix: handling of negative height & width in bitmap format
|
||||
* Fix: regression on Tiff parsing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update to 3.2.5.3
|
||||
* Fix: bumping vector upper bounds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 06:12:29 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.5.2
|
||||
* Adding: Width & Height metdata to help querying image information without
|
||||
decompressing the whole.
|
||||
* Adding: Source format metadata.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 31 20:15:22 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 3.2.5.1
|
||||
* Fixing: utf-8 encoding of Jpg/Types causing problems with Haddock.
|
||||
* Adding: Metadata extraction for various file format.
|
||||
* Adding: Metadata writing for various file format.
|
||||
* Adding: light EXIF mapping.
|
||||
* Fix: handling of Tiff with predictors (thanks to Patrick Pelletier)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- initial commit of JuicyPixels lib
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name JuicyPixels
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.2.9.4
|
||||
Version: 3.2.9.5
|
||||
Release: 0
|
||||
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user