Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-text-ansi for openSUSE:Factory checked in at 2025-03-10 18:04:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-ansi (Old) and /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-ansi" Mon Mar 10 18:04:33 2025 rev:5 rq:1251605 version:0.3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-ansi/ghc-text-ansi.changes 2024-05-28 17:29:54.562401691 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.19136/ghc-text-ansi.changes 2025-03-10 18:04:49.377311944 +0100 @@ -1,0 +2,6 @@ +Sun Mar 2 12:00:28 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update text-ansi to version 0.3.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-ansi.spec ++++++ --- /var/tmp/diff_new_pack.YE9fR9/_old 2025-03-10 18:04:50.653364802 +0100 +++ /var/tmp/diff_new_pack.YE9fR9/_new 2025-03-10 18:04:50.657364968 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-text-ansi # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 ++++++ text-ansi.cabal ++++++ --- /var/tmp/diff_new_pack.YE9fR9/_old 2025-03-10 18:04:50.701366791 +0100 +++ /var/tmp/diff_new_pack.YE9fR9/_new 2025-03-10 18:04:50.701366791 +0100 @@ -4,16 +4,16 @@ bug-reports: https://github.com/awkward-squad/text-ansi/issues build-type: Simple category: Data -copyright: (c) 2018-2024 Mitchell Dalvi Rosen, Travis Staton +copyright: (c) 2018-2025 Mitchell Dalvi Rosen, Travis Staton homepage: https://github.com/awkward-squad/text-ansi license-file: LICENSE license: BSD-3-Clause maintainer: Mitchell Dalvi Rosen <mitchellwro...@gmail.com>, Travis Staton <he...@travisstaton.com> name: text-ansi synopsis: Text styling for ANSI terminals. -tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 +tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 version: 0.3.0.1 -x-revision: 1 +x-revision: 2 description: Text styling for ANSI terminals using SGR codes, as defined by the @@ -37,7 +37,7 @@ library build-depends: - base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20, + base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21, text >= 1.0 && < 2.2, text-builder-linear ^>= 0.1.1, default-language: