Hello community,
here is the log from the commit of package ghc-test-framework-hunit for
openSUSE:Factory checked in at 2016-11-10 13:26:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-test-framework-hunit (Old)
and /work/SRC/openSUSE:Factory/.ghc-test-framework-hunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-test-framework-hunit"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-test-framework-hunit/ghc-test-framework-hunit.changes
2016-11-02 12:43:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-test-framework-hunit.new/ghc-test-framework-hunit.changes
2016-11-10 13:26:46.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Oct 21 13:19:21 UTC 2016 - [email protected]
+
+- Update to version 0.3.0.2 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
+Sun Oct 9 15:27:53 UTC 2016 - [email protected]
+
+- Update to version 0.3.0.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
test-framework-hunit.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-test-framework-hunit.spec ++++++
--- /var/tmp/diff_new_pack.dv9RBJ/_old 2016-11-10 13:26:47.000000000 +0100
+++ /var/tmp/diff_new_pack.dv9RBJ/_new 2016-11-10 13:26:47.000000000 +0100
@@ -22,17 +22,16 @@
Release: 0
Summary: HUnit support for the test-framework package
License: BSD-3-Clause
-Group: System/Libraries
+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/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-extensible-exceptions-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-test-framework-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
HUnit support for the test-framework package.
@@ -51,16 +50,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ test-framework-hunit.cabal ++++++
Name: test-framework-hunit
Version: 0.3.0.2
x-revision: 2
Cabal-Version: >= 1.6
Category: Testing
Synopsis: HUnit support for the test-framework package.
License: BSD3
License-File: LICENSE
Author: Max Bolingbroke <[email protected]>
Maintainer: Haskell Libraries <[email protected]>
Homepage: https://batterseapower.github.io/test-framework/
Bug-Reports: https://github.com/haskell/test-framework/issues
Build-Type: Simple
Description: HUnit support for the test-framework package.
Flag Base4
Description: Choose base version 4
Default: True
Flag Base3
Description: Choose base version 3
Default: False
Library
Exposed-Modules: Test.Framework.Providers.HUnit
Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.6,
extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3)
Build-Depends: base >= 3 && < 4
else
if flag(base4)
Build-Depends: base >= 4 && < 5
Extensions: TypeOperators
MultiParamTypeClasses
Ghc-Options: -Wall
Source-Repository head
Type: git
Location: https://github.com/haskell/test-framework.git
subdir: hunit