Hello community,
here is the log from the commit of package ghc-haddock-library for
openSUSE:Factory checked in at 2017-05-06 18:28:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haddock-library (Old)
and /work/SRC/openSUSE:Factory/.ghc-haddock-library.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haddock-library"
Sat May 6 18:28:36 2017 rev:5 rq:491470 version:1.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-haddock-library/ghc-haddock-library.changes
2016-10-19 13:04:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-haddock-library.new/ghc-haddock-library.changes
2017-05-06 18:28:36.464063774 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:32:16 UTC 2017 - [email protected]
+
+- Update to version 1.4.3 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
haddock-library-1.4.2.tar.gz
New:
----
haddock-library-1.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-haddock-library.spec ++++++
--- /var/tmp/diff_new_pack.ugi5vz/_old 2017-05-06 18:28:37.179962757 +0200
+++ /var/tmp/diff_new_pack.ugi5vz/_new 2017-05-06 18:28:37.183962194 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-haddock-library
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
%global pkg_name haddock-library
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 1.4.2
+Version: 1.4.3
Release: 0
Summary: Library exposing some functionality of Haddock
License: BSD-3-Clause
++++++ haddock-library-1.4.2.tar.gz -> haddock-library-1.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/haddock-library-1.4.2/haddock-library.cabal
new/haddock-library-1.4.3/haddock-library.cabal
--- old/haddock-library-1.4.2/haddock-library.cabal 2016-06-04
00:06:24.000000000 +0200
+++ new/haddock-library-1.4.3/haddock-library.cabal 2017-04-12
16:34:48.000000000 +0200
@@ -1,5 +1,5 @@
name: haddock-library
-version: 1.4.2
+version: 1.4.3
synopsis: Library exposing some functionality of Haddock.
description: Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
@@ -9,7 +9,7 @@
itself, see the ‘haddock’ package.
license: BSD3
license-file: LICENSE
-maintainer: Simon Hengel <[email protected]>, Mateusz Kowalczyk
<[email protected]>
+maintainer: Alex Biehl <[email protected]>, Simon Hengel
<[email protected]>, Mateusz Kowalczyk <[email protected]>
homepage: http://www.haskell.org/haddock/
bug-reports: https://github.com/haskell/haddock/issues
category: Documentation
@@ -21,10 +21,10 @@
default-language: Haskell2010
build-depends:
- base >= 4.5 && < 4.10
- , bytestring
- , transformers
- , deepseq
+ base >= 4.5 && < 4.11
+ , bytestring >= 0.9.2.1 && < 0.11
+ , transformers >= 0.3.0 && < 0.6
+ , deepseq >= 1.3 && < 1.5
hs-source-dirs: src, vendor/attoparsec-0.12.1.1
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2