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 2026-06-10 16:00:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua" Wed Jun 10 16:00:40 2026 rev:30 rq:1358378 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua/ghc-hslua.changes 2025-07-02 12:09:38.531075798 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua.new.2375/ghc-hslua.changes 2026-06-10 16:03:02.349298383 +0200 @@ -1,0 +2,9 @@ +Thu Jan 8 15:33:47 UTC 2026 - Peter Simons <[email protected]> + +- Update hslua to version 2.5.0. + 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-2.5.0/src/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- hslua-2.4.0.tar.gz New: ---- hslua-2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua.spec ++++++ --- /var/tmp/diff_new_pack.y6f8Im/_old 2026-06-10 16:03:05.397424698 +0200 +++ /var/tmp/diff_new_pack.y6f8Im/_new 2026-06-10 16:03:05.401424864 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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.4.0 +Version: 2.5.0 Release: 0 Summary: Bindings to Lua, an embeddable scripting language License: MIT ++++++ hslua-2.4.0.tar.gz -> hslua-2.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/CHANGELOG.md new/hslua-2.5.0/CHANGELOG.md --- old/hslua-2.4.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,19 @@ `hslua` uses [PVP Versioning][]. -## Dev +## hslua-2.5.0 + +Released 2026-01-08. + +- Remove deprecated module `HsLua.Packaging.Rendering`. + +- Require *hslua-objectorientation* version 2.5.0 + +- Require *hslua-packaging* version 2.4.0. + +- Require *hslua-typing* 0.2.\*. + +## hslua-2.4.0 Released 2025-06-23. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/LICENSE new/hslua-2.5.0/LICENSE --- old/hslua-2.4.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ Copyright © 1994-2023 Lua.org, PUC-Rio. Copyright © 2007-2012 Gracjan Polak Copyright © 2012-2015 Ömer Sinan Ağacan -Copyright © 2016-2024 Albert Krewinkel +Copyright © 2016-2026 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.4.0/app/hslua.hs new/hslua-2.5.0/app/hslua.hs --- old/hslua-2.4.0/app/hslua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/app/hslua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {- | Module : Main -Copyright : © 2022-2025 Albert Krewinkel +Copyright : © 2022-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/hslua.cabal new/hslua-2.5.0/hslua.cabal --- old/hslua-2.4.0/hslua.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/hslua.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua -version: 2.4.0 +version: 2.5.0 synopsis: Bindings to Lua, an embeddable scripting language description: HsLua provides wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. @@ -19,21 +19,16 @@ maintainer: [email protected] copyright: © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; - © 2017-2024 Albert Krewinkel + © 2017-2026 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: README.md , CHANGELOG.md , test/lua/*.lua -tested-with: GHC == 8.8.4 - , GHC == 8.10.7 - , GHC == 9.0.2 - , GHC == 9.2.8 - , GHC == 9.4.8 - , GHC == 9.6.7 - , GHC == 9.8.4 - , GHC == 9.10.2 - , GHC == 9.12.2 +tested-with: GHC == 9.6 + , GHC == 9.8 + , GHC == 9.10 + , GHC == 9.12 source-repository head type: git @@ -80,16 +75,15 @@ , HsLua.Packaging , HsLua.Packaging.Function , HsLua.Packaging.Module - , HsLua.Packaging.Rendering , HsLua.Typing hs-source-dirs: src build-depends: hslua-aeson >= 2.3.1 && < 2.4 , hslua-classes >= 2.2.1 && < 2.4 , hslua-core >= 2.3.2 && < 2.4 , hslua-marshalling >= 2.3.1 && < 2.4 - , hslua-objectorientation >= 2.4 && < 2.5 - , hslua-packaging >= 2.3.1 && < 2.4 - , hslua-typing >= 0.1.1 && < 0.2 + , hslua-objectorientation >= 2.5 && < 2.6 + , hslua-packaging >= 2.4 && < 2.5 + , hslua-typing >= 0.2 && < 0.3 test-suite test-hslua import: common-options diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/src/HsLua/Util.hs new/hslua-2.5.0/src/HsLua/Util.hs --- old/hslua-2.4.0/src/HsLua/Util.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/src/HsLua/Util.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ Module : HsLua.Util Copyright : © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; - © 2017-2024 Albert Krewinkel + © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/src/HsLua.hs new/hslua-2.5.0/src/HsLua.hs --- old/hslua-2.4.0/src/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/src/HsLua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ Module : HsLua Copyright : © 2007–2012 Gracjan Polak; © 2012–2016 Ömer Sinan Ağacan; - © 2017-2024 Albert Krewinkel + © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : beta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/test/HsLua/UtilTests.hs new/hslua-2.5.0/test/HsLua/UtilTests.hs --- old/hslua-2.4.0/test/HsLua/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/test/HsLua/UtilTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : HsLua.UtilTests -Copyright : © 2017-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/test/HsLuaTests.hs new/hslua-2.5.0/test/HsLuaTests.hs --- old/hslua-2.4.0/test/HsLuaTests.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/test/HsLuaTests.hs 2001-09-09 03:46:40.000000000 +0200 @@ -3,7 +3,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : HsLua.Packaging.Module -Copyright : © 2019-2024 Albert Krewinkel +Copyright : © 2019-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]> Stability : alpha diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-2.4.0/test/test-hslua.hs new/hslua-2.5.0/test/test-hslua.hs --- old/hslua-2.4.0/test/test-hslua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-2.5.0/test/test-hslua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : Main -Copyright : © 2017-2024 Albert Krewinkel +Copyright : © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]>
