forked from pool/ghc-JuicyPixels
Accepting request 607831 from devel:languages:haskell
Update ghc-JuicyPixels to the latest version. OBS-URL: https://build.opensuse.org/request/show/607831 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-JuicyPixels?expand=0&rev=17
This commit is contained in:
commit
5c5d876165
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b74c89e57ea81f6f69470dce215beccb7ced270ce8529b4a97535879ea5478e8
|
||||
size 125699
|
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,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update JuicyPixels to version 3.2.9.5.
|
||||
* Fix: uniform color quantization
|
||||
* Compat for GHC-8.4 (pull request)
|
||||
* Fix: Progressive jpeg decoding when number of blocks of the MCU
|
||||
is below line size
|
||||
* Feature: Paletted alpha png saving
|
||||
* Fix: Adding correct import of Exif Flash for Jpeg (thanks to Alexander Kjeldaas)
|
||||
* Feature: Jpg Exif writing
|
||||
* Fix: Jpeg loading of extended sequential jpg, not sure of all
|
||||
the implications, works with the sample
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 20:53:33 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-JuicyPixels
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%global pkg_name JuicyPixels
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.2.8.2
|
||||
Version: 3.2.9.5
|
||||
Release: 0
|
||||
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-binary-devel
|
||||
@ -36,7 +36,6 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
BuildRequires: ghc-zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and
|
||||
@ -44,7 +43,7 @@ Gif images.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Other
|
||||
Group: Development/Libraries/Haskell
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
@ -69,11 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md changelog docimages
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user