Hello community, here is the log from the commit of package ghc-hspec for openSUSE:Leap:15.2 checked in at 2020-02-19 18:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ghc-hspec (Old) and /work/SRC/openSUSE:Leap:15.2/.ghc-hspec.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hspec" Wed Feb 19 18:39:23 2020 rev:11 rq:771335 version:2.7.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ghc-hspec/ghc-hspec.changes 2020-01-15 15:02:08.917801447 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ghc-hspec.new.26092/ghc-hspec.changes 2020-02-19 18:39:24.186057120 +0100 @@ -1,0 +2,14 @@ +Fri Nov 8 16:13:55 UTC 2019 - Peter Simons <[email protected]> + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Sat Mar 30 03:03:26 UTC 2019 - [email protected] + +- Update hspec to version 2.7.1. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/hspec-2.7.1/src/CHANGES.markdown + +------------------------------------------------------------------- Old: ---- hspec-2.7.0.tar.gz New: ---- hspec-2.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hspec.spec ++++++ --- /var/tmp/diff_new_pack.hZh2k5/_old 2020-02-19 18:39:24.538057553 +0100 +++ /var/tmp/diff_new_pack.hZh2k5/_new 2020-02-19 18:39:24.542057558 +0100 @@ -18,11 +18,10 @@ %global pkg_name hspec Name: ghc-%{pkg_name} -Version: 2.7.0 +Version: 2.7.1 Release: 0 Summary: A Testing Framework for Haskell License: MIT -Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -48,7 +47,6 @@ %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} ++++++ hspec-2.7.0.tar.gz -> hspec-2.7.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.7.0/CHANGES.markdown new/hspec-2.7.1/CHANGES.markdown --- old/hspec-2.7.0/CHANGES.markdown 2019-01-17 15:25:10.000000000 +0100 +++ new/hspec-2.7.1/CHANGES.markdown 2019-03-29 13:56:53.000000000 +0100 @@ -1,26 +1,29 @@ +## Changes in 2.7.1 + - Add compatibility with QuickCheck 2.13.1 (see #410) + ## Changes in 2.7.0 - - Add `--focused-only` (see #390) - - Add `--fail-on-focused` (see #389) + - Add `--focused-only` (see #390) + - Add `--fail-on-focused` (see #389) ## Changes in 2.6.1 - - Add `Test.Hspec.Runner.runSpec` (see #216) + - Add `Test.Hspec.Runner.runSpec` (see #216) ## Changes in 2.6.0 - - Allow to focus individual spec items (see #319) - - Do not calculate diff on `--no-diff` (see #332) - - Remove deprecated module Test.Hspec.Core + - Allow to focus individual spec items (see #319) + - Do not calculate diff on `--no-diff` (see #332) + - Remove deprecated module Test.Hspec.Core ## Changes in 2.5.9 - - Extract source locations from RecConError (see #375) + - Extract source locations from RecConError (see #375) ## Changes in 2.5.8 - - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see #380) + - Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see #380) ## Changes in 2.5.7 - - GHC 8.6.1 related changes + - GHC 8.6.1 related changes ## Changes in 2.5.6 - - Compatibility with `QuickCheck-2.12` + - Compatibility with `QuickCheck-2.12` ## Changes in 2.5.5 - Use `module[line:column]` instead of `module:line:column` as default label diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.7.0/hspec.cabal new/hspec-2.7.1/hspec.cabal --- old/hspec-2.7.0/hspec.cabal 2019-01-17 15:25:10.000000000 +0100 +++ new/hspec-2.7.1/hspec.cabal 2019-03-29 13:56:53.000000000 +0100 @@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: cbd5b42655073f0e10b2e4d6e6beb478338ec6e50bbd4991aa2e85f121ea9142 +-- hash: 82bc339ad7726a9fc53ee3731cd9e47f997a9d73e6297de54342d95744b1eaaa name: hspec -version: 2.7.0 +version: 2.7.1 license: MIT license-file: LICENSE copyright: (c) 2011-2019 Simon Hengel, @@ -46,8 +46,8 @@ build-depends: QuickCheck >=2.12 , base ==4.* - , hspec-core ==2.7.0 - , hspec-discover ==2.7.0 + , hspec-core ==2.7.1 + , hspec-discover ==2.7.1 , hspec-expectations ==0.8.2.* exposed-modules: Test.Hspec
