From 2bd1d27f6bd15bbd18d9dc4ccabd06a3330577c1468ad9699940643b7cd54eb2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Oct 2020 09:15:29 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-brick revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=14 --- brick-0.56.tar.gz | 3 --- brick-0.57.tar.gz | 3 +++ ghc-brick.changes | 15 +++++++++++++++ ghc-brick.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 brick-0.56.tar.gz create mode 100644 brick-0.57.tar.gz diff --git a/brick-0.56.tar.gz b/brick-0.56.tar.gz deleted file mode 100644 index 460c9d3..0000000 --- a/brick-0.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cc5339a614dd8d5909249e6a52a5e11866e1133dd7da83260df036d927d7cee -size 697957 diff --git a/brick-0.57.tar.gz b/brick-0.57.tar.gz new file mode 100644 index 0000000..58b2b91 --- /dev/null +++ b/brick-0.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d50d2b315cabb8cb3102697ea613eba0feb0799b659334eb0f01512b0b8894 +size 698037 diff --git a/ghc-brick.changes b/ghc-brick.changes index 426f4ec..adce2a5 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 6 08:56:57 UTC 2020 - psimons@suse.com + +- Update brick to version 0.57. + 0.57 + ---- + + Package changes: + * Raised lower bound on `vty` to 5.31 to get the new `strikethrough` + style. + + New features: + * Added support for the `strikethrough` style in Brick theme + customization files. + ------------------------------------------------------------------- Sun Sep 27 02:01:03 UTC 2020 - psimons@suse.com diff --git a/ghc-brick.spec b/ghc-brick.spec index 2058e9c..c158e18 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -19,7 +19,7 @@ %global pkg_name brick %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.56 +Version: 0.57 Release: 0 Summary: A declarative terminal user interface library License: BSD-3-Clause