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 2022-08-01 21:30:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-ghc (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-ghc"
Mon Aug 1 21:30:09 2022 rev:6 rq:987062 version:0.4.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-ghc/ghc-microlens-ghc.changes
2021-11-11 21:36:57.536912148 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.1533/ghc-microlens-ghc.changes
2022-08-01 21:30:23.609655524 +0200
@@ -1,0 +2,8 @@
+Tue May 17 06:12:59 UTC 2022 - Peter Simons <[email protected]>
+
+- Update microlens-ghc to version 0.4.14.0.
+ # 0.4.14
+
+ * New minor release (microlens-0.4.13.0).
+
+-------------------------------------------------------------------
Old:
----
microlens-ghc-0.4.13.1.tar.gz
New:
----
microlens-ghc-0.4.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-ghc.spec ++++++
--- /var/tmp/diff_new_pack.pww75d/_old 2022-08-01 21:30:24.165657120 +0200
+++ /var/tmp/diff_new_pack.pww75d/_new 2022-08-01 21:30:24.169657131 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-ghc
#
-# 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-ghc
Name: ghc-%{pkg_name}
-Version: 0.4.13.1
+Version: 0.4.14.0
Release: 0
Summary: Microlens + array, bytestring, containers, transformers
License: BSD-3-Clause
++++++ microlens-ghc-0.4.13.1.tar.gz -> microlens-ghc-0.4.14.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-ghc-0.4.13.1/CHANGELOG.md
new/microlens-ghc-0.4.14.0/CHANGELOG.md
--- old/microlens-ghc-0.4.13.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/microlens-ghc-0.4.14.0/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,7 @@
+# 0.4.14
+
+* New minor release (microlens-0.4.13.0).
+
# 0.4.13.1
* New patch release (GHC 9.2.1).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-ghc-0.4.13.1/microlens-ghc.cabal
new/microlens-ghc-0.4.14.0/microlens-ghc.cabal
--- old/microlens-ghc-0.4.13.1/microlens-ghc.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/microlens-ghc-0.4.14.0/microlens-ghc.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: microlens-ghc
-version: 0.4.13.1
+version: 0.4.14.0
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>).
@@ -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
@@ -43,8 +43,8 @@
, base >=4.5 && <5
, bytestring >=0.9.2.1 && <0.12
, containers >=0.4.0 && <0.7
- , microlens ==0.4.12.*
- , transformers >=0.2 && <0.6
+ , microlens ==0.4.13.*
+ , transformers >=0.2 && <0.7
ghc-options:
-Wall -fwarn-tabs