diff --git a/doctemplates-0.8.2.tar.gz b/doctemplates-0.8.2.tar.gz deleted file mode 100644 index 33515ad..0000000 --- a/doctemplates-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f463b2309e19918a58b1e53740bee4b98ab274549e49e4455dce824b49adbe93 -size 26780 diff --git a/doctemplates-0.9.tar.gz b/doctemplates-0.9.tar.gz new file mode 100644 index 0000000..8a47c1c --- /dev/null +++ b/doctemplates-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da262ec09d0689c27a79589d2abecb03609ef3925a4dde3b70012682d4441011 +size 27366 diff --git a/ghc-doctemplates.changes b/ghc-doctemplates.changes index d982389..05fcddc 100644 --- a/ghc-doctemplates.changes +++ b/ghc-doctemplates.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup + +- disable %{ix86} build + +------------------------------------------------------------------- +Thu Dec 17 10:46:40 UTC 2020 - psimons@suse.com + +- Update doctemplates to version 0.9. + ## 0.9 + + * Add BoolVal constructor to Val. This gives a smoother + interface with JSON and YAML. [API change] + + * Remove overlapping instances by generalizing + `ToContext String String` and `FromContext String String` + to `TemplateTarget [a] => ToContext [a] [a]` and + `TemplateTarget [a] => FromContext [a] [a]`. + Remove the instance `ToContext String (Doc String)`. + Remove redundant constraints. (#9, favonia) [API change] + +------------------------------------------------------------------- +Tue Dec 1 08:09:40 UTC 2020 - psimons@suse.com + +- Update doctemplates to version 0.8.3. + ## 0.8.3 + + * Properly handle nested loops (#15). Previously "it" was + always used for the variable in a loop, and in a nested loop + there was no way to distinguish the value of the inner + iteration from the value of the outer one. Now we assign + the iterated value to both "it" and to the original variable + name (e.g. "foo.bar"). This probably has a small negative + performance impact. Note that this change also affects + the output of the template parser: original variable + names are now retained instead of being replaced by "it". + + * Remove duplicate IsString constraint (#14, Mario Lang). + + * Update haddocks from README (#10). + + * Minor code clean-ups (#7, favonia). + + * Add hsyaml >= 0.2 constraint (#6). + ------------------------------------------------------------------- Tue Aug 18 10:44:41 UTC 2020 - Peter Simons diff --git a/ghc-doctemplates.spec b/ghc-doctemplates.spec index 981d755..7b7b8cd 100644 --- a/ghc-doctemplates.spec +++ b/ghc-doctemplates.spec @@ -19,7 +19,7 @@ %global pkg_name doctemplates %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2 +Version: 0.9 Release: 0 Summary: Pandoc-style document templates License: BSD-3-Clause @@ -40,6 +40,7 @@ BuildRequires: ghc-text-conversions-devel BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel +ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-Glob-devel BuildRequires: ghc-bytestring-devel