Hello community,

here is the log from the commit of package ghc-lifted-base for openSUSE:Factory 
checked in at 2018-05-30 12:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-base (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-lifted-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-lifted-base"

Wed May 30 12:10:34 2018 rev:10 rq:607832 version:0.2.3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-base/ghc-lifted-base.changes  
2017-09-15 21:55:19.755628025 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lifted-base.new/ghc-lifted-base.changes     
2018-05-30 12:26:17.472363696 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update lifted-base to version 0.2.3.12.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  lifted-base-0.2.3.11.tar.gz

New:
----
  lifted-base-0.2.3.12.tar.gz

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

Other differences:
------------------
++++++ ghc-lifted-base.spec ++++++
--- /var/tmp/diff_new_pack.ZoBKoK/_old  2018-05-30 12:26:18.480329670 +0200
+++ /var/tmp/diff_new_pack.ZoBKoK/_new  2018-05-30 12:26:18.484329536 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-lifted-base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +19,7 @@
 %global pkg_name lifted-base
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.11
+Version:        0.2.3.12
 Release:        0
 Summary:        Lifted IO operations from the base library
 License:        BSD-3-Clause
@@ -78,7 +78,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc NEWS README.markdown

++++++ lifted-base-0.2.3.11.tar.gz -> lifted-base-0.2.3.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.11/lifted-base.cabal 
new/lifted-base-0.2.3.12/lifted-base.cabal
--- old/lifted-base-0.2.3.11/lifted-base.cabal  2017-05-27 16:31:00.000000000 
+0200
+++ new/lifted-base-0.2.3.12/lifted-base.cabal  2018-03-14 21:13:18.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:                lifted-base
-Version:             0.2.3.11
+Version:             0.2.3.12
 Synopsis:            lifted IO operations from the base library
 License:             BSD3
 License-file:        LICENSE
@@ -47,9 +47,9 @@
     Exposed-modules:
                    Control.Concurrent.SampleVar.Lifted
 
-  Build-depends: base                 >= 3     && < 5
-               , transformers-base    >= 0.4   && < 0.5
-               , monad-control        >= 0.3   && < 1.1
+  Build-depends: base              >= 3 && < 5
+               , transformers-base >= 0.4
+               , monad-control     >= 0.3
 
   Include-dirs: include
   Includes:     inlinable.h
@@ -64,14 +64,14 @@
   hs-source-dirs: test
 
   build-depends: lifted-base
-               , base                 >= 3       && < 5
-               , transformers         >= 0.3     && < 0.6
-               , transformers-base    >= 0.4.4   && < 0.5
-               , transformers-compat  >= 0.3     && < 0.6
-               , monad-control        >= 1.0.0.3 && < 1.1
-               , HUnit                >= 1.2.2   && < 1.5
-               , test-framework       >= 0.2.4   && < 0.9
-               , test-framework-hunit >= 0.2.4   && < 0.4
+               , base                 >= 3 && < 5
+               , transformers         >= 0.3
+               , transformers-base    >= 0.4.4
+               , transformers-compat  >= 0.3
+               , monad-control        >= 1.0.0.3
+               , HUnit                >= 1.2.2
+               , test-framework       >= 0.2.4
+               , test-framework-hunit >= 0.2.4
 
   Include-dirs: include
   Includes:     inlinable.h
@@ -88,8 +88,8 @@
   ghc-options:    -O2
 
   build-depends: lifted-base
-               , base          >= 3   && < 5
-               , transformers  >= 0.2 && < 0.6
-               , criterion     >= 1   && < 1.3
-               , monad-control >= 0.3 && < 1.1
-               , monad-peel    >= 0.1 && < 0.3
+               , base          >= 3 && < 5
+               , transformers  >= 0.2
+               , criterion     >= 1
+               , monad-control >= 0.3
+               , monad-peel    >= 0.1


Reply via email to