From a9e383bdb10c1e5605124844f985afd5d0f8c01eb133d790d37237d572a56dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Nov 2021 08:31:53 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doclayout revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doclayout?expand=0&rev=20 --- doclayout-0.3.0.2.tar.gz | 3 --- doclayout-0.3.1.1.tar.gz | 3 +++ ghc-doclayout.changes | 21 +++++++++++++++++++++ ghc-doclayout.spec | 5 ++++- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 doclayout-0.3.0.2.tar.gz create mode 100644 doclayout-0.3.1.1.tar.gz diff --git a/doclayout-0.3.0.2.tar.gz b/doclayout-0.3.0.2.tar.gz deleted file mode 100644 index ab4e953..0000000 --- a/doclayout-0.3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78ac66b57a4c1c04393bf3745fb3e25bac644e1b25f4df4797b2d55cdc53d8c1 -size 12140 diff --git a/doclayout-0.3.1.1.tar.gz b/doclayout-0.3.1.1.tar.gz new file mode 100644 index 0000000..344aeb5 --- /dev/null +++ b/doclayout-0.3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e706178e8ae4e41368f4e9550813dc6f4af46b96cf5dbd0e97f8e3a87c33dd +size 15047 diff --git a/ghc-doclayout.changes b/ghc-doclayout.changes index e08de6f..8fb8512 100644 --- a/ghc-doclayout.changes +++ b/ghc-doclayout.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 12 10:51:12 UTC 2021 - psimons@suse.com + +- Update doclayout to version 0.3.1.1. + ## 0.3.1.1 + + * Fix the end of the block of zero width characters which contains + the zero-width joiners and directional markings (Stephen Morgan, #5). + This fixes a regression introduced in 0.3.1, affecting code + points 0x2010 to 0x2030. + + ## 0.3.1 + + * Improved handling of emojis. Emojis are double-wide, but + previously this library did not treat them as such. We now + have comprehensive support of emojis, including variation + modifiers and zero-width joiners, verified by a test suite. + Performance has been confirmed to be no worse for text without emojis. + (Stephen Morgan, #1). API changes: export `realLengthNoShortcut`, + `isEmojiModifier`, `isEmojiVariation`, `isEmojiJoiner`. + ------------------------------------------------------------------- Tue Mar 16 09:55:00 UTC 2021 - psimons@suse.com diff --git a/ghc-doclayout.spec b/ghc-doclayout.spec index a8f9ffb..bed2e9c 100644 --- a/ghc-doclayout.spec +++ b/ghc-doclayout.spec @@ -19,13 +19,15 @@ %global pkg_name doclayout %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.0.2 +Version: 0.3.1.1 Release: 0 Summary: A prettyprinting library for laying out text documents 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 BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-emojis-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-safe-devel @@ -35,6 +37,7 @@ ExcludeArch: %{ix86} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-golden-devel BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel %endif %description