Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-JuicyPixels for openSUSE:Factory checked in at 2024-04-21 20:29:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-JuicyPixels (Old) and /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-JuicyPixels" Sun Apr 21 20:29:26 2024 rev:35 rq:1169518 version:3.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-JuicyPixels/ghc-JuicyPixels.changes 2023-11-23 21:43:08.092986861 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new.26366/ghc-JuicyPixels.changes 2024-04-21 20:30:43.701512941 +0200 @@ -1,0 +2,6 @@ +Tue Apr 9 17:25:05 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update JuicyPixels to version 3.3.8 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-JuicyPixels.spec ++++++ --- /var/tmp/diff_new_pack.YLoyyc/_old 2024-04-21 20:30:44.241532765 +0200 +++ /var/tmp/diff_new_pack.YLoyyc/_new 2024-04-21 20:30:44.245532912 +0200 @@ -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 @@ 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 ++++++ JuicyPixels.cabal ++++++ --- /var/tmp/diff_new_pack.YLoyyc/_old 2024-04-21 20:30:44.281534233 +0200 +++ /var/tmp/diff_new_pack.YLoyyc/_new 2024-04-21 20:30:44.285534380 +0200 @@ -3,7 +3,7 @@ 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 @@ 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,