Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tasty-rerun for openSUSE:Factory 
checked in at 2023-10-05 20:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty-rerun"

Thu Oct  5 20:04:08 2023 rev:11 rq:1115695 version:1.1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes  
2023-09-21 22:23:52.570667711 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.28202/ghc-tasty-rerun.changes   
    2023-10-05 20:05:13.723212106 +0200
@@ -1,0 +2,6 @@
+Wed Sep 27 20:41:51 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update tasty-rerun to version 1.1.19 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  tasty-rerun.cabal

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

Other differences:
------------------
++++++ ghc-tasty-rerun.spec ++++++
--- /var/tmp/diff_new_pack.Mcq9PX/_old  2023-10-05 20:05:14.843252569 +0200
+++ /var/tmp/diff_new_pack.Mcq9PX/_new  2023-10-05 20:05:14.843252569 +0200
@@ -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-base-devel
 BuildRequires:  ghc-base-prof
@@ -81,6 +82,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tasty-rerun.cabal ++++++
name:                tasty-rerun
version:             1.1.19
x-revision: 1
homepage:            http://github.com/ocharles/tasty-rerun
license:             BSD3
license-file:        LICENSE
author:              Oliver Charles
maintainer:          ol...@ocharles.org.uk
copyright:           Oliver Charles (c) 2014,
                     Andrew Lelechenko (c) 2019
category:            Testing
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:
  Changelog.md
  README.md

synopsis:
  Rerun only tests which failed in a previous test run

description:
  This ingredient
  for the <https://hackage.haskell.org/package/tasty tasty> testing framework
  allows filtering a test tree depending
  on the outcome of the previous run.
  This may be useful in many scenarios,
  especially when a test suite grows large.

tested-with:
  GHC==9.8.1, GHC==9.6.2, GHC==9.4.5, 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, GHC==7.10.3,
  GHC==7.8.4, GHC==7.6.3

source-repository head
  type: git
  location: https://github.com/ocharles/tasty-rerun

library
  exposed-modules:     Test.Tasty.Ingredients.Rerun
  build-depends:
    base >=4.6 && <4.19,
    containers >= 0.5.0.0 && < 0.8,
    mtl >= 2.1.2 && < 2.4,
    optparse-applicative >= 0.6 && < 0.19,
    split >= 0.1 && < 0.3,
    stm >= 2.4.2 && < 2.6,
    tagged >= 0.7 && <0.9,
    tasty >=1.2 && <1.6,
    transformers >= 0.3.0.0 && < 0.7
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall
  if impl(ghc >= 8.0)
    ghc-options:    -Wcompat

Reply via email to