Hello community,
here is the log from the commit of package ghc-test-framework-hunit for
openSUSE:Factory checked in at 2017-04-14 13:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Fri Apr 14 13:38:47 2017 rev:3 rq:485163 version:0.3.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-test-framework-hunit/ghc-test-framework-hunit.changes
2016-11-10 13:26:46.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-test-framework-hunit.new/ghc-test-framework-hunit.changes
2017-04-14 13:38:47.666289382 +0200
@@ -1,0 +2,5 @@
+Sun Mar 26 15:39:47 UTC 2017 - [email protected]
+
+- Update to version 0.3.0.2 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-test-framework-hunit.spec ++++++
--- /var/tmp/diff_new_pack.92rueS/_old 2017-04-14 13:38:48.334194987 +0200
+++ /var/tmp/diff_new_pack.92rueS/_new 2017-04-14 13:38:48.334194987 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-test-framework-hunit
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-extensible-exceptions-devel
++++++ test-framework-hunit.cabal ++++++
--- /var/tmp/diff_new_pack.92rueS/_old 2017-04-14 13:38:48.382188204 +0200
+++ /var/tmp/diff_new_pack.92rueS/_new 2017-04-14 13:38:48.382188204 +0200
@@ -1,6 +1,6 @@
Name: test-framework-hunit
Version: 0.3.0.2
-x-revision: 2
+x-revision: 3
Cabal-Version: >= 1.6
Category: Testing
Synopsis: HUnit support for the test-framework package.
@@ -25,7 +25,7 @@
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
+ Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && <
1.7, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3)
Build-Depends: base >= 3 && < 4
else