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 2021-01-20 18:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-rerun (Old)
and /work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tasty-rerun"
Wed Jan 20 18:24:46 2021 rev:6 rq:862331 version:1.1.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-rerun/ghc-tasty-rerun.changes
2020-12-22 11:47:04.641892489 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-tasty-rerun.new.28504/ghc-tasty-rerun.changes
2021-01-20 18:25:23.107401359 +0100
@@ -1,0 +2,6 @@
+Mon Jan 4 11:47:41 UTC 2021 - [email protected]
+
+- Update tasty-rerun to version 1.1.18 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.cytwCp/_old 2021-01-20 18:25:24.787402958 +0100
+++ /var/tmp/diff_new_pack.cytwCp/_new 2021-01-20 18:25:24.791402962 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-tasty-rerun
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-containers-devel
BuildRequires: ghc-mtl-devel
@@ -54,6 +55,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.18
x-revision: 1
homepage: http://github.com/ocharles/tasty-rerun
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: [email protected]
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==8.10.2, 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
library
exposed-modules: Test.Tasty.Ingredients.Rerun
build-depends:
base >=4.6 && <4.16,
containers >= 0.5.0.0,
mtl >= 2.1.2,
optparse-applicative >= 0.6,
split >= 0.1 && < 0.3,
stm >= 2.4.2,
tagged >= 0.7 && <0.9,
tasty >=1.2 && <1.5,
transformers >= 0.3.0.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall