Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tasty-hedgehog for 
openSUSE:Factory checked in at 2022-02-11 23:09:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tasty-hedgehog (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tasty-hedgehog.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tasty-hedgehog"

Fri Feb 11 23:09:43 2022 rev:2 rq:953538 version:1.1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tasty-hedgehog/ghc-tasty-hedgehog.changes    
2021-05-05 20:40:49.422700953 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tasty-hedgehog.new.1956/ghc-tasty-hedgehog.changes
  2022-02-11 23:11:41.907343187 +0100
@@ -1,0 +2,6 @@
+Sun Jan 30 06:40:16 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update tasty-hedgehog to version 1.1.0.0 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  tasty-hedgehog.cabal

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

Other differences:
------------------
++++++ ghc-tasty-hedgehog.spec ++++++
--- /var/tmp/diff_new_pack.5p69g1/_old  2022-02-11 23:11:42.395344598 +0100
+++ /var/tmp/diff_new_pack.5p69g1/_new  2022-02-11 23:11:42.395344598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tasty-hedgehog
 #
-# 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
@@ -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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-hedgehog-devel
 BuildRequires:  ghc-rpm-macros
@@ -52,6 +53,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tasty-hedgehog.cabal ++++++
name:                tasty-hedgehog
version:             1.1.0.0
x-revision: 3
license:             BSD3
license-file:        LICENCE
author:              Dave Laing
maintainer:          dave.laing...@gmail.com
copyright:           Copyright (c) 2017, Commonwealth Scientific and Industrial 
Research Organisation (CSIRO) ABN 41 687 119 230.
description:         Integrates the 
<https://hackage.haskell.org/package/hedgehog hedgehog testing library> with 
the <https://hackage.haskell.org/package/tasty tasty testing framework>.
category:            Testing
synopsis:            Integration for tasty and hedgehog.
homepage:            https://github.com/qfpl/tasty-hedgehog
bug-reports:         https://github.com/qfpl/tasty-hedgehog/issues
build-type:          Simple
extra-source-files:  changelog.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, 
GHC == 8.8.3, GHC == 8.10.1

source-repository   head
  type:             git
  location:         g...@github.com:qfpl/tasty-hedgehog.git

library
  exposed-modules:     Test.Tasty.Hedgehog
  build-depends:       base >= 4.8 && <4.17
                     , tagged >= 0.8 && < 0.9
                     , tasty >= 0.11 && < 1.5
                     , hedgehog >= 1.0.2 && < 1.1.2
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010

test-suite tasty-hedgehog-tests
  type:                exitcode-stdio-1.0
  main-is:             Main.hs
  hs-source-dirs:      test
  build-depends:       base >= 4.8 && <4.17
                     , tasty >= 0.11 && < 1.5
                     , tasty-expected-failure >= 0.11 && < 0.13
                     , hedgehog >= 1.0.2 && < 1.1.2
                     , tasty-hedgehog
  ghc-options:         -Wall
  default-language:    Haskell2010

Reply via email to