Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-cli for openSUSE:Factory checked in at 2026-06-10 16:00:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-cli (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-cli.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-cli" Wed Jun 10 16:00:53 2026 rev:5 rq:1358381 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-cli/ghc-hslua-cli.changes 2024-07-22 17:17:16.479534822 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-cli.new.2375/ghc-hslua-cli.changes 2026-06-10 16:03:27.514341231 +0200 @@ -1,0 +2,9 @@ +Thu Jan 8 15:05:43 UTC 2026 - Peter Simons <[email protected]> + +- Update hslua-cli to version 1.4.4. + 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-cli-1.4.4/src/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- hslua-cli-1.4.3.tar.gz New: ---- hslua-cli-1.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-cli.spec ++++++ --- /var/tmp/diff_new_pack.GsiZHI/_old 2026-06-10 16:03:29.470422292 +0200 +++ /var/tmp/diff_new_pack.GsiZHI/_new 2026-06-10 16:03:29.470422292 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-cli # -# Copyright (c) 2024 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 @@ -19,7 +19,7 @@ %global pkg_name hslua-cli %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Command-line interface for Lua License: MIT ++++++ hslua-cli-1.4.3.tar.gz -> hslua-cli-1.4.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-cli-1.4.3/CHANGELOG.md new/hslua-cli-1.4.4/CHANGELOG.md --- old/hslua-cli-1.4.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-cli-1.4.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,15 @@ `hslua-cli` uses [PVP Versioning](https://pvp.haskell.org). +## hslua-cli-1.4.4 + +Released 2026-01-08. + +- Dropped support for GHC older than 9.6. + ## hslua-cli-1.4.3 -Release pending. +Released 2024-06-28. - Include copyright notice when printing version info; i.e., the behavior is now closer to that of the default `lua` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-cli-1.4.3/LICENSE new/hslua-cli-1.4.4/LICENSE --- old/hslua-cli-1.4.3/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-cli-1.4.4/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-cli-1.4.3/app/hslua.hs new/hslua-cli-1.4.4/app/hslua.hs --- old/hslua-cli-1.4.3/app/hslua.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-cli-1.4.4/app/hslua.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {- | Module : Main -Copyright : © 2022-2024 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-cli-1.4.3/hslua-cli.cabal new/hslua-cli-1.4.4/hslua-cli.cabal --- old/hslua-cli-1.4.3/hslua-cli.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-cli-1.4.4/hslua-cli.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-cli -version: 1.4.3 +version: 1.4.4 synopsis: Command-line interface for Lua description: Provides an embeddable command-line interface for Lua. The interface is compatible with the standard Lua @@ -12,21 +12,15 @@ license-file: LICENSE author: Albert Krewinkel maintainer: Albert Krewinkel <[email protected]> -copyright: © 2022-2024 Albert Krewinkel +copyright: © 2022-2026 Albert Krewinkel category: Foreign build-type: Simple extra-doc-files: README.md CHANGELOG.md -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.8 - , GHC == 9.4.8 - , GHC == 9.6.5 - , GHC == 9.8.2 - , GHC == 9.10.1 +tested-with: GHC == 9.6 + , GHC == 9.8 + , GHC == 9.10 + , GHC == 9.12 source-repository head type: git @@ -39,21 +33,22 @@ common common-options build-depends: base >= 4.9.1 && < 5 - , bytestring , hslua-core >= 2.3 && < 2.4 ghc-options: -Wall - -Wcompat + -Wcpp-undef + -Werror=missing-home-modules -Widentities - -Wincomplete-uni-patterns -Wincomplete-record-updates - if impl(ghc >= 8.0) - ghc-options: -Wredundant-constraints - if impl(ghc >= 8.2) - ghc-options: -fhide-source-paths - if impl(ghc >= 8.4) - ghc-options: -Wmissing-export-lists + -Wincomplete-uni-patterns + -Wnoncanonical-monad-instances -Wpartial-fields + -Wredundant-constraints + -fhide-source-paths + if impl(ghc >= 8.10) + ghc-options: -Wunused-packages + if impl(ghc >= 9.0) + ghc-options: -Winvalid-haddock default-language: Haskell2010 @@ -62,6 +57,7 @@ hs-source-dirs: src exposed-modules: HsLua.CLI build-depends: base >= 4.11 && < 5 + , bytestring >= 0.10.2 && < 0.13 , hslua-marshalling >= 2.2 && < 2.4 , hslua-repl >= 0.1 && < 0.2 , lua >= 2.3 && < 2.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-cli-1.4.3/src/HsLua/CLI.hs new/hslua-cli-1.4.4/src/HsLua/CLI.hs --- old/hslua-cli-1.4.3/src/HsLua/CLI.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-cli-1.4.4/src/HsLua/CLI.hs 2001-09-09 03:46:40.000000000 +0200 @@ -4,7 +4,7 @@ {-# LANGUAGE PatternSynonyms #-} {- | Module : HsLua.CLI -Copyright : Copyright © 2017-2024 Albert Krewinkel +Copyright : Copyright © 2017-2026 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <[email protected]>
