1
0

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:
Dominique Leuenberger 2018-05-30 10:10:26 +00:00 committed by Git OBS Bridge
commit 5c5d876165
4 changed files with 23 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b74c89e57ea81f6f69470dce215beccb7ced270ce8529b4a97535879ea5478e8
size 125699

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:849c6cf4a613f906f7e553a1baefe9c0dc61c13b41a5f5b9605cf80e328cc355
size 122952

View File

@ -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 Mon Jun 19 20:53:33 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-JuicyPixels # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%global pkg_name JuicyPixels %global pkg_name JuicyPixels
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 3.2.8.2 Version: 3.2.9.5
Release: 0 Release: 0
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Other Group: Development/Libraries/Haskell
Url: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-binary-devel BuildRequires: ghc-binary-devel
@ -36,7 +36,6 @@ BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-devel
BuildRequires: ghc-vector-devel BuildRequires: ghc-vector-devel
BuildRequires: ghc-zlib-devel BuildRequires: ghc-zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and
@ -44,7 +43,7 @@ Gif images.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): 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 %ghc_pkg_recache
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %license LICENSE
%doc LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md changelog docimages %doc README.md changelog docimages
%changelog %changelog