Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-classes for openSUSE:Factory checked in at 2023-04-14 13:12:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-classes (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-classes.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-classes" Fri Apr 14 13:12:58 2023 rev:5 rq:1079180 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-classes/ghc-hslua-classes.changes 2023-04-04 21:20:38.881274337 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-classes.new.19717/ghc-hslua-classes.changes 2023-04-14 13:13:06.375573511 +0200 @@ -1,0 +2,11 @@ +Thu Apr 13 12:06:16 UTC 2023 - Peter Simons <[email protected]> + +- Update hslua-classes to version 2.3.0. + ## hslua-classes-2.3.0 + + Released 2023-03-13. + + - Require version 2.3.* of HsLua packages hslua-core and + hslua-marshalling. + +------------------------------------------------------------------- Old: ---- hslua-classes-2.2.0.tar.gz New: ---- hslua-classes-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-classes.spec ++++++ --- /var/tmp/diff_new_pack.PQM8tP/_old 2023-04-14 13:13:06.843576187 +0200 +++ /var/tmp/diff_new_pack.PQM8tP/_new 2023-04-14 13:13:06.843576187 +0200 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Type classes for HsLua License: MIT ++++++ hslua-classes-2.2.0.tar.gz -> hslua-classes-2.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/CHANGELOG.md new/hslua-classes-2.3.0/CHANGELOG.md --- old/hslua-classes-2.2.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,13 @@ `hslua-classes` uses [PVP Versioning][]. +## hslua-classes-2.3.0 + +Released 2023-03-13. + +- Require version 2.3.* of HsLua packages hslua-core and + hslua-marshalling. + ## hslua-classes-2.2.0 Released 2022-02-19. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/LICENSE new/hslua-classes-2.3.0/LICENSE --- old/hslua-classes-2.2.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-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-classes-2.2.0/hslua-classes.cabal new/hslua-classes-2.3.0/hslua-classes.cabal --- old/hslua-classes-2.2.0/hslua-classes.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/hslua-classes.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-classes -version: 2.2.0 +version: 2.3.0 synopsis: Type classes for HsLua description: Type classes for convenient marshalling and calling of Lua functions. @@ -9,22 +9,21 @@ 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 -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.1 - , GHC == 9.2.1 + , GHC == 9.0.2 + , GHC == 9.2.5 + , GHC == 9.4.4 source-repository head type: git @@ -33,12 +32,12 @@ 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-core >= 2.1 && < 2.3 - , hslua-marshalling >= 2.1 && < 2.3 + , hslua-core >= 2.1 && < 2.4 + , hslua-marshalling >= 2.1 && < 2.4 , text >= 1.2 && < 2.1 ghc-options: -Wall -Wincomplete-record-updates diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/src/HsLua/Class/Exposable.hs new/hslua-classes-2.3.0/src/HsLua/Class/Exposable.hs --- old/hslua-classes-2.2.0/src/HsLua/Class/Exposable.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Class/Exposable.hs 2001-09-09 03:46:40.000000000 +0200 @@ -6,9 +6,9 @@ Module : HsLua.Class.Exposable 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]> Call Haskell functions from Lua. -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/src/HsLua/Class/Invokable.hs new/hslua-classes-2.3.0/src/HsLua/Class/Invokable.hs --- old/hslua-classes-2.2.0/src/HsLua/Class/Invokable.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Class/Invokable.hs 2001-09-09 03:46:40.000000000 +0200 @@ -4,9 +4,9 @@ Module : HsLua.Class.Invokable 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 : FlexibleInstances, ForeignFunctionInterface, ScopedTypeVariables diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/src/HsLua/Class/Peekable.hs new/hslua-classes-2.3.0/src/HsLua/Class/Peekable.hs --- old/hslua-classes-2.2.0/src/HsLua/Class/Peekable.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Class/Peekable.hs 2001-09-09 03:46:40.000000000 +0200 @@ -5,9 +5,9 @@ Module : HsLua.Class.Peekable 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-classes-2.2.0/src/HsLua/Class/Pushable.hs new/hslua-classes-2.3.0/src/HsLua/Class/Pushable.hs --- old/hslua-classes-2.2.0/src/HsLua/Class/Pushable.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Class/Pushable.hs 2001-09-09 03:46:40.000000000 +0200 @@ -4,9 +4,9 @@ Module : HsLua.Class.Pushable 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 : FlexibleInstances, ScopedTypeVariables diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/src/HsLua/Class/Util.hs new/hslua-classes-2.3.0/src/HsLua/Class/Util.hs --- old/hslua-classes-2.2.0/src/HsLua/Class/Util.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Class/Util.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,9 +3,9 @@ Module : HsLua.Class.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-classes-2.2.0/src/HsLua/Classes.hs new/hslua-classes-2.3.0/src/HsLua/Classes.hs --- old/hslua-classes-2.2.0/src/HsLua/Classes.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/src/HsLua/Classes.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ Module : HsLua.Classes 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-classes-2.2.0/test/HsLua/Class/ExposableTests.hs new/hslua-classes-2.3.0/test/HsLua/Class/ExposableTests.hs --- old/hslua-classes-2.2.0/test/HsLua/Class/ExposableTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/Class/ExposableTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Class.ExposableTests -Copyright : © 2017-2022 Albert Krewinkel +Copyright : © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests that Haskell functions can be exposed to and called from Lua. -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/test/HsLua/Class/InvokableTests.hs new/hslua-classes-2.3.0/test/HsLua/Class/InvokableTests.hs --- old/hslua-classes-2.2.0/test/HsLua/Class/InvokableTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/Class/InvokableTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,9 +1,9 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Class.InvokableTests -Copyright : © 2017-2022 Albert Krewinkel +Copyright : © 2017-2023 Albert Krewinkel License : MIT -Maintainer : Albert Krewinkel <[email protected]> +Maintainer : Albert Krewinkel <[email protected]> Tests that Lua functions can be called from Haskell. -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/test/HsLua/Class/PeekableTests.hs new/hslua-classes-2.3.0/test/HsLua/Class/PeekableTests.hs --- old/hslua-classes-2.2.0/test/HsLua/Class/PeekableTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/Class/PeekableTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,10 +2,10 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Class.PeekableTests -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-classes-2.2.0/test/HsLua/Class/PushableTests.hs new/hslua-classes-2.3.0/test/HsLua/Class/PushableTests.hs --- old/hslua-classes-2.2.0/test/HsLua/Class/PushableTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/Class/PushableTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,10 +2,10 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Class.PushableTests -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-classes-2.2.0/test/HsLua/Class/UtilTests.hs new/hslua-classes-2.3.0/test/HsLua/Class/UtilTests.hs --- old/hslua-classes-2.2.0/test/HsLua/Class/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/Class/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,11 +1,10 @@ -{-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Class.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 @@ -22,10 +21,6 @@ , shouldBeErrorMessageOf, shouldHoldForResultOf) import Test.Tasty (TestTree, testGroup) -#if !MIN_VERSION_base(4,12,0) -import Data.Semigroup (Semigroup ((<>))) -#endif - -- | Specifications for Attributes parsing functions. tests :: TestTree tests = testGroup "Utilities" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-classes-2.2.0/test/HsLua/ClassesTests.hs new/hslua-classes-2.3.0/test/HsLua/ClassesTests.hs --- old/hslua-classes-2.2.0/test/HsLua/ClassesTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/HsLua/ClassesTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,9 +3,9 @@ Module : HsLua.ClassesTests 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-classes-2.2.0/test/test-hslua-classes.hs new/hslua-classes-2.3.0/test/test-hslua-classes.hs --- old/hslua-classes-2.2.0/test/test-hslua-classes.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-classes-2.3.0/test/test-hslua-classes.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,9 @@ Module : Main 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)
