diff --git a/JuicyPixels-3.3.3.1.tar.gz b/JuicyPixels-3.3.3.1.tar.gz new file mode 100644 index 0000000..36392b2 --- /dev/null +++ b/JuicyPixels-3.3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1afb4001e4120cc88fb4e511032c67add18fe11c4a7bcac36a79323f3a97ff +size 130777 diff --git a/JuicyPixels-3.3.3.tar.gz b/JuicyPixels-3.3.3.tar.gz deleted file mode 100644 index 65403f4..0000000 --- a/JuicyPixels-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c04b5b6504a780e9363dc8894837976e18ce0623182e38aab6bc5e76c40b3c4 -size 130714 diff --git a/JuicyPixels.cabal b/JuicyPixels.cabal deleted file mode 100644 index 821290c..0000000 --- a/JuicyPixels.cabal +++ /dev/null @@ -1,88 +0,0 @@ -Name: JuicyPixels -Version: 3.3.3 -x-revision: 2 -Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) -Description: - <> - . - This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and Gif images. - -homepage: https://github.com/Twinside/Juicy.Pixels -License: BSD3 -License-file: LICENSE -Author: Vincent Berthoux -Maintainer: vincent.berthoux@gmail.com -Category: Codec, Graphics, Image -Stability: Stable -Build-type: Simple - --- Constraint on the version of Cabal needed to build this package. -Cabal-version: >= 1.18 - -extra-source-files: changelog, docimages/*.png, docimages/*.svg, README.md -extra-doc-files: docimages/*.png, docimages/*.svg - -Source-Repository head - Type: git - Location: git://github.com/Twinside/Juicy.Pixels.git - -Source-Repository this - Type: git - Location: git://github.com/Twinside/Juicy.Pixels.git - Tag: v3.3.3 - -Flag Mmap - Description: Enable the file loading via mmap (memory map) - Default: False - -Library - hs-source-dirs: src - Default-Language: Haskell2010 - Exposed-modules: Codec.Picture, - Codec.Picture.Bitmap, - Codec.Picture.Gif, - Codec.Picture.Png, - Codec.Picture.Jpg, - Codec.Picture.HDR, - Codec.Picture.Tga, - Codec.Picture.Tiff, - Codec.Picture.Metadata, - Codec.Picture.Metadata.Exif, - Codec.Picture.Saving, - Codec.Picture.Types, - Codec.Picture.ColorQuant, - Codec.Picture.Jpg.Internal.DefaultTable, - Codec.Picture.Jpg.Internal.Metadata, - Codec.Picture.Jpg.Internal.FastIdct, - Codec.Picture.Jpg.Internal.FastDct, - Codec.Picture.Jpg.Internal.Types, - Codec.Picture.Jpg.Internal.Common, - Codec.Picture.Jpg.Internal.Progressive, - Codec.Picture.Gif.Internal.LZW, - Codec.Picture.Gif.Internal.LZWEncoding, - Codec.Picture.Png.Internal.Export, - Codec.Picture.Png.Internal.Type, - Codec.Picture.Png.Internal.Metadata, - Codec.Picture.Tiff.Internal.Metadata, - Codec.Picture.Tiff.Internal.Types - - Ghc-options: -O3 -Wall - Build-depends: base >= 4.11 && < 5, - bytestring >= 0.9 && < 0.11, - mtl >= 1.1 && < 2.3, - binary >= 0.5 && < 0.9, - zlib >= 0.5.3.1 && < 0.7, - transformers >= 0.2, - vector >= 0.10 && < 0.13, - primitive >= 0.4, - deepseq >= 1.1 && < 1.5, - containers >= 0.4.2 && < 0.7 - - -- Modules not exported by this package. - Other-modules: Codec.Picture.BitWriter, - Codec.Picture.InternalHelper, - Codec.Picture.VectorByteConversion - - Install-Includes: src/Codec/Picture/ConvGraph.hs - Include-Dirs: src/Codec/Picture - diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index d2636a4..efb8a27 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 20 02:03:03 UTC 2019 - psimons@suse.com + +- Update JuicyPixels to version 3.3.3.1. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/JuicyPixels-3.3.3.1/src/changelog + ------------------------------------------------------------------- Tue Jun 11 14:29:07 UTC 2019 - Peter Simons diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index 01da0a4..cd3b2f8 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -18,14 +18,13 @@ %global pkg_name JuicyPixels Name: ghc-%{pkg_name} -Version: 3.3.3 +Version: 3.3.3.1 Release: 0 Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) License: BSD-3-Clause 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 -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-binary-devel BuildRequires: ghc-bytestring-devel @@ -55,7 +54,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build