2018-07-18 16:41:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 18 14:26:35 UTC 2018 - psimons@suse.com
|
|
|
|
|
|
|
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
|
|
|
and update copyright headers with spec-cleaner.
|
|
|
|
|
2018-07-11 03:01:50 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-07-15 03:01:51 +02:00
|
|
|
Fri Jul 13 14:32:07 UTC 2018 - psimons@suse.com
|
2018-07-11 03:01:50 +02:00
|
|
|
|
|
|
|
- Update pandoc-types to version 1.17.5.1.
|
|
|
|
[1.17.5.1]
|
|
|
|
|
|
|
|
* Declare the ToMetaValue instance for String as OVERLAPPING (#46).
|
|
|
|
|
|
|
|
[1.17.5]
|
|
|
|
|
|
|
|
* Bump upper bounds for aeson, base.
|
|
|
|
* Allow building on older ghc versions (George Wilson).
|
|
|
|
* Text.Pandoc.Arbitrary: generate SoftBreaks and LineBreaks
|
|
|
|
(Alexander Krotov).
|
|
|
|
* Pad table rows up to maximum row length, to guarantee that
|
|
|
|
all rows have the same number of columns
|
|
|
|
(see jgm/pandoc#4059, Francesco Occhipinti).
|
|
|
|
* Make String an instance of ToMetaValue (Alexander Krotov).
|
|
|
|
|
2018-05-15 20:24:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update pandoc-types to version 1.17.4.2 revision 1.
|
|
|
|
* Import Semigroups when needed rather than using CPP.
|
|
|
|
* Bump criterion upper bound.
|
|
|
|
* Add Semigroup instances for Pandoc, Meta, Inlines, Blocks
|
|
|
|
(if base >= 4.9). This is needed for the library to compile
|
|
|
|
with ghc 8.4.
|
|
|
|
* Bumped criterion upper bound.
|
|
|
|
* Bumped upper bounds for criterion and QuickCheck.
|
|
|
|
* Added Walkable instances for `[Inline] Inline` and `[Block] Block`.
|
|
|
|
* Provide default implementation for walk (Albert Krewinkel).
|
|
|
|
The implementations for `walk` and `walkM` are very similar, so a
|
|
|
|
default method is provided which implements the former in terms of the
|
|
|
|
latter. This change should not affect performance, as the `Identity`
|
|
|
|
functor, which is used in the default definition, is a newtype that
|
|
|
|
should be eliminated at compile time. (This requires a dependency
|
|
|
|
on transformers for ghc 7.8.x.)
|
|
|
|
* Force optimizations when compiling Walk module (Albert Krewinkel).
|
|
|
|
* Add `Applicative m` to the context of walkM (Albert Krewinkel).
|
|
|
|
The acceptance of AMP makes this a natural change.
|
|
|
|
* Add `Walkable [Block]` and `Walkable [Inline]` instances (Albert
|
|
|
|
Krewinkel).
|
|
|
|
* Factored out duplicate code in Walk.
|
|
|
|
* Added benchmark.
|
|
|
|
* Text.Pandoc.JSON: Use `walk` instead of `bottomUp` in the
|
|
|
|
`ToJSONFilter` instance for `a -> [a]`. Note that behavior will be
|
|
|
|
slightly different, since bottomUp's treatment of a function `[a] -> [a]`
|
|
|
|
is to apply it to each sublist of a list, while walk applies it only to
|
|
|
|
maximal sublists. Usually the latter behavior is what is wanted, and the
|
|
|
|
former can be simulated when needed. But there may be existing filters
|
|
|
|
that need to be rewritten in light of the new behavior.
|
|
|
|
* Better consistency in simpleTable and table (jgm/pandoc#3648).
|
|
|
|
If `headers` is empty, we populate it with empty cells, using the rows
|
|
|
|
to determine number of columns. We also ensure that there are numcols
|
|
|
|
alignments and column widths.
|
|
|
|
* Make sure Div and Span occur in Arbitrary instances.
|
|
|
|
* Bump dependency upper bounds.
|
|
|
|
* Removed unused mapConst.
|
|
|
|
|
2018-05-14 17:20:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 19 20:51:53 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.17.0.5 revision 4.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.17.0.5 revision 3 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.17.0.5 revision 2 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.17.0.5 revision 1 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 12 14:17:22 UTC 2017 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.17.0.5 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 21 17:25:39 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.16.1.1 revision 0 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 10 17:27:24 UTC 2016 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update to version 1.16.1 revision 0 with cabal2obs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 11 08:45:43 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.16.1
|
|
|
|
* Export pandocTypesVersion from Text.Pandoc.Definition.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 23 09:29:37 UTC 2016 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.16.0.1
|
|
|
|
* Added Attr field to Image and Link.
|
|
|
|
* Added SoftBreak constructor to Inline
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 27 10:11:48 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.12.4.7
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 19 17:00:25 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- update to 1.12.4.5
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 8 06:39:22 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- update to 1.12.4.4
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 31 20:49:16 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- change license file to COPYING
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 31 19:58:12 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.12.4.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 23 19:10:59 UTC 2015 - mimi.vx@gmail.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- update to 1.12.4.2
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 27 13:59:32 UTC 2014 - sbahling@suse.com
|
|
|
|
|
|
|
|
- Correct package license
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 13 21:51:35 UTC 2014 - sbahling@suse.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- update to 1.12.3.2
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 31 16:30:30 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- update to 1.12.3
|
2018-07-18 16:41:16 +02:00
|
|
|
- needed for pandoc 1.12.2.1
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 29 16:37:52 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- merged d:l:haskell changes
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 21 17:14:45 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- merged defattr change from d:l:h
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- update to 1.12.1
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- new cabal-rpm spec file template
|
2018-07-18 16:41:16 +02:00
|
|
|
* macros not spanning multiple spec file sections
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 25 13:23:53 UTC 2013 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
|
|
|
- update to 1.10 from upstream
|
2018-07-18 16:41:16 +02:00
|
|
|
- part of pandoc 1.10 release
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 5 16:42:19 UTC 2012 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- cabal2spec 0.25.5 template for spec file
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 13 16:20:59 UTC 2012 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- rpmlint: filter debuginfo warning
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 14:55:45 UTC 2012 - peter.trommler@ohm-hochschule.de
|
|
|
|
|
2018-07-18 16:41:16 +02:00
|
|
|
- upgrade to 1.9.1 from upstream
|
2018-05-14 17:20:52 +02:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 18 15:35:11 UTC 2012 - herbert@graeber-clan.de
|
|
|
|
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
|