From fefb72edb3962822822292a75aaaf1315f0497b10f6cb51b990b7fde8a91ddb0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 27 Sep 2023 14:20:39 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-text-ansi revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-text-ansi?expand=0&rev=3 --- ghc-text-ansi.changes | 14 ++++++++++++++ ghc-text-ansi.spec | 6 +++--- text-ansi-0.2.1.1.tar.gz | 3 --- text-ansi-0.3.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 text-ansi-0.2.1.1.tar.gz create mode 100644 text-ansi-0.3.0.tar.gz diff --git a/ghc-text-ansi.changes b/ghc-text-ansi.changes index 862fe1b..8fc514e 100644 --- a/ghc-text-ansi.changes +++ b/ghc-text-ansi.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Sep 24 15:55:44 UTC 2023 - Peter Simons + +- Update text-ansi to version 0.3.0. + ## [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 + `Text.Builder.ANSI`; users that were relying on the `Buidler` type from `text-builder` specificially are encouraged + to simply use older versions of this package until they are able to update their own code to use `text-builder-linear` + instead. + + The motivation for this change is performance and encoraging the ecosystem to move in the right direction. See the + `text-builder-linear` project for more details. In a nutshell, it is the superior builder type ;) + ------------------------------------------------------------------- Thu May 11 14:37:45 UTC 2023 - Peter Simons diff --git a/ghc-text-ansi.spec b/ghc-text-ansi.spec index f9ee71c..bbe19b8 100644 --- a/ghc-text-ansi.spec +++ b/ghc-text-ansi.spec @@ -19,7 +19,7 @@ %global pkg_name text-ansi %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.2.1.1 +Version: 0.3.0 Release: 0 Summary: Text styling for ANSI terminals License: BSD-3-Clause @@ -29,8 +29,8 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros -BuildRequires: ghc-text-builder-devel -BuildRequires: ghc-text-builder-prof +BuildRequires: ghc-text-builder-linear-devel +BuildRequires: ghc-text-builder-linear-prof BuildRequires: ghc-text-devel BuildRequires: ghc-text-prof ExcludeArch: %{ix86} diff --git a/text-ansi-0.2.1.1.tar.gz b/text-ansi-0.2.1.1.tar.gz deleted file mode 100644 index a26bdb0..0000000 --- a/text-ansi-0.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593da9413b77fbccdd0b1b6c767ec054c4c630a83d06b2da3d9e6213a26797d1 -size 5709 diff --git a/text-ansi-0.3.0.tar.gz b/text-ansi-0.3.0.tar.gz new file mode 100644 index 0000000..e200d63 --- /dev/null +++ b/text-ansi-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b383ae4b803971026e183dc670c5bc484271f39871a1a3e0b15e28731a4550 +size 6079