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 2023-10-18 21:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-ghc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-ghc"

Wed Oct 18 21:25:56 2023 rev:9 rq:1118477 version:0.4.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-ghc/ghc-microlens-ghc.changes      
2023-04-04 21:21:31.861574348 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-microlens-ghc.new.31755/ghc-microlens-ghc.changes
   2023-10-18 21:26:10.625716293 +0200
@@ -1,0 +2,18 @@
+Thu Oct 12 07:06:25 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microlens-ghc to version 0.4.14.2.
+  # 0.4.14.2
+
+  * [#171](https://github.com/stevenfontanella/microlens/pull/171) Support 
bytestring 0.12
+
+  # 0.4.14.1
+
+  * [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 
warning for using `~` without TypeOperators
+
+-------------------------------------------------------------------
+Wed Oct 11 19:28:18 UTC 2023 - Peter Simons <[email protected]>
+
+- Update microlens-ghc to version 0.4.14.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-microlens-ghc.spec ++++++
--- /var/tmp/diff_new_pack.1MuhCM/_old  2023-10-18 21:26:11.345742376 +0200
+++ /var/tmp/diff_new_pack.1MuhCM/_new  2023-10-18 21:26:11.349742521 +0200
@@ -19,7 +19,7 @@
 %global pkg_name microlens-ghc
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.4.14.1
+Version:        0.4.14.2
 Release:        0
 Summary:        Microlens + array, bytestring, containers, transformers
 License:        BSD-3-Clause
@@ -57,8 +57,8 @@
 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-ghc-0.4.14.1.tar.gz -> microlens-ghc-0.4.14.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-ghc-0.4.14.1/CHANGELOG.md 
new/microlens-ghc-0.4.14.2/CHANGELOG.md
--- old/microlens-ghc-0.4.14.1/CHANGELOG.md     2001-09-09 03:46:40.000000000 
+0200
+++ new/microlens-ghc-0.4.14.2/CHANGELOG.md     2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,11 @@
+# 0.4.14.2
+
+* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support 
bytestring 0.12
+
+# 0.4.14.1
+
+* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 
warning for using `~` without TypeOperators
+
 # 0.4.14
 
 * New minor release (microlens-0.4.13.0).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-ghc-0.4.14.1/microlens-ghc.cabal 
new/microlens-ghc-0.4.14.2/microlens-ghc.cabal
--- old/microlens-ghc-0.4.14.1/microlens-ghc.cabal      2001-09-09 
03:46:40.000000000 +0200
+++ new/microlens-ghc-0.4.14.2/microlens-ghc.cabal      2001-09-09 
03:46:40.000000000 +0200
@@ -1,39 +1,40 @@
 name:                microlens-ghc
-version:             0.4.14.1
+version:             0.4.14.2
 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>).
   .
   The minor and major versions of microlens-ghc are incremented whenever the 
minor and major versions of microlens are incremented, so you can depend on the 
exact version of microlens-ghc without specifying the version of microlens 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.GHC
@@ -42,7 +43,7 @@
   -- other-extensions:
   build-depends:       array >=0.3.0.2 && <0.6
                      , base >=4.5 && <5
-                     , bytestring >=0.9.2.1 && <0.12
+                     , bytestring >=0.9.2.1 && <0.13
                      , containers >=0.4.0 && <0.7
                      , microlens ==0.4.13.*
                      , transformers >=0.2 && <0.7

Reply via email to