diff --git a/JuicyPixels-3.3.4.tar.gz b/JuicyPixels-3.3.4.tar.gz deleted file mode 100644 index 26a89e0..0000000 --- a/JuicyPixels-3.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 new file mode 100644 index 0000000..41cc837 --- /dev/null +++ b/JuicyPixels-3.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca5144499ec7148943e687be1d14354024a51447dd2b0470e6c64539c97447a +size 131914 diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index 38075b5..17dd737 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +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 320f9b4..cd084f0 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-JuicyPixels # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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.4 +Version: 3.3.5 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 -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build