diff --git a/commonmark-0.1.1.4.tar.gz b/commonmark-0.1.1.4.tar.gz deleted file mode 100644 index 3d89fbe..0000000 --- a/commonmark-0.1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d651a6c5b3f398e0fc9c483309a1d9c0faec98fccbe9e26810aebdad4108f536 -size 99102 diff --git a/commonmark-0.2.tar.gz b/commonmark-0.2.tar.gz new file mode 100644 index 0000000..1e34910 --- /dev/null +++ b/commonmark-0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483c860ec452af7e6c70eb8231d4b1c44cb2375eb23edcf38ec63edd7dcd7d20 +size 100473 diff --git a/ghc-commonmark.changes b/ghc-commonmark.changes index 26b6067..5e0b833 100644 --- a/ghc-commonmark.changes +++ b/ghc-commonmark.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat May 29 15:59:17 UTC 2021 - psimons@suse.com + +- Update commonmark to version 0.2. + ## 0.2 + + * Commonmark.Inlines: export LinkInfo(..) [API change]. + * Commonmark.Inlines: export pLink [API chage]. + * Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change]. + * Commonmark.Tokens: normalize unicode to NFC before tokenizing (#57). + Normalization might affect detection of flankingness, recognition + of reference links, etc. + * Commonmark.Html: add data-prefix to non-HTML5 attributes, as pandoc does. + * Remove unnecessary build-depends. + * Use lightweight tasty-bench instead of criterion for benchmarks. + ------------------------------------------------------------------- Mon Feb 8 05:04:23 UTC 2021 - psimons@suse.com diff --git a/ghc-commonmark.spec b/ghc-commonmark.spec index cd0d917..e5e9c46 100644 --- a/ghc-commonmark.spec +++ b/ghc-commonmark.spec @@ -19,7 +19,7 @@ %global pkg_name commonmark %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.1.4 +Version: 0.2 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause @@ -32,9 +32,9 @@ BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel +BuildRequires: ghc-unicode-transforms-devel ExcludeArch: %{ix86} %if %{with tests} -BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-quickcheck-devel