Hello community,

here is the log from the commit of package ghc-hspec-contrib for 
openSUSE:Factory checked in at 2017-08-31 20:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec-contrib (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec-contrib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec-contrib"

Thu Aug 31 20:47:43 2017 rev:3 rq:513390 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec-contrib/ghc-hspec-contrib.changes      
2017-03-24 02:14:57.472916116 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec-contrib.new/ghc-hspec-contrib.changes 
2017-08-31 20:47:44.416916525 +0200
@@ -1,0 +2,5 @@
+Sat Jul 22 03:02:03 UTC 2017 - [email protected]
+
+- Update to version 0.4.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  hspec-contrib.cabal

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

Other differences:
------------------
++++++ ghc-hspec-contrib.spec ++++++
--- /var/tmp/diff_new_pack.jJYBMr/_old  2017-08-31 20:47:45.312790775 +0200
+++ /var/tmp/diff_new_pack.jJYBMr/_new  2017-08-31 20:47:45.336787407 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Languages/Other
 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-HUnit-devel
 BuildRequires:  ghc-hspec-core-devel
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ hspec-contrib.cabal ++++++
name:             hspec-contrib
version:          0.4.0
x-revision: 1
license:          MIT
license-file:     LICENSE
copyright:        (c) 2011-2017 Simon Hengel,
                  (c) 2014 Junji Hashimoto

maintainer:       Simon Hengel <[email protected]>
build-type:       Simple
cabal-version:    >= 1.10
category:         Testing
stability:        experimental
bug-reports:      https://github.com/hspec/hspec/issues
homepage:         http://hspec.github.io/
synopsis:         Contributed functionality for Hspec
description:      Contributed functionality for Hspec

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

library
  ghc-options:
      -Wall
  hs-source-dirs:
      src
  build-depends:
      base == 4.*
    , hspec-core >= 2.4.0
    , HUnit
  exposed-modules:
      Test.Hspec.Contrib.Retry
      Test.Hspec.Contrib.HUnit
  other-modules:
  default-language: Haskell2010

test-suite spec
  type:
      exitcode-stdio-1.0
  hs-source-dirs:
      test
  main-is:
      Spec.hs
  other-modules:
      Helper
      Test.Hspec.Contrib.RetrySpec
      Test.Hspec.Contrib.HUnitSpec
  ghc-options:
      -Wall
  build-depends:
      base == 4.*
    , hspec-core
    , HUnit

    , hspec-contrib
    , hspec
    , QuickCheck
  default-language: Haskell2010

Reply via email to