osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-JuicyPixels revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=104
This commit is contained in:
Peter Simons 2024-04-21 14:36:11 +00:00 committed by Git OBS Bridge
parent 111d56975f
commit 0c4144e24c
3 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Cabal-version: 1.18
Name: JuicyPixels
Version: 3.3.8
x-revision: 1
x-revision: 2
Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
Description:
<<data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADABAMAAACg8nE0AAAAElBMVEUAAABJqDSTWEL/qyb///8AAABH/1GTAAAAAXRSTlMAQObYZgAAAN5JREFUeF7s1sEJgFAQxFBbsAV72v5bEVYWPwT/XDxmCsi7zvHXavYREBDI3XP2GgICqBBYuwIC+/rVayPUAyAg0HvIXBcQoDFDGnUBgWQQ2Bx3AYFaRoBpAQHWb3bt2ARgGAiCYFFuwf3X5HA/McgGJWI2FdykCv4aBYzmKwDwvl6NVmUAAK2vlwEALK7fo88GANB6HQsAAAAAAAAA7P94AQCzswEAAAAAAAAAAAAAAAAAAICzh4UAO4zWAYBfRutHA4Bn5C69JhowAMGoBaMWDG0wCkbBKBgFo2AUAACPmegUST/IJAAAAABJRU5ErkJggg==>>
@ -71,7 +71,7 @@ Library
bytestring >= 0.9 && < 0.13,
mtl >= 1.1 && < 2.4,
binary >= 0.8.1 && < 0.9,
zlib >= 0.5.3.1 && < 0.7,
zlib >= 0.5.3.1 && < 0.8,
transformers >= 0.2,
vector >= 0.12.3.1,
primitive >= 0.4,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 9 17:25:05 UTC 2024 - Peter Simons <psimons@suse.com>
- Update JuicyPixels to version 3.3.8 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Nov 7 17:40:05 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-JuicyPixels
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, t
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/1.cabal#/%{pkg_name}.cabal
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