From a620bf5736221ea29e8de047845e4bc82f7e96ae37281aa4e681fad3772a07dc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Jun 2024 21:00:49 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-JuicyPixels revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=106 --- JuicyPixels-3.3.8.tar.gz | 3 -- JuicyPixels-3.3.9.tar.gz | 3 ++ JuicyPixels.cabal | 87 ---------------------------------------- ghc-JuicyPixels.changes | 9 +++++ ghc-JuicyPixels.spec | 4 +- 5 files changed, 13 insertions(+), 93 deletions(-) delete mode 100644 JuicyPixels-3.3.8.tar.gz create mode 100644 JuicyPixels-3.3.9.tar.gz delete mode 100644 JuicyPixels.cabal diff --git a/JuicyPixels-3.3.8.tar.gz b/JuicyPixels-3.3.8.tar.gz deleted file mode 100644 index 31bca99..0000000 --- a/JuicyPixels-3.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a0f6ca3515a1b3d526cbf79f2e0b0aab57f208ab216f9c26437bbcd86fb63e -size 132479 diff --git a/JuicyPixels-3.3.9.tar.gz b/JuicyPixels-3.3.9.tar.gz new file mode 100644 index 0000000..bc20dab --- /dev/null +++ b/JuicyPixels-3.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e44ac5d3e684b65e9efaf60ca9a907a86edc879dfcf63f86eebc721e542864d +size 137971 diff --git a/JuicyPixels.cabal b/JuicyPixels.cabal deleted file mode 100644 index 9c13adf..0000000 --- a/JuicyPixels.cabal +++ /dev/null @@ -1,87 +0,0 @@ --- Constraint on the version of Cabal needed to build this package. -Cabal-version: 1.18 - -Name: JuicyPixels -Version: 3.3.8 -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 - -extra-source-files: changelog, docimages/*.png, docimages/*.svg, README.md -extra-doc-files: docimages/*.png, docimages/*.svg - -Source-Repository head - Type: git - Location: https://github.com/Twinside/Juicy.Pixels.git - -Source-Repository this - Type: git - Location: https://github.com/Twinside/Juicy.Pixels.git - Tag: v3.3.8 - -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.8 && < 5, - bytestring >= 0.9 && < 0.13, - mtl >= 1.1 && < 2.4, - binary >= 0.8.1 && < 0.9, - zlib >= 0.5.3.1 && < 0.8, - transformers >= 0.2, - vector >= 0.12.3.1, - primitive >= 0.4, - deepseq >= 1.1 && < 1.6, - containers >= 0.4.2 && < 0.8 - - -- 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 3f1d967..feb3c5c 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 6 18:35:17 UTC 2024 - Peter Simons + +- Update JuicyPixels to version 3.3.9. + v3.3.9 June 2024 + ---------------- + + * Something something compilation + ------------------------------------------------------------------- Tue Apr 9 17:25:05 UTC 2024 - Peter Simons diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index e58b46f..c30ffe1 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -19,13 +19,12 @@ %global pkg_name JuicyPixels %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 3.3.8 +Version: 3.3.9 Release: 0 Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) License: BSD-3-Clause 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-base-devel BuildRequires: ghc-base-prof @@ -82,7 +81,6 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build