Hello community,

here is the log from the commit of package ghc-haddock-library for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:39:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-haddock-library (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ghc-haddock-library.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-haddock-library"

Wed Feb 19 18:39:09 2020 rev:11 rq:771320 version:1.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/ghc-haddock-library/ghc-haddock-library.changes    
    2020-01-15 15:02:04.729799261 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ghc-haddock-library.new.26092/ghc-haddock-library.changes
     2020-02-19 18:39:09.738037404 +0100
@@ -1,0 +2,16 @@
+Mon Dec 23 17:45:40 UTC 2019 - [email protected]
+
+- Update haddock-library to version 1.8.0.
+  ## Changes in version 1.8.0
+
+   * Support inline markup in markdown-style links (#875)
+
+   * Remove now unused `Documentation.Haddock.Utf8` module.
+     This module was anyways copied from the `utf8-string` package.
+
+-------------------------------------------------------------------
+Fri Nov  8 16:13:49 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

Old:
----
  haddock-library-1.7.0.tar.gz

New:
----
  haddock-library-1.8.0.tar.gz
  haddock-library.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-haddock-library.spec ++++++
--- /var/tmp/diff_new_pack.t0YI38/_old  2020-02-19 18:39:10.102038166 +0100
+++ /var/tmp/diff_new_pack.t0YI38/_new  2020-02-19 18:39:10.106038175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-haddock-library
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,13 +19,13 @@
 %global pkg_name haddock-library
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.7.0
+Version:        1.8.0
 Release:        0
 Summary:        Library exposing some functionality of Haddock
-License:        BSD-3-Clause
-Group:          Development/Libraries/Haskell
+License:        BSD-2-Clause
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -37,19 +37,22 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-deepseq-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
 Haddock is a documentation-generation tool for Haskell libraries.
 These modules expose some functionality of it without pulling in the GHC
-dependency. Please note that the API is likely to change so specify upper
-bounds in your project. For interacting with Haddock itself, see the [haddock
-package](https://hackage.haskell.org/package/haddock).
+dependency. Please note that the API is likely to change so be sure to specify
+upper bounds in your projects. For interacting with Haddock itself, see the
+[haddock package](https://hackage.haskell.org/package/haddock).
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -61,6 +64,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ haddock-library-1.7.0.tar.gz -> haddock-library-1.8.0.tar.gz ++++++
++++ 1707 lines of diff (skipped)

++++++ haddock-library.cabal ++++++
cabal-version:        2.2
name:                 haddock-library
version:              1.8.0
x-revision: 1
synopsis:             Library exposing some functionality of Haddock.

description:          Haddock is a documentation-generation tool for Haskell
                      libraries. These modules expose some
                      functionality of it without pulling in the GHC
                      dependency. Please note that the API is likely
                      to change so be sure to specify upper bounds in
                      your projects. For interacting with Haddock
                      itself, see the [haddock 
package](https://hackage.haskell.org/package/haddock).

license:              BSD-2-Clause
license-files:        LICENSE
maintainer:           Alec Theriault <[email protected]>, 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
extra-source-files:
  CHANGES.md
  fixtures/examples/*.input
  fixtures/examples/*.parsed

common lib-defaults
  default-language: Haskell2010

  build-depends:
    , base          >= 4.7 && < 4.14
    , bytestring   ^>= 0.9.2.1 || ^>= 0.10.0.0
    , containers   ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
    , transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0
    , text         ^>= 1.2.3.0
    , parsec       ^>= 3.1.13.0

  ghc-options: -funbox-strict-fields -Wall -fwarn-tabs
  if impl(ghc >= 8.0)
    ghc-options: -Wcompat -Wnoncanonical-monad-instances

library
  import: lib-defaults

  hs-source-dirs:       src

  exposed-modules:
    Documentation.Haddock.Doc
    Documentation.Haddock.Markup
    Documentation.Haddock.Parser
    Documentation.Haddock.Types

  other-modules:
    Documentation.Haddock.Parser.Util
    Documentation.Haddock.Parser.Monad
    Documentation.Haddock.Parser.Identifier

test-suite spec
  import: lib-defaults
  type:             exitcode-stdio-1.0
  main-is:          Spec.hs
  hs-source-dirs:
      test
      src

  cpp-options:
      -DTEST

  other-modules:
      Documentation.Haddock.Doc
      Documentation.Haddock.Markup
      Documentation.Haddock.Parser
      Documentation.Haddock.Parser.Monad
      Documentation.Haddock.Parser.Util
      Documentation.Haddock.Parser.UtilSpec
      Documentation.Haddock.ParserSpec
      Documentation.Haddock.Types
      Documentation.Haddock.Parser.Identifier

  build-depends:
    , base-compat  ^>= 0.9.3 || ^>= 0.11.0
    , QuickCheck   ^>= 2.11  || ^>= 2.13.2
    , deepseq      ^>= 1.3.0.0 || ^>= 1.4.0.0

  -- NB: build-depends & build-tool-depends have independent
  --     install-plans, so it's best to limit to a single major
  --     version of `hspec` & `hspec-discover` to ensure
  --     intercompatibility
  build-depends:
    , hspec                          >= 2.4.4    && < 2.8

  build-tool-depends:
    , hspec-discover:hspec-discover  >= 2.4.4    && < 2.8

test-suite fixtures
  type:             exitcode-stdio-1.0
  default-language: Haskell2010
  main-is:          Fixtures.hs
  ghc-options:      -Wall
  hs-source-dirs:   fixtures
  build-depends:
      -- intra-package dependency
    , haddock-library
      -- constraints inherited via lib:haddock-library component
    , base

      -- extra dependencies
    , base-compat           ^>= 0.9.3 || ^>= 0.11.0
    , directory             ^>= 1.3.0.2
    , filepath              ^>= 1.4.1.2
    , optparse-applicative  ^>= 0.15
    , tree-diff             ^>= 0.1

source-repository head
  type:     git
  subdir:   haddock-library
  location: https://github.com/haskell/haddock.git

Reply via email to