Package Release Info

ghc-pandoc-citeproc-0.17-bp153.1.22

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-pandoc-citeproc
ghc-pandoc-citeproc-devel

Change Logs

Version: 0.17-bp152.1.9
* Thu Feb 27 2020 psimons@suse.com
- Update pandoc-citeproc to version 0.17.
  pandoc-citeproc (0.17)
  * Only print labels if selected variable is non-empty (#437).
  * Make reference-section-title work even when doc ends with header (#431).
    Previously, setting `reference-section-title` wouldn't do anything
    when the document ended with a header -- contrary to what the
    documentation suggests.
  * Use Text instead of String (#430, Albert Krewinkel).
* Mon Dec 23 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.4.1.
  pandoc-citeproc (0.16.4.1)
  * Allow pandoc 2.9.
  pandoc-citeproc (0.16.4)
  * Simplify compat since we now require pandoc >= 2.8.
  * Update man page.  Clarify that `reference-section-title` doesn't have any
    effect when an explicit Div is used (#424).
  * Qualify fail with Prelude to fix compiler warnings.
  * Disable `raw_attribute` extension when writing Markdown.
    This way we avoid e.g. `<i>{=html}` in the CSL export.
  * Use pandoc-types 1.20.  Note that this change removes
    the ability to compile pandoc-citeproc with
    older versions of pandoc (< 2.8).
  * Incorporate the switch to Text in the dependencies (Christian
    Despres).  The changes to the structure of the code are fairly minimal.
    None of the types have changed, requiring a reasonable amount of
    packing, unpacking, and view patterns.
  pandoc-citeproc (0.16.3.1)
  * Fix how LANG is set for bibtex conversion.
    We were using a `-` where `_` is standard.
  * Make locale retrieval more robust (#420).
    Previously an error was raised if the locale was 'C'.
    Now 'C' is treated as default (en-US locale is used).
  pandoc-citeproc (0.16.3)
  * Set `hanging-indent` class on `refs` Div if specified by the style (#410).
    This depends on whether the `hanging-indent` attribute of
    `<bibliography>` is true.
  * Update chicago-author-date.csl and locales.
  * Add new biblatex @dataset entry type (#413).
  * Cleanup cabal file and remove old ghc 6.10 conditional.
  * Replace some of the yaml use with HsYAML-aeson (vijayphoenix).
  * Allow xml-conduit 1.9.
  * Allow network 3.1.
  * Allow pandoc 2.8.
  * Use pandoc-types 1.17.6.1
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Update Cabal file for more accurate build dependencies.
* Sat Apr 20 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.2.
  pandoc-citeproc (0.16.2)
  * Normalize for sorting by padding numerical strings with 0s (#399).
    This is a somewhat ugly fix to #399, and might be wrong
    if there are strings that may be numerical and should not
    be sorted in numerical order.  But this is the best we can
    do right now without major archictectural changes.
  * Add Ord instance for CNum.  [Minor API change.]
  * Allow empty sort-separator.
    Previously this was overridden with the default.
    Text.CSL.Common: export getOptionValWithDefault [API change].
  * Fix omitted phrase in --man documentation (#394, Daniel Himmelstein).
  * Amend fix to #392 (#393).  Initials were being dropped when there were
    more than two unspaced initials.
* Thu Mar 14 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.1.3.
  pandoc-citeproc (0.16.1.3)
  * Correctly handle initials even when
    presented without a space, as in "J.G. Smith" (#392).
  * Avoid generating Str "" when possible.
  * Allow superscript in-text styles to be treated as "notes"
    for purposes of moving punctuation (George Pollard, #382).
* Sat Mar 09 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.1.2.
  pandoc-citeproc (0.16.1.2)
  * Fix extraction page-first when page is not fully numeric (#386).
  * For cites in notes in a footnote style, don't add comma right after
    open parentheses.  Partially addresses #389.
  * Ensure that URIs (e.g. in DOIs) are properly escaped (#391).
* Sun Mar 03 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.1.1.
  pandoc-citeproc (0.16.1.1)
  * Bump version bounds for pandoc, network.
Version: 0.16.1-bp151.1.6
* Mon Feb 18 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.1.
  pandoc-citeproc (0.16.1)
  * Add --columns option.  This allows users to specify the column
    width for text wrapping in --bib2yaml output.
  * Use --columns=0 in biblio2yaml tests to avoid problems with
    different wrapping in different libyaml versions.
  * man page: remove references to obsolete pandoc_markdown(5) man page.
  * man page: add info on how to set metadata (#378).
* Fri Feb 08 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.0.2.
  pandoc-citeproc (0.16.0.2)
  * Remove need for HTTP access in test for #213.
* Thu Feb 07 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.0.1.
  pandoc-citeproc (0.16.0.1)
  * Fix regression on #213.  Literals without special handling
    (such as call-number, dimensions, scale, language) were being
    dropped.  Added regression test.
* Thu Jan 31 2019 psimons@suse.com
- Update pandoc-citeproc to version 0.16.
  pandoc-citeproc (0.16)
  * Detect en dash in page range (Andrew Dunning).  Ensure that `--` or `?`
    are detected as page ranges. This fixes a regression that caused the
    second half of the range to be appended to a URL in note styles.
  * Fix collapsing behavior with items with status but no year (#371).
  * Style: Add OStatus constructor to Output [API change].
  * Allow pandoc 2.6.
  * Added pandoc-citeproc to build-tools for test suite (#369).
* Sat Dec 22 2018 ptrommler@icloud.com
- Add _constraints file to fix build on powerpc64le
  * need almost 5 GB disk space
* Sun Dec 16 2018 psimons@suse.com
- Add pandoc-citeproc at version 0.15.0.1.
Version: 0.10.5.1-bp150.1.3
* Mon Aug 14 2017 psimons@suse.com
- Update to version 0.10.5.1 revision 1.
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
- Update to version 0.10.5.1.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 0.10.4.1 revision 1 with cabal2obs.
* Mon Feb 20 2017 psimons@suse.com
- Update to version 0.10.4.1 with cabal2obs.
* Mon Jan 30 2017 psimons@suse.com
- Update to version 0.10.4 with cabal2obs.
* Wed Jan 04 2017 psimons@suse.com
- Update to version 0.10.3 revision 1 with cabal2obs.
* Sun Dec 04 2016 psimons@suse.com
- Update to version 0.10.3 with cabal2obs.
* Sun Oct 30 2016 psimons@suse.com
- Update to version 0.10.2.2 with cabal2obs.
* Mon Oct 17 2016 psimons@suse.com
- Update to version 0.10.1.2 with cabal2obs.
* Mon Sep 26 2016 psimons@suse.com
- Update to version 0.10.1.1 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.10.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.9.1.1 revision 0 with cabal2obs.