Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-microlens-platform for 
openSUSE:Factory checked in at 2023-10-18 21:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-platform (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-platform"

Wed Oct 18 21:25:58 2023 rev:9 rq:1118479 version:0.4.3.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-microlens-platform/ghc-microlens-platform.changes
    2023-04-04 21:21:33.049581076 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.31755/ghc-microlens-platform.changes
 2023-10-18 21:26:12.489783818 +0200
@@ -1,0 +2,22 @@
+Thu Oct 12 07:06:25 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microlens-platform to version 0.4.3.4.
+  # 0.4.3.4
+
+  * [#171](https://github.com/stevenfontanella/microlens/pull/171) Support 
text 2.1
+
+  # 0.4.3.3
+
+  * [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 
warning for using `~` without TypeOperators
+
+  # 0.4.3.2
+
+  * [#156](https://github.com/stevenfontanella/microlens/pull/156) Add a 
missing upper bound for text dependency
+
+-------------------------------------------------------------------
+Wed Oct 11 19:28:18 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microlens-platform to version 0.4.3.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

Old:
----
  microlens-platform-0.4.3.3.tar.gz

New:
----
  microlens-platform-0.4.3.4.tar.gz

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

Other differences:
------------------
++++++ ghc-microlens-platform.spec ++++++
--- /var/tmp/diff_new_pack.zmmWaN/_old  2023-10-18 21:26:13.069804829 +0200
+++ /var/tmp/diff_new_pack.zmmWaN/_new  2023-10-18 21:26:13.073804974 +0200
@@ -19,7 +19,7 @@
 %global pkg_name microlens-platform
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.4.3.3
+Version:        0.4.3.4
 Release:        0
 Summary:        Microlens + all batteries included (best for apps)
 License:        BSD-3-Clause
@@ -63,8 +63,8 @@
 version of microlens (microlens-mtl, etc) you need.
 
 This package is a part of the <http://hackage.haskell.org/package/microlens
-microlens> family; see the readme <https://github.com/monadfix/microlens#readme
-on Github>.
+microlens> family; see the readme
+<https://github.com/stevenfontanella/microlens#readme on Github>.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files

++++++ microlens-platform-0.4.3.3.tar.gz -> microlens-platform-0.4.3.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-platform-0.4.3.3/CHANGELOG.md 
new/microlens-platform-0.4.3.4/CHANGELOG.md
--- old/microlens-platform-0.4.3.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
+++ new/microlens-platform-0.4.3.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,15 @@
+# 0.4.3.4
+
+* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support text 
2.1
+
+# 0.4.3.3
+
+* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 
warning for using `~` without TypeOperators
+
+# 0.4.3.2
+
+* [#156](https://github.com/stevenfontanella/microlens/pull/156) Add a missing 
upper bound for text dependency
+
 # 0.4.3.1
 
 * Bumped `text` upper bound to support 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-platform-0.4.3.3/microlens-platform.cabal 
new/microlens-platform-0.4.3.4/microlens-platform.cabal
--- old/microlens-platform-0.4.3.3/microlens-platform.cabal     2001-09-09 
03:46:40.000000000 +0200
+++ new/microlens-platform-0.4.3.4/microlens-platform.cabal     2001-09-09 
03:46:40.000000000 +0200
@@ -1,39 +1,40 @@
 name:                microlens-platform
-version:             0.4.3.3
+version:             0.4.3.4
 synopsis:            microlens + all batteries included (best for apps)
 description:
   This package exports a module which is the recommended starting point for 
using <http://hackage.haskell.org/package/microlens microlens> if you aren't 
trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ 
you get all functions and instances from 
<http://hackage.haskell.org/package/microlens microlens>, 
<http://hackage.haskell.org/package/microlens-th microlens-th>, 
<http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, 
<http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as 
instances for @Vector@, @Text@, and @HashMap@.
   .
   The minor and major versions of microlens-platform are incremented whenever 
the minor and major versions of any other microlens package are incremented, so 
you can depend on the exact version of microlens-platform without specifying 
the version of microlens (microlens-mtl, etc) you need.
   .
-  This package is a part of the <http://hackage.haskell.org/package/microlens 
microlens> family; see the readme <https://github.com/monadfix/microlens#readme 
on Github>.
+  This package is a part of the <http://hackage.haskell.org/package/microlens 
microlens> family; see the readme 
<https://github.com/stevenfontanella/microlens#readme on Github>.
 license:             BSD3
 license-file:        LICENSE
 author:              Edward Kmett, Artyom Kazak
 maintainer:          Steven Fontanella <[email protected]>
-homepage:            http://github.com/monadfix/microlens
-bug-reports:         http://github.com/monadfix/microlens/issues
+homepage:            http://github.com/stevenfontanella/microlens
+bug-reports:         http://github.com/stevenfontanella/microlens/issues
 category:            Data, Lenses
 build-type:          Simple
 extra-source-files:
   CHANGELOG.md
 cabal-version:       >=1.10
-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.4
-                     GHC==8.10.7
+tested-with:
+                     GHC==9.8.1
+                     GHC==9.6.3
+                     GHC==9.4.7
+                     GHC==9.2.8
                      GHC==9.0.2
-                     GHC==9.2.5
-                     GHC==9.4.3
+                     GHC==8.10.7
+                     GHC==8.8.4
+                     GHC==8.6.5
+                     GHC==8.4.4
+                     GHC==8.2.2
+                     GHC==8.0.2
+                     GHC==7.10.3
 
 source-repository head
   type:                git
-  location:            git://github.com/monadfix/microlens.git
+  location:            https://github.com/stevenfontanella/microlens.git
 
 library
   exposed-modules:     Lens.Micro.Platform
@@ -46,7 +47,7 @@
                      , microlens-ghc ==0.4.14.*
                      , microlens-mtl ==0.2.0.*
                      , microlens-th ==0.4.3.*
-                     , text >=0.11 && <1.3 || >=2.0 && <2.1
+                     , text >=0.11 && <1.3 || >=2.0 && <2.2
                      , unordered-containers >=0.2.4 && <0.3
                      , vector >=0.9 && <0.14
 

Reply via email to