Hello community,

here is the log from the commit of package ghc-HUnit-approx for 
openSUSE:Factory checked in at 2017-06-22 10:36:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HUnit-approx (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-HUnit-approx"

Thu Jun 22 10:36:28 2017 rev:2 rq:504053 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HUnit-approx/ghc-HUnit-approx.changes        
2017-04-12 18:04:40.095929797 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new/ghc-HUnit-approx.changes   
2017-06-22 10:36:32.782160723 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 11:05:44 UTC 2017 - [email protected]
+
+- Update to version 1.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  HUnit-approx.cabal

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

Other differences:
------------------
++++++ ghc-HUnit-approx.spec ++++++
--- /var/tmp/diff_new_pack.VQMFY8/_old  2017-06-22 10:36:33.606044580 +0200
+++ /var/tmp/diff_new_pack.VQMFY8/_new  2017-06-22 10:36:33.606044580 +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-rpm-macros
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ HUnit-approx.cabal ++++++
name:           HUnit-approx
version:        1.1
x-revision: 1
cabal-version:  >= 1.10
synopsis:       Approximate equality for floating point numbers with HUnit
homepage:       https://github.com/goldfirere/HUnit-approx
category:       Testing
author:         Richard Eisenberg <[email protected]>
maintainer:     Richard Eisenberg <[email protected]>
bug-reports:    https://github.com/goldfirere/HUnit-approx/issues
stability:      intended to be stable
extra-source-files: README.md, CHANGES.md
license:        BSD3
license-file:   LICENSE
build-type:     Simple
description:
    This package exports combinators useful in comparing floating-point numbers
    in HUnit tests, by using approximate equality.

source-repository this
  type:     git
  location: https://github.com/goldfirere/HUnit-approx.git
  tag:      v1.1

library
  build-depends:      
      base == 4.*
    , HUnit >= 1.2
  exposed-modules:    Test.HUnit.Approx
  default-language:   Haskell2010

test-suite sanity-check
  type:               exitcode-stdio-1.0
  ghc-options:        -Wall -main-is Tests.Main
  default-language:   Haskell2010
  main-is:            Tests/Main.hs

  build-depends:
      base == 4.*
    , HUnit >= 1.2
    , HUnit-approx
      

Reply via email to