Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-cabal-doctest for
openSUSE:Factory checked in at 2022-08-01 21:29:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cabal-doctest (Old)
and /work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cabal-doctest"
Mon Aug 1 21:29:37 2022 rev:16 rq:987024 version:1.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cabal-doctest/ghc-cabal-doctest.changes
2021-11-11 21:38:13.964967889 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new.1533/ghc-cabal-doctest.changes
2022-08-01 21:29:42.577537807 +0200
@@ -1,0 +2,6 @@
+Sat May 28 21:02:12 UTC 2022 - Peter Simons <[email protected]>
+
+- Update cabal-doctest to version 1.0.9 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
cabal-doctest.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cabal-doctest.spec ++++++
--- /var/tmp/diff_new_pack.Mh9gX7/_old 2022-08-01 21:29:43.089539275 +0200
+++ /var/tmp/diff_new_pack.Mh9gX7/_new 2022-08-01 21:29:43.101539310 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-cabal-doctest
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
License: BSD-3-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-directory-devel
BuildRequires: ghc-filepath-devel
@@ -47,6 +48,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ cabal-doctest.cabal ++++++
name: cabal-doctest
version: 1.0.9
x-revision: 1
synopsis: A Setup.hs helper for running doctests
description:
As of now (end of 2021), there isn't @cabal doctest@
command. Yet, to properly work, @doctest@ needs plenty of configuration.
This library provides the common bits for writing a custom @Setup.hs@.
homepage: https://github.com/haskellari/cabal-doctest
license: BSD3
license-file: LICENSE
author: Oleg Grenrus <[email protected]>
maintainer: Andreas Abel
copyright: (c) 2017 Oleg Grenrus
category: Distribution
build-type: Simple
cabal-version: >=1.10
extra-source-files:
ChangeLog.md
README.md
tested-with:
GHC == 9.4.1
GHC == 9.2.3
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.2
GHC == 7.2.2
GHC == 7.0.4
source-repository head
type: git
location: https://github.com/haskellari/cabal-doctest
library
exposed-modules: Distribution.Extra.Doctest
other-modules:
other-extensions:
build-depends:
base >=4.3 && <5
, Cabal >=1.10 && <3.8
, directory
, filepath
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
if !impl(ghc >=7.2)
-- Work around a pattern-match coverage checking bug in GHC 7.0
ghc-options: -fno-warn-overlapping-patterns