commit ghc-HUnit-approx for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-HUnit-approx for 
openSUSE:Factory checked in at 2017-09-15 21:12:54

Comparing /work/SRC/openSUSE:Factory/ghc-HUnit-approx (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new (New)


Package is "ghc-HUnit-approx"

Fri Sep 15 21:12:54 2017 rev:3 rq:523953 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-HUnit-approx/ghc-HUnit-approx.changes
2017-06-22 10:36:32.782160723 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit-approx.new/ghc-HUnit-approx.changes   
2017-09-15 21:12:55.246093782 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-HUnit-approx.spec ++
--- /var/tmp/diff_new_pack.opvBEr/_old  2017-09-15 21:12:55.874005562 +0200
+++ /var/tmp/diff_new_pack.opvBEr/_new  2017-09-15 21:12:55.878005000 +0200
@@ -23,14 +23,13 @@
 Release:0
 Summary:Approximate equality for floating point numbers with HUnit
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package exports combinators useful in comparing floating-point numbers in
@@ -38,7 +37,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -67,11 +66,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGES.md README.md
 
 %changelog




commit ghc-HUnit-approx for openSUSE:Factory

2017-06-22 Thread root
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 - psim...@suse.com
+
+- 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 
maintainer: Richard Eisenberg 
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