Hello community,

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

Package is "ghc-th-lift"

Wed May 30 12:14:37 2018 rev:4 rq:607903 version:0.7.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-lift/ghc-th-lift.changes  2017-09-15 
22:18:46.781386153 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-lift.new/ghc-th-lift.changes     
2018-05-30 12:27:34.125730428 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update th-lift to version 0.7.8.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  th-lift-0.7.7.tar.gz

New:
----
  th-lift-0.7.8.tar.gz

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

Other differences:
------------------
++++++ ghc-th-lift.spec ++++++
--- /var/tmp/diff_new_pack.tYz669/_old  2018-05-30 12:27:34.861704717 +0200
+++ /var/tmp/diff_new_pack.tYz669/_new  2018-05-30 12:27:34.869704438 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift
 #
-# 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,10 +19,10 @@
 %global pkg_name th-lift
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.7.7
+Version:        0.7.8
 Release:        0
 Summary:        Derive Template Haskell's Lift class for datatypes
-License:        BSD-3-Clause OR GPL-2.0
+License:        (BSD-3-Clause OR GPL-2.0-only)
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
@@ -63,9 +63,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc COPYING
-%doc BSD3
-%doc GPL-2
+%license COPYING
+%license BSD3
+%license GPL-2
 
 %files devel -f %{name}-devel.files
 %doc Changelog

++++++ th-lift-0.7.7.tar.gz -> th-lift-0.7.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.7.7/th-lift.cabal 
new/th-lift-0.7.8/th-lift.cabal
--- old/th-lift-0.7.7/th-lift.cabal     2017-04-19 21:20:13.000000000 +0200
+++ new/th-lift-0.7.8/th-lift.cabal     2018-02-01 21:45:51.000000000 +0100
@@ -1,5 +1,5 @@
 Name:               th-lift
-Version:            0.7.7
+Version:            0.7.8
 Cabal-Version:      >= 1.8
 License:            BSD3
 License-Files:      COPYING, BSD3, GPL-2
@@ -31,7 +31,7 @@
     Build-Depends: packedstring == 0.1.*,
                    template-haskell >= 2.2 && < 2.4
   else
-    Build-Depends: template-haskell >= 2.4 && < 2.13
+    Build-Depends: template-haskell >= 2.4 && < 2.14
 
 Test-Suite test
   Type:             exitcode-stdio-1.0
@@ -46,4 +46,4 @@
     Build-Depends: packedstring == 0.1.*,
                    template-haskell >= 2.2 && < 2.4
   else
-    Build-Depends: template-haskell >= 2.4 && < 2.13
+    Build-Depends: template-haskell >= 2.4 && < 2.14


Reply via email to