Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-th-lift-instances for 
openSUSE:Factory checked in at 2022-02-11 23:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-th-lift-instances (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-th-lift-instances"

Fri Feb 11 23:09:47 2022 rev:15 rq:953544 version:0.1.19

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-th-lift-instances/ghc-th-lift-instances.changes  
    2020-12-22 11:47:34.709916725 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new.1956/ghc-th-lift-instances.changes
    2022-02-11 23:11:45.599353865 +0100
@@ -1,0 +2,6 @@
+Mon Dec 13 17:35:29 UTC 2021 - Peter Simons <psim...@suse.com>
+
+- Update th-lift-instances to version 0.1.19.
+  Upstream does not provide a change log file.
+
+-------------------------------------------------------------------

Old:
----
  th-lift-instances-0.1.18.tar.gz

New:
----
  th-lift-instances-0.1.19.tar.gz

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

Other differences:
------------------
++++++ ghc-th-lift-instances.spec ++++++
--- /var/tmp/diff_new_pack.GgCPTJ/_old  2022-02-11 23:11:45.995355010 +0100
+++ /var/tmp/diff_new_pack.GgCPTJ/_new  2022-02-11 23:11:45.999355023 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift-instances
 #
-# 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
@@ -19,7 +19,7 @@
 %global pkg_name th-lift-instances
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.18
+Version:        0.1.19
 Release:        0
 Summary:        Lift instances for template-haskell for common data types
 License:        BSD-3-Clause

++++++ th-lift-instances-0.1.18.tar.gz -> th-lift-instances-0.1.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-instances-0.1.18/src/Instances/TH/Lift.hs 
new/th-lift-instances-0.1.19/src/Instances/TH/Lift.hs
--- old/th-lift-instances-0.1.18/src/Instances/TH/Lift.hs       2001-09-09 
03:46:40.000000000 +0200
+++ new/th-lift-instances-0.1.19/src/Instances/TH/Lift.hs       2001-09-09 
03:46:40.000000000 +0200
@@ -111,6 +111,7 @@
 import qualified Data.Text.Lazy as Text.Lazy
 #endif
 
+#if !MIN_VERSION_bytestring(0,11,2)
 -- ByteString
 import qualified Data.ByteString as ByteString
 import qualified Data.ByteString.Unsafe as ByteString.Unsafe
@@ -119,6 +120,7 @@
 #if !MIN_VERSION_template_haskell(2, 8, 0)
 import qualified Data.ByteString.Char8 as ByteString.Char8
 #endif
+#endif
 
 -- Vector
 import qualified Data.Vector as Vector.Boxed
@@ -262,6 +264,7 @@
   LIFT_TYPED_DEFAULT
 #endif
 
+#if !MIN_VERSION_bytestring(0,11,2)
 
--------------------------------------------------------------------------------
 -- ByteString
 instance Lift ByteString.ByteString where
@@ -285,6 +288,7 @@
     where
       b = ByteString.Lazy.toChunks lb
   LIFT_TYPED_DEFAULT
+#endif
 
 
--------------------------------------------------------------------------------
 -- Vector
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-instances-0.1.18/th-lift-instances.cabal 
new/th-lift-instances-0.1.19/th-lift-instances.cabal
--- old/th-lift-instances-0.1.18/th-lift-instances.cabal        2001-09-09 
03:46:40.000000000 +0200
+++ new/th-lift-instances-0.1.19/th-lift-instances.cabal        2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name: th-lift-instances
-version: 0.1.18
+version: 0.1.19
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3

Reply via email to