Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-th-lift for openSUSE:Factory 
checked in at 2021-05-05 20:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-th-lift (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-th-lift.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-th-lift"

Wed May  5 20:40:33 2021 rev:15 rq:890702 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-lift/ghc-th-lift.changes  2020-12-22 
11:47:32.833915212 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-th-lift.new.2988/ghc-th-lift.changes        
2021-05-05 20:40:58.062662910 +0200
@@ -1,0 +2,6 @@
+Fri Apr 30 08:29:33 UTC 2021 - psim...@suse.com
+
+- Update th-lift to version 0.8.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  th-lift.cabal

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

Other differences:
------------------
++++++ ghc-th-lift.spec ++++++
--- /var/tmp/diff_new_pack.5trvjr/_old  2021-05-05 20:40:58.598660549 +0200
+++ /var/tmp/diff_new_pack.5trvjr/_new  2021-05-05 20:40:58.606660514 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift
 #
-# 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
@@ -25,6 +25,7 @@
 License:        (BSD-3-Clause OR GPL-2.0-only)
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
@@ -61,6 +62,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ th-lift.cabal ++++++
Name:               th-lift
Version:            0.8.2
x-revision: 1
Cabal-Version:      1.12
License:            BSD3
License-Files:      COPYING, BSD3, GPL-2
Copyright:          ?? 2006 Ian Lynagh, ?? 2010-2019 Mathieu Boespflug, ?? 2019 
Ryan Scott
Author:             Ian Lynagh
Maintainer:         Ryan Scott <ryan.gl.sc...@gmail.com>
Homepage:           http://github.com/RyanGlScott/th-lift
Synopsis:           Derive Template Haskell's Lift class for datatypes.
Description:
  Derive Template Haskell's @Lift@ class for datatypes using @TemplateHaskell@.
  The functionality in this package has largely been subsumed by the
  @DeriveLift@ language extension, which is available in GHC 8.0 and later
  versions. This package can still be useful as a uniform way to derive
  @Lift@ instances that is backwards-compatible with older GHCs.
  .
  The following libraries are related:
  .
  * The <https://hackage.haskell.org/package/th-orphans th-orphans> package
    provides instances for @template-haskell@ syntax types.
  .
  * The <http://hackage.haskell.org/package/th-lift-instances th-lift-instances>
    package provides @Lift@ instances for types in @base@, @text@,
    @bytestring@, @vector@, etc. Some of these instances are only provided for
    old versions of their respective libraries, as the same @Lift@ instances
    are also present upstream on newer versions.
Category:           Language
Tested-With:        GHC==7.0.4, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, 
GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, 
GHC==8.10.1
build-type:         Simple
Extra-source-files: CHANGELOG.md

source-repository head
  type:     git
  location: https://github.com/RyanGlScott/th-lift

Library
  Default-Language: Haskell2010
  Exposed-modules:  Language.Haskell.TH.Lift
                    Language.Haskell.TH.Lift.Internal
  Other-Extensions: CPP,  MagicHash, TypeSynonymInstances, FlexibleInstances
  if impl(ghc >= 8.0)
    Other-Extensions: TemplateHaskellQuotes
  else
    Other-Extensions: TemplateHaskell
  Hs-Source-Dirs:   src
  Build-Depends:    base              >= 4.3  && < 5,
                    ghc-prim,
                    th-abstraction   >= 0.2.3 && < 0.5,
                    template-haskell >= 2.5   && < 2.19
  ghc-options:      -Wall

Test-Suite test
  Default-Language: Haskell2010
  Type:             exitcode-stdio-1.0
  Main-Is:          Test.hs
  Hs-Source-Dirs:   t
  other-modules:    Foo
  ghc-options:      -Wall
  Build-Depends:    base,
                    ghc-prim,
                    th-lift,
                    template-haskell

Reply via email to