Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hspec-discover for openSUSE:Factory 
checked in at 2021-11-17 01:13:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hspec-discover (Old)
 and      /work/SRC/openSUSE:Factory/.hspec-discover.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hspec-discover"

Wed Nov 17 01:13:21 2021 rev:20 rq:931602 version:2.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/hspec-discover/hspec-discover.changes    
2021-08-25 20:58:54.213106420 +0200
+++ /work/SRC/openSUSE:Factory/.hspec-discover.new.1890/hspec-discover.changes  
2021-11-17 01:13:59.482166183 +0100
@@ -1,0 +2,12 @@
+Mon Nov  8 16:37:28 UTC 2021 - psim...@suse.com
+
+- Update hspec-discover to version 2.8.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Sun Nov  7 14:52:52 UTC 2021 - psim...@suse.com
+
+- Update hspec-discover to version 2.8.4.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  hspec-discover-2.8.3.tar.gz

New:
----
  hspec-discover-2.8.4.tar.gz
  hspec-discover.cabal

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

Other differences:
------------------
++++++ hspec-discover.spec ++++++
--- /var/tmp/diff_new_pack.u3KWNX/_old  2021-11-17 01:13:59.962166362 +0100
+++ /var/tmp/diff_new_pack.u3KWNX/_new  2021-11-17 01:13:59.970166366 +0100
@@ -19,12 +19,13 @@
 %global pkg_name hspec-discover
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        2.8.3
+Version:        2.8.4
 Release:        0
 Summary:        Automatically discover and run Hspec tests
 License:        MIT
 URL:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-directory-devel
@@ -60,6 +61,7 @@
 
 %prep
 %autosetup
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ hspec-discover-2.8.3.tar.gz -> hspec-discover-2.8.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-discover-2.8.3/hspec-discover.cabal 
new/hspec-discover-2.8.4/hspec-discover.cabal
--- old/hspec-discover-2.8.3/hspec-discover.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/hspec-discover-2.8.4/hspec-discover.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:             hspec-discover
-version:          2.8.3
+version:          2.8.4
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2012-2021 Simon Hengel
@@ -31,7 +31,7 @@
 library
   hs-source-dirs:
       src
-  ghc-options: -Wall
+  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
   build-depends:
       base ==4.*
     , directory
@@ -46,7 +46,7 @@
   default-language: Haskell2010
 
 executable hspec-discover
-  ghc-options: -Wall
+  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
   hs-source-dirs:
       driver
   main-is: hspec-discover.hs
@@ -61,7 +61,7 @@
 
 test-suite spec
   type: exitcode-stdio-1.0
-  ghc-options: -Wall
+  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
   hs-source-dirs:
       test
   main-is: Spec.hs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-discover-2.8.3/version.yaml 
new/hspec-discover-2.8.4/version.yaml
--- old/hspec-discover-2.8.3/version.yaml       2001-09-09 03:46:40.000000000 
+0200
+++ new/hspec-discover-2.8.4/version.yaml       2001-09-09 03:46:40.000000000 
+0200
@@ -1 +1 @@
-&version 2.8.3
+&version 2.8.4

++++++ hspec-discover.cabal ++++++
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name:             hspec-discover
version:          2.8.4
x-revision: 1
license:          MIT
license-file:     LICENSE
copyright:        (c) 2012-2021 Simon Hengel
author:           Simon Hengel <s...@typeful.net>
maintainer:       Simon Hengel <s...@typeful.net>
build-type:       Simple
category:         Testing
stability:        experimental
bug-reports:      https://github.com/hspec/hspec/issues
homepage:         http://hspec.github.io/
synopsis:         Automatically discover and run Hspec tests
description:      Automatically discover and run Hspec tests
                  .
                  <http://hspec.github.io/hspec-discover.html>
extra-source-files:
    version.yaml

source-repository head
  type: git
  location: https://github.com/hspec/hspec
  subdir: hspec-discover

library
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  build-depends:
      base >=4.5.0.0 && <5
    , directory
    , filepath
  exposed: False
  exposed-modules:
      Test.Hspec.Discover.Config
      Test.Hspec.Discover.Run
      Test.Hspec.Discover.Sort
  other-modules:
      Paths_hspec_discover
  default-language: Haskell2010

executable hspec-discover
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  hs-source-dirs:
      driver
  main-is: hspec-discover.hs
  build-depends:
      base >=4.5.0.0 && <5
    , directory
    , filepath
    , hspec-discover
  other-modules:
      Paths_hspec_discover
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  ghc-options: -Wall -fno-warn-incomplete-uni-patterns
  hs-source-dirs:
      test
  main-is: Spec.hs
  other-modules:
      Helper
      Test.Hspec.Discover.ConfigSpec
      Test.Hspec.Discover.RunSpec
      Test.Hspec.Discover.SortSpec
      Paths_hspec_discover
  build-depends:
      QuickCheck >=2.7
    , base >=4.5.0.0 && <5
    , directory
    , filepath
    , hspec-discover
    , hspec-meta ==2.7.8
    , mockery
  build-tool-depends:
      hspec-meta:hspec-meta-discover
  default-language: Haskell2010

Reply via email to