osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-JuicyPixels revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=86
This commit is contained in:
parent
f5b9ec30bf
commit
78d088a37c
3
JuicyPixels-3.3.4.tar.gz
Normal file
3
JuicyPixels-3.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dde000c8802efff8e872d38f7da916ea86d130ba621266dc90d3332cbecd4c61
|
||||
size 131407
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eca5144499ec7148943e687be1d14354024a51447dd2b0470e6c64539c97447a
|
||||
size 131914
|
@ -1,27 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:43:49 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:13:37 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 06:52:10 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update JuicyPixels to version 3.3.5.
|
||||
v3.3.5 January 2020
|
||||
-------------------
|
||||
|
||||
Maintenance release to push various pull requests onto
|
||||
hackage
|
||||
|
||||
* Exporting Pixel32 (will)
|
||||
* Palettization of transparent frames in Gif (flutterlice)
|
||||
* Documentation fixes (lehins)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:06 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-JuicyPixels
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 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,7 +18,7 @@
|
||||
|
||||
%global pkg_name JuicyPixels
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.3.5
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user