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 2021-12-19 17:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-platform (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-platform"
Sun Dec 19 17:34:14 2021 rev:5 rq:932796 version:0.4.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-microlens-platform/ghc-microlens-platform.changes
2020-12-22 11:42:43.797682236 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-platform.new.2520/ghc-microlens-platform.changes
2021-12-19 17:34:17.296258675 +0100
@@ -1,0 +2,8 @@
+Wed Nov 10 10:02:39 UTC 2021 - [email protected]
+
+- Update microlens-platform to version 0.4.2.1.
+ # 0.4.2.1
+
+ * Bumped `hashable` upper bound.
+
+-------------------------------------------------------------------
Old:
----
microlens-platform-0.4.2.tar.gz
New:
----
microlens-platform-0.4.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-platform.spec ++++++
--- /var/tmp/diff_new_pack.zBQ5ba/_old 2021-12-19 17:34:17.820259045 +0100
+++ /var/tmp/diff_new_pack.zBQ5ba/_new 2021-12-19 17:34:17.824259047 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-platform
#
-# 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-platform
Name: ghc-%{pkg_name}
-Version: 0.4.2
+Version: 0.4.2.1
Release: 0
Summary: Microlens + all batteries included (best for apps)
License: BSD-3-Clause
++++++ microlens-platform-0.4.2.tar.gz -> microlens-platform-0.4.2.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-platform-0.4.2/CHANGELOG.md
new/microlens-platform-0.4.2.1/CHANGELOG.md
--- old/microlens-platform-0.4.2/CHANGELOG.md 2020-11-17 07:42:12.000000000
+0100
+++ new/microlens-platform-0.4.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,7 @@
+# 0.4.2.1
+
+* Bumped `hashable` upper bound.
+
# 0.4.2
* New minor release (microlens-0.4.12.0, microlens-ghc-0.4.13).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-platform-0.4.2/microlens-platform.cabal
new/microlens-platform-0.4.2.1/microlens-platform.cabal
--- old/microlens-platform-0.4.2/microlens-platform.cabal 2020-11-17
12:45:06.000000000 +0100
+++ new/microlens-platform-0.4.2.1/microlens-platform.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: microlens-platform
-version: 0.4.2
+version: 0.4.2.1
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@.
@@ -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
@@ -39,7 +40,7 @@
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <5
- , hashable >=1.1.2.3 && <1.4
+ , hashable >=1.1.2.3 && <1.5
, microlens ==0.4.12.*
, microlens-ghc ==0.4.13.*
, microlens-mtl ==0.2.0.*