forked from pool/ghc-doctemplates
Accepting request 912595 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/912595 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-doctemplates?expand=0&rev=12
This commit is contained in:
commit
069a620e2c
3
doctemplates-0.10.tar.gz
Normal file
3
doctemplates-0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d57ebd963bbd9dc13e22d54707c6d74c24ac1d113454d5c5d0b76dc02d88adb
|
||||||
|
size 27753
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da262ec09d0689c27a79589d2abecb03609ef3925a4dde3b70012682d4441011
|
|
||||||
size 27366
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 19 07:05:18 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update doctemplates to version 0.10.
|
||||||
|
## 0.10
|
||||||
|
|
||||||
|
* Change rendering and conditional behavior with booleans.
|
||||||
|
Previously, `$if(foo)$` evaluated to false iff `foo`
|
||||||
|
would render as the empty string. This forced us to render
|
||||||
|
a boolean False value as an empty string, rather than `false`.
|
||||||
|
And this has caused various problems with templates
|
||||||
|
(#16, jgm/pandoc#7402). Now, boolean False values render as
|
||||||
|
`false` -- just as True values render as `true`. And conditionals
|
||||||
|
are now sensitive to booleans, so `$if(foo)$` evaluates to false
|
||||||
|
when `foo` is a boolean False value, even though it would render
|
||||||
|
as the nonempty string `false`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-doctemplates
|
# spec file for package ghc-doctemplates
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name doctemplates
|
%global pkg_name doctemplates
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pandoc-style document templates
|
Summary: Pandoc-style document templates
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user