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 2023-10-18 21:26:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-ansi (Old) and /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.31755 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-ansi" Wed Oct 18 21:26:05 2023 rev:3 rq:1118489 version:0.3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-ansi/ghc-text-ansi.changes 2023-09-28 00:33:44.934547860 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-ansi.new.31755/ghc-text-ansi.changes 2023-10-18 21:26:23.870196067 +0200 @@ -1,0 +2,15 @@ +Thu Oct 12 16:00:38 UTC 2023 - Peter Simons <[email protected]> + +- Update text-ansi to version 0.3.0.1. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/text-ansi-0.3.0.1/src/CHANGELOG.md + +------------------------------------------------------------------- +Wed Oct 11 01:14:52 UTC 2023 - Peter Simons <[email protected]> + +- Update text-ansi to version 0.3.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- Old: ---- text-ansi-0.3.0.tar.gz New: ---- text-ansi-0.3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-ansi.spec ++++++ --- /var/tmp/diff_new_pack.Byb3y7/_old 2023-10-18 21:26:24.594222294 +0200 +++ /var/tmp/diff_new_pack.Byb3y7/_new 2023-10-18 21:26:24.594222294 +0200 @@ -19,7 +19,7 @@ %global pkg_name text-ansi %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.3.0 +Version: 0.3.0.1 Release: 0 Summary: Text styling for ANSI terminals License: BSD-3-Clause @@ -37,7 +37,7 @@ %description Text styling for ANSI terminals using SGR codes, as defined by the -<https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf +<https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> standard. Supports foreground/background color, bold/faint intensity, italic, ++++++ text-ansi-0.3.0.tar.gz -> text-ansi-0.3.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/CHANGELOG.md new/text-ansi-0.3.0.1/CHANGELOG.md --- old/text-ansi-0.3.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +## [0.3.0.1] - 2023-10-12 + +- Fix broken links to ECMA-48 standard + ## [0.3.0] - 2023-09-24 - Switch the underlying text builder from `text-builder` to `text-builder-linear`. This also affects the API provided by @@ -10,7 +14,7 @@ ## [0.2.1.1] - 2023-05-11 -- [#6](https://github.com/mitchellwrosen/text-ansi/pull/6) Fix Windows linker errors on GHC 9.4.5+ +- [#6](https://github.com/awkward-squad/text-ansi/pull/6) Fix Windows linker errors on GHC 9.4.5+ ## [0.2.1] - 2022-11-05 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/README.md new/text-ansi-0.3.0.1/README.md --- old/text-ansi-0.3.0/README.md 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/README.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,4 +1,4 @@ -[](https://github.com/mitchellwrosen/text-ansi/actions) +[](https://github.com/awkward-squad/text-ansi/actions) [](https://hackage.haskell.org/package/text-ansi) [](https://www.stackage.org/lts/package/text-ansi) [](https://www.stackage.org/nightly/package/text-ansi) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/src/String/ANSI.hs new/text-ansi-0.3.0.1/src/String/ANSI.hs --- old/text-ansi-0.3.0/src/String/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/src/String/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 @@ -61,7 +61,7 @@ -- $intro -- -- Text styling for ANSI terminals using SGR codes, as defined by the --- <https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ECMA-48> +-- <https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> -- standard. -- -- Supports foreground\/background color, bold\/faint intensity, italic, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/src/Text/ANSI.hs new/text-ansi-0.3.0.1/src/Text/ANSI.hs --- old/text-ansi-0.3.0/src/Text/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/src/Text/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 @@ -61,7 +61,7 @@ -- $intro -- -- Text styling for ANSI terminals using SGR codes, as defined by the --- <https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ECMA-48> +-- <https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> -- standard. -- -- Supports foreground\/background color, bold\/faint intensity, italic, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/src/Text/Builder/ANSI.hs new/text-ansi-0.3.0.1/src/Text/Builder/ANSI.hs --- old/text-ansi-0.3.0/src/Text/Builder/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/src/Text/Builder/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 @@ -63,7 +63,7 @@ -- $intro -- -- Text styling for ANSI terminals using SGR codes, as defined by the --- <https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ECMA-48> +-- <https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> -- standard. -- -- Supports foreground\/background color, bold\/faint intensity, italic, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/src/Text/Lazy/Builder/ANSI.hs new/text-ansi-0.3.0.1/src/Text/Lazy/Builder/ANSI.hs --- old/text-ansi-0.3.0/src/Text/Lazy/Builder/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/src/Text/Lazy/Builder/ANSI.hs 2001-09-09 03:46:40.000000000 +0200 @@ -62,7 +62,7 @@ -- $intro -- -- Text styling for ANSI terminals using SGR codes, as defined by the --- <https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ECMA-48> +-- <https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> -- standard. -- -- Supports foreground\/background color, bold\/faint intensity, italic, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/text-ansi-0.3.0/text-ansi.cabal new/text-ansi-0.3.0.1/text-ansi.cabal --- old/text-ansi-0.3.0/text-ansi.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/text-ansi-0.3.0.1/text-ansi.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,12 +1,12 @@ cabal-version: 2.2 name: text-ansi -version: 0.3.0 +version: 0.3.0.1 category: Data synopsis: Text styling for ANSI terminals. description: Text styling for ANSI terminals using SGR codes, as defined by the - <https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf ECMA-48> + <https://www.ecma-international.org/publications-and-standards/standards/ecma-48 ECMA-48> standard. . Supports foreground\/background color, bold\/faint intensity, italic, @@ -15,15 +15,15 @@ . Also features terminal detection, so redirecting styled output to a file will automatically strip the ANSI escape sequences. -author: Mitchell Rosen -maintainer: Mitchell Rosen <[email protected]> -homepage: https://github.com/mitchellwrosen/text-ansi -bug-reports: https://github.com/mitchellwrosen/text-ansi/issues -copyright: (c) 2018-2023, Mitchell Rosen +author: Mitchell Rosen, Travis Staton +maintainer: Mitchell Rosen <[email protected]>, Travis Staton <[email protected]> +homepage: https://github.com/awkward-squad/text-ansi +bug-reports: https://github.com/awkward-squad/text-ansi/issues +copyright: (c) 2018-2023 Mitchell Rosen, Travis Staton license: BSD-3-Clause license-file: LICENSE build-type: Simple -tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2 +tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1 extra-source-files: CHANGELOG.md @@ -31,11 +31,11 @@ source-repository head type: git - location: git://github.com/mitchellwrosen/text-ansi.git + location: git://github.com/awkward-squad/text-ansi.git library build-depends: - base >= 4.16 && < 4.19, + base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, text >= 1.0 && < 2.2, text-builder-linear ^>= 0.1.1, default-language:
