forked from pool/ghc-pandoc-types
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-pandoc-types revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=95
This commit is contained in:
parent
47fb38ac1a
commit
03e9b29667
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:45:38 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 09:15:18 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update pandoc-types to version 1.21.
|
||||
[1.21]
|
||||
|
||||
* Add Underline constructor (#68, Vaibhav Sagar).
|
||||
|
||||
* Improve table types to allow col, rowspans and more (#65, Christian
|
||||
Despres). The additions include modification of the Block type, some
|
||||
newtypes related to tables, and changes to the table builders. The table
|
||||
builder is now aware of the new Table constructor, and normalizes the
|
||||
input table appropriately, so that when laid onto a grid the resulting
|
||||
table has no empty spaces, overlapping cells, or cells that extend beyond
|
||||
their section boundary.
|
||||
|
||||
Three properties of normalization are checked:
|
||||
|
||||
- Normalization is idempotent.
|
||||
- Each row of a normalized table is an initial segment of the
|
||||
corresponding row in the unnormalized table, modulo changed cell
|
||||
dimensions, dropped cells, and padding with empty cells. This is only
|
||||
checked for the first row of the TableBody, however, due to row head
|
||||
difficulties.
|
||||
- The sum of the cell lengths in the first row of every
|
||||
normalized table section is always equal to the total table width.
|
||||
|
||||
`simpleTable` has been changed so that a null header list becomes a
|
||||
TableHead with a null body, not a TableHead with a single empty row.
|
||||
|
||||
* Bump QuickCheck upper bound.
|
||||
|
||||
* Change lower bound for QuickCheck to 2.10 (needed for `liftShrink2`).
|
||||
|
||||
* Small code quality improvements (Joseph C. Sible, #69).
|
||||
|
||||
* Allow aeson 1.5 (#72, Felix Yan).
|
||||
|
||||
* Fixed documentation typo (Merlin Göttlinger).
|
||||
|
||||
* Add COMPLETE pragmas to the pattern definitions (Christian Despres).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:14:26 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 07:48:19 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop obsolete %setup hack to work around a missing Setup.hs file.
|
||||
New ghc-rpm-macros do this automatically.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 03:02:28 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc-types
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name pandoc-types
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.20
|
||||
Version: 1.21
|
||||
Release: 0
|
||||
Summary: Types for representing a structured document
|
||||
License: GPL-2.0-only
|
||||
@ -73,7 +73,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aac716bcf493e0cd53428fa8cd892fdd7af3a6184145c25543bf6fe8b94fe873
|
||||
size 29505
|
3
pandoc-types-1.21.tar.gz
Normal file
3
pandoc-types-1.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6a72311b94baf2f5d758c98dcf2e4cb5c76fc463b220a7310bf02821046bf1
|
||||
size 35626
|
Loading…
x
Reference in New Issue
Block a user