Hello community,
here is the log from the commit of package ghc-haddock-library for
openSUSE:Factory checked in at 2018-05-30 12:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haddock-library (Old)
and /work/SRC/openSUSE:Factory/.ghc-haddock-library.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haddock-library"
Wed May 30 12:08:19 2018 rev:7 rq:607806 version:1.5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-haddock-library/ghc-haddock-library.changes
2017-09-15 21:46:38.673059910 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-haddock-library.new/ghc-haddock-library.changes
2018-05-30 12:25:49.177311838 +0200
@@ -1,0 +2,12 @@
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- Update haddock-library to version 1.5.0.1.
+ * Support for parsing unicode operators (#458)
+ * Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc
+ * Support for grid tables
+ * added `DocTable` constructor to `DocH`
+ * added `Table`, `TableCell` and `TableRow` data types
+ * added `markupTable` to `DocMarkupH` data type
+ * Move markup related data types to haddock-library
+
+-------------------------------------------------------------------
Old:
----
haddock-library-1.4.3.tar.gz
New:
----
haddock-library-1.5.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-haddock-library.spec ++++++
--- /var/tmp/diff_new_pack.VNeDZA/_old 2018-05-30 12:25:50.049282825 +0200
+++ /var/tmp/diff_new_pack.VNeDZA/_new 2018-05-30 12:25:50.053282692 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-haddock-library
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
%global pkg_name haddock-library
+%global has_internal_sub_libraries 1
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.4.3
+Version: 1.5.0.1
Release: 0
Summary: Library exposing some functionality of Haddock
License: BSD-3-Clause
@@ -28,13 +29,18 @@
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
+BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-compat-devel
+BuildRequires: ghc-directory-devel
+BuildRequires: ghc-filepath-devel
BuildRequires: ghc-hspec-devel
+BuildRequires: ghc-optparse-applicative-devel
+BuildRequires: ghc-tree-diff-devel
%endif
%description
@@ -60,7 +66,7 @@
%setup -q -n %{pkg_name}-%{version}
%build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
%install
%ghc_lib_install
@@ -75,8 +81,10 @@
%ghc_pkg_recache
%files -f %{name}.files
-%doc LICENSE
+%license LICENSE
+%license vendor/attoparsec-0.13.1.0/LICENSE
%files devel -f %{name}-devel.files
+%doc CHANGES.md
%changelog
++++++ haddock-library-1.4.3.tar.gz -> haddock-library-1.5.0.1.tar.gz ++++++
++++ 5753 lines of diff (skipped)