- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=4
This commit is contained in:
parent
828e5b39b6
commit
d1d157759f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:801b23de9aa5e81c27f23ed161738525b83b462703e2b93ee80440d3b2317c84
|
||||
size 104254
|
3
JuicyPixels-3.2.5.1.tar.gz
Normal file
3
JuicyPixels-3.2.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b89909006533da86a81fd83ab1e3967f731e703b222242613dfac09329999787
|
||||
size 115162
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user