From 78d088a37c33816ffd7f9a4ebd5e9a21e72942a13497ac9e249ee383c44979fe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:02:53 +0000 Subject: [PATCH] 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 --- JuicyPixels-3.3.4.tar.gz | 3 +++ JuicyPixels-3.3.5.tar.gz | 3 --- ghc-JuicyPixels.changes | 24 ------------------------ ghc-JuicyPixels.spec | 6 +++--- 4 files changed, 6 insertions(+), 30 deletions(-) create mode 100644 JuicyPixels-3.3.4.tar.gz delete mode 100644 JuicyPixels-3.3.5.tar.gz diff --git a/JuicyPixels-3.3.4.tar.gz b/JuicyPixels-3.3.4.tar.gz new file mode 100644 index 0000000..26a89e0 --- /dev/null +++ b/JuicyPixels-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde000c8802efff8e872d38f7da916ea86d130ba621266dc90d3332cbecd4c61 +size 131407 diff --git a/JuicyPixels-3.3.5.tar.gz b/JuicyPixels-3.3.5.tar.gz deleted file mode 100644 index 41cc837..0000000 --- a/JuicyPixels-3.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca5144499ec7148943e687be1d14354024a51447dd2b0470e6c64539c97447a -size 131914 diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index 17dd737..38075b5 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,27 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:43:49 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:13:37 UTC 2020 - Peter Simons - -- 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 diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index cd084f0..320f9b4 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -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