Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-colourista for openSUSE:Factory checked in at 2024-02-16 21:41:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-colourista (Old) and /work/SRC/openSUSE:Factory/.ghc-colourista.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-colourista" Fri Feb 16 21:41:53 2024 rev:4 rq:1146953 version:0.1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-colourista/ghc-colourista.changes 2023-10-18 21:26:04.677500822 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-colourista.new.1815/ghc-colourista.changes 2024-02-16 21:41:57.632844927 +0100 @@ -1,0 +2,6 @@ +Wed Feb 7 07:49:25 UTC 2024 - Peter Simons <[email protected]> + +- Update colourista to version 0.1.0.2 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-colourista.spec ++++++ --- /var/tmp/diff_new_pack.OsLPjN/_old 2024-02-16 21:41:58.100861813 +0100 +++ /var/tmp/diff_new_pack.OsLPjN/_new 2024-02-16 21:41:58.100861813 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-colourista # -# 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 @@ -26,7 +26,7 @@ License: MPL-2.0 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-ansi-terminal-devel BuildRequires: ghc-ansi-terminal-prof ++++++ colourista.cabal ++++++ --- /var/tmp/diff_new_pack.OsLPjN/_old 2024-02-16 21:41:58.144863401 +0100 +++ /var/tmp/diff_new_pack.OsLPjN/_new 2024-02-16 21:41:58.148863545 +0100 @@ -1,7 +1,7 @@ cabal-version: 2.4 name: colourista version: 0.1.0.2 -x-revision: 3 +x-revision: 4 synopsis: Convenient interface for printing colourful messages description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library. homepage: https://github.com/kowainik/colourista @@ -77,7 +77,7 @@ Colourista.Pure Colourista.Short - build-depends: ansi-terminal >= 0.10 && < 1.1 + build-depends: ansi-terminal >= 0.10 && < 1.2 , bytestring >= 0.10 && < 0.13 , text >= 1.2.3.0 && < 2.2
