Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua for openSUSE:Factory checked in at 2023-04-14 13:12:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua" Fri Apr 14 13:12:57 2023 rev:27 rq:1079178 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua/ghc-hslua.changes 2023-04-04 21:20:37.441266182 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua.new.19717/ghc-hslua.changes 2023-04-14 13:13:04.739564155 +0200 @@ -1,0 +2,14 @@ +Thu Apr 13 12:06:13 UTC 2023 - Peter Simons <[email protected]> + +- Update hslua to version 2.3.0. + ## hslua-2.3.0 + + Released 2023-03-13. + + - Require version 2.3.* of HsLua packages: hslua-core, + hslua-marshalling, hslua-objectorientation, hslua-packaging, + hslua-aeson, hslua-classes. + + - Include `hslua-typing`, re-export `HsLua.Typing`. + +------------------------------------------------------------------- Old: ---- hslua-2.2.1.tar.gz New: ---- hslua-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua.spec ++++++ --- /var/tmp/diff_new_pack.RaabaB/_old 2023-04-14 13:13:05.603569096 +0200 +++ /var/tmp/diff_new_pack.RaabaB/_new 2023-04-14 13:13:05.607569118 +0200 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT @@ -47,6 +47,8 @@ BuildRequires: ghc-hslua-objectorientation-prof BuildRequires: ghc-hslua-packaging-devel BuildRequires: ghc-hslua-packaging-prof +BuildRequires: ghc-hslua-typing-devel +BuildRequires: ghc-hslua-typing-prof BuildRequires: ghc-mtl-devel BuildRequires: ghc-mtl-prof BuildRequires: ghc-rpm-macros ++++++ hslua-2.2.1.tar.gz -> hslua-2.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/CHANGELOG.md new/hslua-2.3.0/CHANGELOG.md --- old/hslua-2.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,16 @@ `hslua` uses [PVP Versioning][]. +## hslua-2.3.0 + +Released 2023-03-13. + +- Require version 2.3.* of HsLua packages: hslua-core, + hslua-marshalling, hslua-objectorientation, hslua-packaging, + hslua-aeson, hslua-classes. + +- Include `hslua-typing`, re-export `HsLua.Typing`. + ## hslua-2.2.1 Released 2022-06-19. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/LICENSE new/hslua-2.3.0/LICENSE --- old/hslua-2.2.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ -Copyright © 1994-2020 Lua.org, PUC-Rio. +Copyright © 1994-2022 Lua.org, PUC-Rio. Copyright © 2007-2012 Gracjan Polak Copyright © 2012-2015 Ãmer Sinan AÄacan -Copyright © 2016-2022 Albert Krewinkel +Copyright © 2016-2023 Albert Krewinkel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/hslua.cabal new/hslua-2.3.0/hslua.cabal --- old/hslua-2.2.1/hslua.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/hslua.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua -version: 2.2.1 +version: 2.3.0 synopsis: Bindings to Lua, an embeddable scripting language description: HsLua provides wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. @@ -16,23 +16,22 @@ license: MIT license-file: LICENSE author: Albert Krewinkel, Gracjan Polak, Ãmer Sinan AÄacan -maintainer: [email protected] +maintainer: [email protected] copyright: © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2022 Albert Krewinkel + © 2017-2023 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: README.md , CHANGELOG.md , test/lua/*.lua -tested-with: GHC == 8.0.2 - , GHC == 8.2.2 - , GHC == 8.4.4 +tested-with: GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 - , GHC == 9.2.3 + , GHC == 9.2.5 + , GHC == 9.4.4 source-repository head type: git @@ -40,16 +39,17 @@ common common-options default-language: Haskell2010 - build-depends: base >= 4.8 && < 5 + build-depends: base >= 4.11 && < 5 , bytestring >= 0.10.2 && < 0.12 , containers >= 0.5.9 && < 0.7 , exceptions >= 0.8 && < 0.11 - , hslua-aeson >= 2.2 && < 2.3 - , hslua-core >= 2.2.1 && < 2.3 - , hslua-classes >= 2.2 && < 2.3 - , hslua-marshalling >= 2.2.1 && < 2.3 - , hslua-objectorientation >= 2.2.1 && < 2.3 - , hslua-packaging >= 2.2.1 && < 2.3 + , hslua-aeson >= 2.3 && < 2.4 + , hslua-core >= 2.3 && < 2.4 + , hslua-classes >= 2.2 && < 2.4 + , hslua-marshalling >= 2.3 && < 2.4 + , hslua-objectorientation >= 2.3 && < 2.4 + , hslua-packaging >= 2.3 && < 2.4 + , hslua-typing >= 0.1 && < 0.2 , mtl >= 2.2 && < 2.4 , text >= 1.2 && < 2.1 ghc-options: -Wall @@ -85,6 +85,7 @@ , HsLua.Packaging.Function , HsLua.Packaging.Module , HsLua.Packaging.Rendering + , HsLua.Typing hs-source-dirs: src test-suite test-hslua diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/src/HsLua/Util.hs new/hslua-2.3.0/src/HsLua/Util.hs --- old/hslua-2.2.1/src/HsLua/Util.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/src/HsLua/Util.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ Module : HsLua.Util Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2022 Albert Krewinkel + © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Stability : beta Portability : non-portable (depends on GHC) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/src/HsLua.hs new/hslua-2.3.0/src/HsLua.hs --- old/hslua-2.2.1/src/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/src/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ Module : HsLua Copyright : © 2007â2012 Gracjan Polak; © 2012â2016 Ãmer Sinan AÄacan; - © 2017-2022 Albert Krewinkel + © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Stability : beta Portability : non-portable (depends on GHC) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/test/HsLua/UtilTests.hs new/hslua-2.3.0/test/HsLua/UtilTests.hs --- old/hslua-2.2.1/test/HsLua/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/test/HsLua/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,10 +1,10 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.UtilTests -Copyright : © 2017-2022 Albert Krewinkel +Copyright : © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Stability : stable Portability : portable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/test/HsLuaTests.hs new/hslua-2.3.0/test/HsLuaTests.hs --- old/hslua-2.2.1/test/HsLuaTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/test/HsLuaTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,9 +3,9 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.Module -Copyright : © 2019-2022 Albert Krewinkel +Copyright : © 2019-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Stability : alpha Portability : Requires GHC 8 or later. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.2.1/test/test-hslua.hs new/hslua-2.3.0/test/test-hslua.hs --- old/hslua-2.2.1/test/test-hslua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.3.0/test/test-hslua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,8 +1,8 @@ {-| Module : Main -Copyright : © 2017-2022 Albert Krewinkel +Copyright : © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests for HsLua. -}
