Hello community,

here is the log from the commit of package ghc-threads for openSUSE:Factory 
checked in at 2017-08-31 21:00:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-threads (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-threads.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-threads"

Thu Aug 31 21:00:42 2017 rev:2 rq:513519 version:0.5.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-threads/ghc-threads.changes  2017-01-18 
21:33:44.964958009 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-threads.new/ghc-threads.changes     
2017-08-31 21:00:43.831444750 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:03 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.1.5.
+
+-------------------------------------------------------------------

Old:
----
  threads-0.5.1.4.tar.gz

New:
----
  threads-0.5.1.5.tar.gz

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

Other differences:
------------------
++++++ ghc-threads.spec ++++++
--- /var/tmp/diff_new_pack.GGDbI7/_old  2017-08-31 21:00:45.391225597 +0200
+++ /var/tmp/diff_new_pack.GGDbI7/_new  2017-08-31 21:00:45.407223350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-threads
 #
-# 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
@@ -19,16 +19,15 @@
 %global pkg_name threads
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.5.1.4
+Version:        0.5.1.5
 Release:        0
 Summary:        Fork threads and wait for their result
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-stm-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
@@ -37,7 +36,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides functions to fork threads and wait for their result,
@@ -73,20 +71,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ threads-0.5.1.4.tar.gz -> threads-0.5.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threads-0.5.1.4/threads.cabal 
new/threads-0.5.1.5/threads.cabal
--- old/threads-0.5.1.4/threads.cabal   2016-06-10 11:43:17.000000000 +0200
+++ new/threads-0.5.1.5/threads.cabal   2017-07-25 00:27:00.000000000 +0200
@@ -1,5 +1,5 @@
 name:          threads
-version:       0.5.1.4
+version:       0.5.1.5
 cabal-version: >= 1.9.2
 build-type:    Custom
 stability:     experimental
@@ -50,10 +50,13 @@
   Type: git
   Location: git://github.com/basvandijk/threads.git
 
+custom-setup
+    setup-depends: base >= 4.4 && < 4.11, Cabal >= 1.12 && < 2.1
+
 -------------------------------------------------------------------------------
 
 library
-  build-depends: base                 >= 4.4   && < 4.10
+  build-depends: base                 >= 4.4   && < 4.11
                , stm                  >= 2.1   && < 2.5
   exposed-modules: Control.Concurrent.Thread
                  , Control.Concurrent.Thread.Group
@@ -69,9 +72,9 @@
   ghc-options:    -Wall -threaded
 
   build-depends: threads
-               , base                 >= 4.4   && < 4.10
+               , base                 >= 4.4   && < 4.11
                , stm                  >= 2.1   && < 2.5
                , concurrent-extra     >= 0.5.1 && < 0.8
-               , HUnit                >= 1.2.2 && < 1.4
+               , HUnit                >= 1.2.2 && < 1.7
                , test-framework       >= 0.2.4 && < 0.9
                , test-framework-hunit >= 0.2.4 && < 0.4


Reply via email to