Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-microlens-ghc for 
openSUSE:Factory checked in at 2021-11-11 21:36:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-ghc"

Thu Nov 11 21:36:39 2021 rev:5 rq:930341 version:0.4.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-ghc/ghc-microlens-ghc.changes      
2020-12-22 11:42:39.357678658 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.1890/ghc-microlens-ghc.changes
    2021-11-11 21:36:57.536912148 +0100
@@ -1,0 +2,8 @@
+Mon Nov  1 09:49:10 UTC 2021 - [email protected]
+
+- Update microlens-ghc to version 0.4.13.1.
+  # 0.4.13.1
+
+  * New patch release (GHC 9.2.1).
+
+-------------------------------------------------------------------

Old:
----
  microlens-ghc-0.4.13.tar.gz

New:
----
  microlens-ghc-0.4.13.1.tar.gz

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

Other differences:
------------------
++++++ ghc-microlens-ghc.spec ++++++
--- /var/tmp/diff_new_pack.mTMvp7/_old  2021-11-11 21:36:58.040912516 +0100
+++ /var/tmp/diff_new_pack.mTMvp7/_new  2021-11-11 21:36:58.040912516 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-microlens-ghc
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name microlens-ghc
 Name:           ghc-%{pkg_name}
-Version:        0.4.13
+Version:        0.4.13.1
 Release:        0
 Summary:        Microlens + array, bytestring, containers, transformers
 License:        BSD-3-Clause

++++++ microlens-ghc-0.4.13.tar.gz -> microlens-ghc-0.4.13.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-ghc-0.4.13/CHANGELOG.md 
new/microlens-ghc-0.4.13.1/CHANGELOG.md
--- old/microlens-ghc-0.4.13/CHANGELOG.md       2020-11-17 07:42:12.000000000 
+0100
+++ new/microlens-ghc-0.4.13.1/CHANGELOG.md     2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,7 @@
+# 0.4.13.1
+
+* New patch release (GHC 9.2.1).
+
 # 0.4.13
 
 * New minor release (microlens-0.4.12.0).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-ghc-0.4.13/microlens-ghc.cabal 
new/microlens-ghc-0.4.13.1/microlens-ghc.cabal
--- old/microlens-ghc-0.4.13/microlens-ghc.cabal        2020-11-17 
07:42:12.000000000 +0100
+++ new/microlens-ghc-0.4.13.1/microlens-ghc.cabal      2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                microlens-ghc
-version:             0.4.13
+version:             0.4.13.1
 synopsis:            microlens + array, bytestring, containers, transformers
 description:
   Use this package instead of <http://hackage.haskell.org/package/microlens 
microlens> if you don't mind depending on all dependencies here ??? 
@Lens.Micro.GHC@ reexports everything from @Lens.Micro@ and additionally 
provides orphan instances of microlens classes for packages coming with GHC 
(<http://hackage.haskell.org/package/array array>, 
<http://hackage.haskell.org/package/bytestring bytestring>, 
<http://hackage.haskell.org/package/containers containers>, 
<http://hackage.haskell.org/package/transfromers transformers>).
@@ -18,16 +18,17 @@
 extra-source-files:
   CHANGELOG.md
 cabal-version:       >=1.10
-tested-with:         GHC==7.4.2
-                     GHC==7.6.3
+tested-with:         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.1
-                     GHC==8.10.1
+                     GHC==8.8.4
+                     GHC==8.10.7
+                     GHC==9.0.1
+                     GHC==9.2.1
 
 source-repository head
   type:                git
@@ -40,7 +41,7 @@
   -- other-extensions:
   build-depends:       array >=0.3.0.2 && <0.6
                      , base >=4.5 && <5
-                     , bytestring >=0.9.2.1 && <0.11
+                     , bytestring >=0.9.2.1 && <0.12
                      , containers >=0.4.0 && <0.7
                      , microlens ==0.4.12.*
                      , transformers >=0.2 && <0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-ghc-0.4.13/src/Lens/Micro/GHC.hs 
new/microlens-ghc-0.4.13.1/src/Lens/Micro/GHC.hs
--- old/microlens-ghc-0.4.13/src/Lens/Micro/GHC.hs      2020-01-29 
01:56:21.000000000 +0100
+++ new/microlens-ghc-0.4.13.1/src/Lens/Micro/GHC.hs    2001-09-09 
03:46:40.000000000 +0200
@@ -2,6 +2,7 @@
 {-# LANGUAGE MultiParamTypeClasses #-}
 {-# LANGUAGE TypeFamilies #-}
 {-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
 {-# LANGUAGE UndecidableInstances #-}
 {-# LANGUAGE Trustworthy #-}
 
@@ -21,13 +22,15 @@
 
 * 'at' for 'Map', 'Set', 'IntMap' and 'IntSet'
 
-* 'each' and 'ix' for
+* 'ix' for
 
     * 'Map', 'Set', 'IntMap' and 'IntSet'
     * 'Array' and 'UArray'
     * 'Seq'
     * strict 'B.ByteString' and lazy 'BL.ByteString'
     * 'Tree'
+    
+* 'each' for the same as above, excluding 'Set' and 'IntSet'
 
 * '_head', '_tail', '_init', '_last' for
 

Reply via email to