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
This commit is contained in:
Ondřej Súkup 2021-11-09 08:31:53 +00:00 committed by Git OBS Bridge
parent c32d1332d6
commit a9e383bdb1
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78ac66b57a4c1c04393bf3745fb3e25bac644e1b25f4df4797b2d55cdc53d8c1
size 12140

3
doclayout-0.3.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7e706178e8ae4e41368f4e9550813dc6f4af46b96cf5dbd0e97f8e3a87c33dd
size 15047

View File

@ -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

View File

@ -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