Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-generic-lens-core for
openSUSE:Factory checked in at 2022-02-11 23:08:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-lens-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-generic-lens-core.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-generic-lens-core"
Fri Feb 11 23:08:57 2022 rev:6 rq:953462 version:2.2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-generic-lens-core/ghc-generic-lens-core.changes
2021-08-25 20:57:43.541199200 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-generic-lens-core.new.1956/ghc-generic-lens-core.changes
2022-02-11 23:10:49.463191504 +0100
@@ -1,0 +2,7 @@
+Sat Jan 22 22:52:56 UTC 2022 - Peter Simons <[email protected]>
+
+- Update generic-lens-core to version 2.2.1.0.
+ ## generic-lens-core-2.2.1.0 (2022-01-22)
+ - GHC 9.2 compatibility
+
+-------------------------------------------------------------------
Old:
----
generic-lens-core-2.2.0.0.tar.gz
New:
----
generic-lens-core-2.2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-generic-lens-core.spec ++++++
--- /var/tmp/diff_new_pack.lcPTDZ/_old 2022-02-11 23:10:49.895192753 +0100
+++ /var/tmp/diff_new_pack.lcPTDZ/_new 2022-02-11 23:10:49.899192765 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-generic-lens-core
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global pkg_name generic-lens-core
Name: ghc-%{pkg_name}
-Version: 2.2.0.0
+Version: 2.2.1.0
Release: 0
Summary: Generically derive traversals, lenses and prisms
License: BSD-3-Clause
++++++ generic-lens-core-2.2.0.0.tar.gz -> generic-lens-core-2.2.1.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/generic-lens-core-2.2.0.0/ChangeLog.md
new/generic-lens-core-2.2.1.0/ChangeLog.md
--- old/generic-lens-core-2.2.0.0/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
+++ new/generic-lens-core-2.2.1.0/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,6 @@
+## generic-lens-core-2.2.1.0 (2022-01-22)
+- GHC 9.2 compatibility
+
## generic-lens-core-2.2.0.0 (2021-07-13)
- GHC 9.0 compatibility
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/generic-lens-core-2.2.0.0/generic-lens-core.cabal
new/generic-lens-core-2.2.1.0/generic-lens-core.cabal
--- old/generic-lens-core-2.2.0.0/generic-lens-core.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/generic-lens-core-2.2.1.0/generic-lens-core.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: generic-lens-core
-version: 2.2.0.0
+version: 2.2.1.0
synopsis: Generically derive traversals, lenses and prisms.
description: This library uses GHC.Generics to derive efficient
optics (traversals, lenses and prisms) for algebraic data types in a
type-directed way, with a focus on good type inference and error messages when
possible.
.
@@ -17,7 +17,7 @@
category: Generics, Records, Lens
build-type: Simple
cabal-version: >= 1.10
-Tested-With: GHC == 8.4.1, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4,
GHC == 8.10.3
+Tested-With: GHC == 8.4.1, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4,
GHC == 8.10.3, GHC == 9.0.1, GHC == 9.2.1
extra-source-files: ChangeLog.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.2.0.0/src/Data/Generics/Product/Internal/HList.hs
new/generic-lens-core-2.2.1.0/src/Data/Generics/Product/Internal/HList.hs
--- old/generic-lens-core-2.2.0.0/src/Data/Generics/Product/Internal/HList.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/generic-lens-core-2.2.1.0/src/Data/Generics/Product/Internal/HList.hs
2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,6 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE ConstraintKinds #-}
+{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE GADTs #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/generic-lens-core-2.2.0.0/src/Data/Generics/Product/Internal/Types.hs
new/generic-lens-core-2.2.1.0/src/Data/Generics/Product/Internal/Types.hs
--- old/generic-lens-core-2.2.0.0/src/Data/Generics/Product/Internal/Types.hs
2001-09-09 03:46:40.000000000 +0200
+++ new/generic-lens-core-2.2.1.0/src/Data/Generics/Product/Internal/Types.hs
2001-09-09 03:46:40.000000000 +0200
@@ -3,6 +3,7 @@
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DefaultSignatures #-}
+{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}