Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-packaging for openSUSE:Factory checked in at 2024-01-26 22:47:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-packaging (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-packaging.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-packaging" Fri Jan 26 22:47:22 2024 rev:6 rq:1141626 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-packaging/ghc-hslua-packaging.changes 2023-04-14 13:13:19.607649182 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-packaging.new.1815/ghc-hslua-packaging.changes 2024-01-26 22:47:36.628939654 +0100 @@ -1,0 +2,11 @@ +Thu Jan 18 16:49:46 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update hslua-packaging to version 2.3.1. + ## hslua-packaging-2.3.1 + + Released 2024-01-18. + + - Relaxed upper bound for text and containers, allowing + text-2.1, and containers-0.7. + +------------------------------------------------------------------- Old: ---- hslua-packaging-2.3.0.tar.gz New: ---- hslua-packaging-2.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-packaging.spec ++++++ --- /var/tmp/diff_new_pack.HEhWMn/_old 2024-01-26 22:47:37.488970625 +0100 +++ /var/tmp/diff_new_pack.HEhWMn/_new 2024-01-26 22:47:37.492970769 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-packaging # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: Utilities to build Lua modules License: MIT ++++++ hslua-packaging-2.3.0.tar.gz -> hslua-packaging-2.3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/CHANGELOG.md new/hslua-packaging-2.3.1/CHANGELOG.md --- old/hslua-packaging-2.3.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,13 @@ `hslua-packaging` uses [PVP Versioning][]. +## hslua-packaging-2.3.1 + +Released 2024-01-18. + +- Relaxed upper bound for text and containers, allowing + text-2.1, and containers-0.7. + ## hslua-packaging-2.3.0 Released 2023-03-13. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/LICENSE new/hslua-packaging-2.3.1/LICENSE --- old/hslua-packaging-2.3.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,4 +1,4 @@ -Copyright © 2019-2023 Albert Krewinkel +Copyright © 2019-2024 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-packaging-2.3.0/hslua-packaging.cabal new/hslua-packaging-2.3.1/hslua-packaging.cabal --- old/hslua-packaging-2.3.0/hslua-packaging.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/hslua-packaging.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-packaging -version: 2.3.0 +version: 2.3.1 synopsis: Utilities to build Lua modules. description: Utilities to package up Haskell functions and values into a Lua module. @@ -14,7 +14,7 @@ license-file: LICENSE author: Albert Krewinkel maintainer: tar...@hslua.org -copyright: © 2019-2023 Albert Krewinkel +copyright: © 2019-2024 Albert Krewinkel category: Foreign extra-source-files: README.md , CHANGELOG.md @@ -23,8 +23,10 @@ , GHC == 8.8.4 , GHC == 8.10.3 , GHC == 9.0.2 - , GHC == 9.2.5 - , GHC == 9.4.4 + , GHC == 9.2.8 + , GHC == 9.4.8 + , GHC == 9.6.3 + , GHC == 9.8.1 source-repository head type: git @@ -39,7 +41,7 @@ , hslua-objectorientation >= 2.3 && < 2.4 , hslua-typing >= 0.1 && < 0.2 , mtl >= 2.2 && < 2.4 - , text >= 1.2 && < 2.1 + , text >= 1.2 && < 2.2 ghc-options: -Wall -Wincomplete-record-updates -Wnoncanonical-monad-instances @@ -68,7 +70,7 @@ , StrictData other-extensions: DeriveFunctor , OverloadedStrings - build-depends: containers >= 0.5.9 && < 0.7 + build-depends: containers >= 0.5.9 && < 0.8 test-suite test-hslua-packaging import: common-options diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Convenience.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Convenience.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Convenience.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Convenience.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.Convenience -Copyright : © 2021-2023 Albert Krewinkel +Copyright : © 2021-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Documentation.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Documentation.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Documentation.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Documentation.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.Documentation -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Function.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Function.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Function.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Function.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.Function -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Module.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Module.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Module.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Module.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.Module -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Rendering.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Rendering.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Rendering.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Rendering.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.Rendering -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/Types.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/Types.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/Types.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/Types.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Packaging.Types -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging/UDType.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging/UDType.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging/UDType.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging/UDType.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.Packaging.UDType -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/src/HsLua/Packaging.hs new/hslua-packaging-2.3.1/src/HsLua/Packaging.hs --- old/hslua-packaging-2.3.0/src/HsLua/Packaging.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/src/HsLua/Packaging.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Packaging -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/Packaging/DocumentationTests.hs new/hslua-packaging-2.3.1/test/HsLua/Packaging/DocumentationTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/Packaging/DocumentationTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/Packaging/DocumentationTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.DocumentationTests -Copyright : © 2021-2023 Albert Krewinkel +Copyright : © 2021-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/Packaging/FunctionTests.hs new/hslua-packaging-2.3.1/test/HsLua/Packaging/FunctionTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/Packaging/FunctionTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/Packaging/FunctionTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.FunctionTests -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/Packaging/ModuleTests.hs new/hslua-packaging-2.3.1/test/HsLua/Packaging/ModuleTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/Packaging/ModuleTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/Packaging/ModuleTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.ModuleTests -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/Packaging/RenderingTests.hs new/hslua-packaging-2.3.1/test/HsLua/Packaging/RenderingTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/Packaging/RenderingTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/Packaging/RenderingTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# OPTIONS_GHC -Wno-warnings-deprecations #-} {-| Module : HsLua.Packaging.RenderingTests -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/Packaging/UDTypeTests.hs new/hslua-packaging-2.3.1/test/HsLua/Packaging/UDTypeTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/Packaging/UDTypeTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/Packaging/UDTypeTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.UDTypeTests -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/HsLua/PackagingTests.hs new/hslua-packaging-2.3.1/test/HsLua/PackagingTests.hs --- old/hslua-packaging-2.3.0/test/HsLua/PackagingTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/HsLua/PackagingTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.PackagingTests -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.3.0/test/test-hslua-packaging.hs new/hslua-packaging-2.3.1/test/test-hslua-packaging.hs --- old/hslua-packaging-2.3.0/test/test-hslua-packaging.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.3.1/test/test-hslua-packaging.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : Main -Copyright : © 2020-2023 Albert Krewinkel +Copyright : © 2020-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org>