diff --git a/JuicyPixels-3.2.4.tar.gz b/JuicyPixels-3.2.4.tar.gz deleted file mode 100644 index aa17721..0000000 --- a/JuicyPixels-3.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801b23de9aa5e81c27f23ed161738525b83b462703e2b93ee80440d3b2317c84 -size 104254 diff --git a/JuicyPixels-3.2.5.1.tar.gz b/JuicyPixels-3.2.5.1.tar.gz new file mode 100644 index 0000000..f2f039d --- /dev/null +++ b/JuicyPixels-3.2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89909006533da86a81fd83ab1e3967f731e703b222242613dfac09329999787 +size 115162 diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index 9fff65a..8aa93b9 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index 07cfeeb..67e61a3 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-JuicyPixels # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -20,7 +20,7 @@ # no useful debuginfo for Haskell packages without C sources %global debug_package %{nil} Name: ghc-JuicyPixels -Version: 3.2.4 +Version: 3.2.5.1 Release: 0 Summary: Picture loading/serialization License: BSD-3-Clause @@ -65,15 +65,12 @@ sed -i 's/\r//' LICENSE %install %{ghc_lib_install} - %post devel %{ghc_pkg_recache} - %postun devel %{ghc_pkg_recache} - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE