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 2022-08-01 21:31:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-platform (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-platform"

Mon Aug  1 21:31:23 2022 rev:6 rq:988554 version:0.4.3.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-microlens-platform/ghc-microlens-platform.changes
    2021-12-19 17:34:17.296258675 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.1533/ghc-microlens-platform.changes
  2022-08-01 21:32:10.705962778 +0200
@@ -1,0 +2,12 @@
+Fri Jun 10 05:23:23 UTC 2022 - Peter Simons <[email protected]>
+
+- Update microlens-platform to version 0.4.3.2.
+  # 0.4.3.1
+
+  * Bumped `text` upper bound to support 2.0.
+
+  # 0.4.3
+
+  * New minor release (microlens-0.4.13.0, microlens-ghc-0.4.14).
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-microlens-platform.spec ++++++
--- /var/tmp/diff_new_pack.EOOkKv/_old  2022-08-01 21:32:11.169964109 +0200
+++ /var/tmp/diff_new_pack.EOOkKv/_new  2022-08-01 21:32:11.177964132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-microlens-platform
 #
-# 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 microlens-platform
 Name:           ghc-%{pkg_name}
-Version:        0.4.2.1
+Version:        0.4.3.2
 Release:        0
 Summary:        Microlens + all batteries included (best for apps)
 License:        BSD-3-Clause

++++++ microlens-platform-0.4.2.1.tar.gz -> microlens-platform-0.4.3.2.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-platform-0.4.2.1/CHANGELOG.md 
new/microlens-platform-0.4.3.2/CHANGELOG.md
--- old/microlens-platform-0.4.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
+++ new/microlens-platform-0.4.3.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,11 @@
+# 0.4.3.1
+
+* Bumped `text` upper bound to support 2.0.
+
+# 0.4.3
+
+* New minor release (microlens-0.4.13.0, microlens-ghc-0.4.14).
+
 # 0.4.2.1
 
 * Bumped `hashable` upper bound.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-platform-0.4.2.1/microlens-platform.cabal 
new/microlens-platform-0.4.3.2/microlens-platform.cabal
--- old/microlens-platform-0.4.2.1/microlens-platform.cabal     2001-09-09 
03:46:40.000000000 +0200
+++ new/microlens-platform-0.4.3.2/microlens-platform.cabal     2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                microlens-platform
-version:             0.4.2.1
+version:             0.4.3.2
 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@.
@@ -10,7 +10,7 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Edward Kmett, Artyom Kazak
-maintainer:          Monadfix <[email protected]>
+maintainer:          Steven Fontanella <[email protected]>
 homepage:            http://github.com/monadfix/microlens
 bug-reports:         http://github.com/monadfix/microlens/issues
 category:            Data, Lenses
@@ -41,11 +41,11 @@
   -- other-extensions:
   build-depends:       base >=4.5 && <5
                      , hashable >=1.1.2.3 && <1.5
-                     , microlens ==0.4.12.*
-                     , microlens-ghc ==0.4.13.*
+                     , microlens ==0.4.13.*
+                     , microlens-ghc ==0.4.14.*
                      , microlens-mtl ==0.2.0.*
                      , microlens-th ==0.4.3.*
-                     , text >=0.11 && <1.3
+                     , text >=0.11 && <1.3 || >=2.0 && <2.1
                      , unordered-containers >=0.2.4 && <0.3
                      , vector >=0.9 && <0.14
 

Reply via email to