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 2026-06-10 15:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cabal-doctest (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cabal-doctest"

Wed Jun 10 15:58:08 2026 rev:22 rq:1358337 version:1.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cabal-doctest/ghc-cabal-doctest.changes      
2025-12-05 16:56:11.315260993 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-cabal-doctest.new.2375/ghc-cabal-doctest.changes
    2026-06-10 15:58:44.354607049 +0200
@@ -1,0 +2,6 @@
+Tue Jan  6 12:33:29 UTC 2026 - Peter Simons <[email protected]>
+
+- Update cabal-doctest to version 1.0.12 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.AOceuI/_old  2026-06-10 15:58:45.310646666 +0200
+++ /var/tmp/diff_new_pack.AOceuI/_new  2026-06-10 15:58:45.310646666 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-cabal-doctest
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,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-Cabal-prof
 BuildRequires:  ghc-base-devel
@@ -69,6 +70,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.12
x-revision: 1
synopsis:           A Setup.hs helper for running doctests
description:
  As of now (end of 2024), 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/ulidtko/cabal-doctest
license:            BSD3
license-file:       LICENSE
author:             Oleg Grenrus <[email protected]>
maintainer:         Max Ulidtko <[email protected]>
copyright:          (c) 2017-2020 Oleg Grenrus, 2020- package maintainers
category:           Distribution
build-type:         Simple
cabal-version:      >=1.10
extra-source-files:
  changelog.md
  README.md

tested-with:
  GHC == 9.14.1
  GHC == 9.12.2
  GHC == 9.10.3
  GHC == 9.8.4
  GHC == 9.6.7
  GHC == 9.4.8
  GHC == 9.2.8
  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
  -- 2023-10-14: Dropped CI support for GHC 7.x

source-repository head
  type:     git
  location: https://github.com/ulidtko/cabal-doctest

library
  exposed-modules:  Distribution.Extra.Doctest
  other-modules:
  other-extensions:
  build-depends:
    -- NOTE: contrary to PVP, some upper-bounds are intentionally set to 
major-major.
    -- This is to increase signal-to-noise ratio of CI failures. "Too tight 
bounds"
    -- is an extremely boring (and practically guaranteed, repeatedly) failure 
mode.
    -- OTOH, genuine build failures due to breaking changes in dependencies are:
    --  1) unlikely to occur, as this package is so small, moreso regularly;
    --  2) best caught in CI pipelines that don't induce alert fatigue.
    -- In any case, revisions may set tighter bounds afterwards, if exceptional
    -- circumstances would warrant that.
      base       >=4.9  && <5
    , Cabal      >=1.24 && <3.18
    , directory  >=1.3  && <2
    , filepath   >=1.4  && <2

  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall

Reply via email to