Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hslua-aeson for openSUSE:Factory 
checked in at 2022-08-01 21:31:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hslua-aeson.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hslua-aeson"

Mon Aug  1 21:31:07 2022 rev:2 rq:987138 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hslua-aeson/ghc-hslua-aeson.changes  
2022-02-11 23:10:18.535102051 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-hslua-aeson.new.1533/ghc-hslua-aeson.changes    
    2022-08-01 21:31:52.073909323 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:32:26 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hslua-aeson to version 2.2.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/hslua-aeson-2.2.1/src/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  hslua-aeson-2.1.0.tar.gz

New:
----
  hslua-aeson-2.2.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hslua-aeson.spec ++++++
--- /var/tmp/diff_new_pack.sWxtHS/_old  2022-08-01 21:31:52.949911836 +0200
+++ /var/tmp/diff_new_pack.sWxtHS/_new  2022-08-01 21:31:52.965911882 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hslua-aeson
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.1.0
+Version:        2.2.1
 Release:        0
 Summary:        Allow aeson data types to be used with Lua
 License:        MIT

++++++ hslua-aeson-2.1.0.tar.gz -> hslua-aeson-2.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-aeson-2.1.0/CHANGELOG.md 
new/hslua-aeson-2.2.1/CHANGELOG.md
--- old/hslua-aeson-2.1.0/CHANGELOG.md  2001-09-09 03:46:40.000000000 +0200
+++ new/hslua-aeson-2.2.1/CHANGELOG.md  2001-09-09 03:46:40.000000000 +0200
@@ -2,9 +2,33 @@
 
 `hslua-aeson` uses [PVP Versioning][].
 
+## hslua-aeson-2.2.1
+
+Released 2022-06-23.
+
+-   Export `jsonarray`, which is the name of the registry slot
+    holding the metatable given to array tables. Setting the
+    corresponding registry value will affect all newly created
+    array values.
+
+## hslua-aeson-2.2.0.1
+
+Released 2022-06-16.
+
+-   Relaxed upper bound for mtl, allowing mtl-2.3.
+
+-   Relaxed upper bound for aeson, allowing aeson-2.1.
+
+## hslua-aeson-2.2.0
+
+Released 2022-02-19.
+
+-   Relaxed upper bound for hslua-core and hslua-marshalling,
+    allowing version 2.2 of both packages.
+
 ## hslua-aeson-2.1.0
 
-Released 29-01-2022.
+Released 2022-01-29.
 
 -   Update to hslua 2.1.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-aeson-2.1.0/hslua-aeson.cabal 
new/hslua-aeson-2.2.1/hslua-aeson.cabal
--- old/hslua-aeson-2.1.0/hslua-aeson.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-aeson-2.2.1/hslua-aeson.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua-aeson
-version:             2.1.0
+version:             2.2.1
 synopsis:            Allow aeson data types to be used with Lua.
 description:         This package provides instances to push and receive any
                      datatype encodable as JSON to and from the Lua stack.
@@ -9,7 +9,7 @@
 license-file:        LICENSE
 author:              Albert Krewinkel
 maintainer:          Albert Krewinkel <[email protected]>
-copyright:           ?? 2017???2021 Albert Krewinkel
+copyright:           ?? 2017???2022 Albert Krewinkel
 category:            Foreign
 extra-source-files:  README.md
                    , CHANGELOG.md
@@ -19,8 +19,8 @@
                    , GHC == 8.6.5
                    , GHC == 8.8.4
                    , GHC == 8.10.7
-                   , GHC == 9.0.1
-                   , GHC == 9.2.1
+                   , GHC == 9.0.2
+                   , GHC == 9.2.3
 
 source-repository head
   type:                git
@@ -30,13 +30,13 @@
 common common-options
   default-language:    Haskell2010
   build-depends:       base                 >= 4.8    && < 5
-                     , aeson                >= 1.5    && < 2.1
+                     , aeson                >= 1.5    && < 2.2
                      , bytestring           >= 0.10.2 && < 0.12
                      , containers           >= 0.5.9  && < 0.7
                      , hashable             >= 1.2    && < 1.5
-                     , hslua-core           >= 2.0    && < 2.2
-                     , hslua-marshalling    >= 2.1    && < 2.2
-                     , mtl                  >= 2.2    && < 2.3
+                     , hslua-core           >= 2.0    && < 2.3
+                     , hslua-marshalling    >= 2.1    && < 2.3
+                     , mtl                  >= 2.2    && < 2.4
                      , scientific           >= 0.3    && < 0.4
                      , unordered-containers >= 0.2    && < 0.3
                      , text                 >= 1.2    && < 2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-aeson-2.1.0/src/HsLua/Aeson.hs 
new/hslua-aeson-2.2.1/src/HsLua/Aeson.hs
--- old/hslua-aeson-2.1.0/src/HsLua/Aeson.hs    2001-09-09 03:46:40.000000000 
+0200
+++ new/hslua-aeson-2.2.1/src/HsLua/Aeson.hs    2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 {-|
 Module      :  HsLua.Aeson
-Copyright   :  ?? 2017???2021 Albert Krewinkel
+Copyright   :  ?? 2017???2022 Albert Krewinkel
 License     :  MIT
 Maintainer  :  Albert Krewinkel <[email protected]>
 
@@ -26,6 +26,7 @@
   , pushValue
   , peekViaJSON
   , pushViaJSON
+  , jsonarray
   ) where
 
 import Control.Monad ((<$!>), void)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hslua-aeson-2.1.0/test/test-hslua-aeson.hs 
new/hslua-aeson-2.2.1/test/test-hslua-aeson.hs
--- old/hslua-aeson-2.1.0/test/test-hslua-aeson.hs      2001-09-09 
03:46:40.000000000 +0200
+++ new/hslua-aeson-2.2.1/test/test-hslua-aeson.hs      2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 {-|
-Copyright   :  ?? 2017???2021 Albert Krewinkel
+Copyright   :  ?? 2017???2022 Albert Krewinkel
 License     :  MIT
 
 Tests for Aeson???Lua glue.

Reply via email to