From c32d1332d607dd4624436b8bb680360663e5e232cb09d6f1edb8fd8634252f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 19 Mar 2021 15:52:55 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-doclayout revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doclayout?expand=0&rev=18 --- doclayout-0.3.0.2.tar.gz | 3 +++ doclayout-0.3.tar.gz | 3 --- ghc-doclayout.changes | 21 +++++++++++++++++++++ ghc-doclayout.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 doclayout-0.3.0.2.tar.gz delete mode 100644 doclayout-0.3.tar.gz diff --git a/doclayout-0.3.0.2.tar.gz b/doclayout-0.3.0.2.tar.gz new file mode 100644 index 0000000..ab4e953 --- /dev/null +++ b/doclayout-0.3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ac66b57a4c1c04393bf3745fb3e25bac644e1b25f4df4797b2d55cdc53d8c1 +size 12140 diff --git a/doclayout-0.3.tar.gz b/doclayout-0.3.tar.gz deleted file mode 100644 index c9918f0..0000000 --- a/doclayout-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87aad514e631f2ccc4a496f3fa74a2beda5f9ad53b660d1033cd338904e6b6f2 -size 11968 diff --git a/ghc-doclayout.changes b/ghc-doclayout.changes index 82c2d34..e08de6f 100644 --- a/ghc-doclayout.changes +++ b/ghc-doclayout.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Mar 16 09:55:00 UTC 2021 - psimons@suse.com + +- Update doclayout to version 0.3.0.2. + ## 0.3.0.2 + + * NOINLINE `literal` instead of `fromString` (#2, sjakobi). + This produces a further reduction in allocations and + pandoc compile time. + +------------------------------------------------------------------- +Sun Mar 14 23:18:20 UTC 2021 - psimons@suse.com + +- Update doclayout to version 0.3.0.1. + ## 0.3.0.1 + + * NOINLINE `fromString` (#1). + @sjakobi reports that this change reduced total allocations + for building pandoc-2.12 with GHC 8.10.4 by 8.5% and reduced + peak allocations are reduced from 3854MB to 3389MB. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-doclayout.spec b/ghc-doclayout.spec index ee24b77..a8f9ffb 100644 --- a/ghc-doclayout.spec +++ b/ghc-doclayout.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-doclayout # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 +Version: 0.3.0.2 Release: 0 Summary: A prettyprinting library for laying out text documents License: BSD-3-Clause