Hello community,

here is the log from the commit of package ghc-state-plus for openSUSE:Factory 
checked in at 2017-06-04 01:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-state-plus (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-state-plus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-state-plus"

Sun Jun  4 01:55:24 2017 rev:2 rq:494192 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-state-plus/ghc-state-plus.changes    
2016-11-02 12:39:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-state-plus.new/ghc-state-plus.changes       
2017-06-04 01:55:24.909614837 +0200
@@ -1,0 +2,5 @@
+Mon Apr 24 12:26:24 UTC 2017 - [email protected]
+
+- Update to version 0.1.3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  state-plus-0.1.2.tar.gz

New:
----
  state-plus-0.1.3.tar.gz

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

Other differences:
------------------
++++++ ghc-state-plus.spec ++++++
--- /var/tmp/diff_new_pack.GqQpfb/_old  2017-06-04 01:55:25.369549858 +0200
+++ /var/tmp/diff_new_pack.GqQpfb/_new  2017-06-04 01:55:25.373549293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-state-plus
 #
-# 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,15 +19,14 @@
 %global pkg_name state-plus
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.2
+Version:        0.1.3
 Release:        0
 Summary:        MonadPlus for StateT
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +34,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-checkers-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Implements MonadPlus with left catch (MonadOr) for StateT.
@@ -54,20 +52,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

++++++ state-plus-0.1.2.tar.gz -> state-plus-0.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/state-plus-0.1.2/state-plus.cabal 
new/state-plus-0.1.3/state-plus.cabal
--- old/state-plus-0.1.2/state-plus.cabal       2016-01-19 19:06:13.000000000 
+0100
+++ new/state-plus-0.1.3/state-plus.cabal       2017-04-16 20:48:54.000000000 
+0200
@@ -1,8 +1,8 @@
 Name:                state-plus
-Version:             0.1.2
+Version:             0.1.3
 License:             BSD3
 License-File:        COPYING
-Copyright:           Boris Sukholitko, 2014
+Copyright:           Boris Sukholitko, 2017
 Author:              Boris Sukholitko
 Maintainer:          [email protected]
 Cabal-version:       >= 1.8
@@ -23,7 +23,7 @@
 
 test-suite Main
   type:            exitcode-stdio-1.0
-  build-depends:   base < 5, QuickCheck >= 2.7 && < 2.9, mtl, state-plus
+  build-depends:   base < 5, QuickCheck >= 2.7 && < 2.10, mtl, state-plus
                             , checkers >= 0.4.1 && < 0.5
   ghc-options:     -Wall
   hs-source-dirs:  tests


Reply via email to