Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-doclayout for openSUSE:Factory checked in at 2022-08-01 21:28:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-doclayout (Old) and /work/SRC/openSUSE:Factory/.ghc-doclayout.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-doclayout" Mon Aug 1 21:28:38 2022 rev:8 rq:985808 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-doclayout/ghc-doclayout.changes 2021-11-11 21:36:39.528899014 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-doclayout.new.1533/ghc-doclayout.changes 2022-08-01 21:28:43.049367024 +0200 @@ -1,0 +2,41 @@ +Sat Apr 2 22:30:30 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update doclayout to version 0.4. + ## 0.4 + + * Expose `unfoldD` [API change]. + * Remove `realLengthNoShortcut`, `isEmojiModifier`, and + `isEmojiJoiner` [API change] (Stephen Morgan). + * Add new exported functions `realLengthNarrowContext`, + `realLengthWideContext`, `realLengthNarrowContextNoShortcut`, + `realLengthWideContextNoShortcut`, `isSkinToneModifier`, `isZWJ` + [API change] (Stephen Morgan). + * Compute `realLength` strictly. + * Make `getOffset` stricter. + * Drop support for ghc <= 8.4, add test for ghc 9.2. + * Don't collapse the CarriageReturn + Newline combination (#20). + We want to ensure that a literal starting with a Newline + doesn't lose the newline if it occurs after a CarriageReturn. + This affects code blocks in pandoc that begin with newlines. + * Improve performance of NoShortcut code (Stephen Morgan). + * Simplify emoji processing (Stephen Morgan). + * Add benchmarking for code with no shortcuts (Stephen Morgan). + * Add unicodeWidth.inc to cabal file. + * Fix `offset`, `minOffset`, `updateColumn` so they don't re-render. + * Get unicode block widths directly from the Unicode specification, rather + than writing it out ourselves (Stephen Morgan). + * Resolve the width of ambiguous characters based on their context + (Stephen Morgan). + * Spacing marks should have nonzero width, even though they are combining + characters (Stephen Morgan). + * Add shortcuts for extended Latin, Arabic, Cyrillic, Greek, + Devangari, Bengali, Korean, Telugu, and Tamil (Stephen Morgan). + * Fix location of extra-source-files in cabal. + * update.hs: require text package + * Handle emoji variation modifiers specially, so the keypad emoji can be + ignored (Stephen Morgan). This results in a 16% speedup of realLength + on ascii text. + * Add benchmarks for all scripts used by more than 50 million people, plus + a couple more. (#9, Stephen Morgan). + +------------------------------------------------------------------- Old: ---- doclayout-0.3.1.1.tar.gz New: ---- doclayout-0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-doclayout.spec ++++++ --- /var/tmp/diff_new_pack.5lgvAw/_old 2022-08-01 21:28:43.953369618 +0200 +++ /var/tmp/diff_new_pack.5lgvAw/_new 2022-08-01 21:28:43.961369641 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-doclayout # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name doclayout %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.1.1 +Version: 0.4 Release: 0 Summary: A prettyprinting library for laying out text documents License: BSD-3-Clause ++++++ doclayout-0.3.1.1.tar.gz -> doclayout-0.4.tar.gz ++++++ ++++ 2639 lines of diff (skipped)