Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-test-framework for 
openSUSE:Factory checked in at 2021-03-10 08:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-test-framework (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-test-framework.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-test-framework"

Wed Mar 10 08:55:41 2021 rev:3 rq:877677 version:0.8.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-test-framework/ghc-test-framework.changes    
2020-12-22 11:47:12.345898698 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-test-framework.new.2378/ghc-test-framework.changes
  2021-03-10 08:57:41.626916139 +0100
@@ -1,0 +2,6 @@
+Sat Feb 20 00:08:00 UTC 2021 - [email protected]
+
+- Update test-framework to version 0.8.2.0 revision 6.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-test-framework.spec ++++++
--- /var/tmp/diff_new_pack.ViXwzH/_old  2021-03-10 08:57:42.218916750 +0100
+++ /var/tmp/diff_new_pack.ViXwzH/_new  2021-03-10 08:57:42.222916754 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-test-framework
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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 @@
 License:        BSD-3-Clause
 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/5.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ansi-terminal-devel
 BuildRequires:  ghc-ansi-wl-pprint-devel
@@ -66,7 +66,6 @@
 %prep
 %autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
-cabal-tweak-dep-ver ansi-terminal '< 0.11' '< 1'
 
 %build
 %ghc_lib_build

++++++ test-framework.cabal ++++++
--- /var/tmp/diff_new_pack.ViXwzH/_old  2021-03-10 08:57:42.258916791 +0100
+++ /var/tmp/diff_new_pack.ViXwzH/_new  2021-03-10 08:57:42.258916791 +0100
@@ -1,7 +1,7 @@
 cabal-version:       >= 1.10
 Name:                test-framework
 Version:             0.8.2.0
-x-revision: 5
+x-revision: 6
 
 Build-Type:          Simple
 Category:            Testing
@@ -47,13 +47,13 @@
                                 Test.Framework.Utilities
 
         Build-Depends:          base           >= 4.3    && < 5
-                              , ansi-terminal  >= 0.4.0  && < 0.11
+                              , ansi-terminal  >= 0.4.0  && < 0.12
                               , ansi-wl-pprint >= 0.5.1  && < 0.7
-                              , random         >= 1.0    && < 1.2
+                              , random         >= 1.0    && < 1.3
                               , containers     >= 0.1    && < 0.7
                               , regex-posix    >= 0.72   && < 0.97
                               , old-locale     >= 1.0    && < 1.1
-                              , time           >= 1.1.2  && < 1.10
+                              , time           >= 1.1.2  && < 1.12
                               , xml            >= 1.3.5  && < 1.4
                               , hostname       >= 1.0    && < 1.1
 
@@ -91,7 +91,7 @@
 
         -- Buildable:              False
         Build-Depends:          HUnit          >= 1.2
-                              , QuickCheck     >= 2.3 && < 2.10
+                              , QuickCheck     >= 2.3 && < 2.15
                               , base           >= 4.3
                               , random         >= 1.0
                               , containers     >= 0.1

Reply via email to