Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hslua-module-system for openSUSE:Factory checked in at 2024-01-26 22:47:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-system (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-system" Fri Jan 26 22:47:13 2024 rev:12 rq:1141621 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-module-system/ghc-hslua-module-system.changes 2023-04-14 13:13:14.763621480 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.1815/ghc-hslua-module-system.changes 2024-01-26 22:47:32.296783642 +0100 @@ -1,0 +2,10 @@ +Thu Jan 18 17:32:15 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update hslua-module-system to version 1.1.1. + ## hslua-module-system-1.1.1 + + Released 2024-01-18. + + - Relaxed upper bound for text, allowing text-2.1. + +------------------------------------------------------------------- Old: ---- hslua-module-system-1.1.0.1.tar.gz New: ---- hslua-module-system-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-module-system.spec ++++++ --- /var/tmp/diff_new_pack.ab4qsl/_old 2024-01-26 22:47:33.164814902 +0100 +++ /var/tmp/diff_new_pack.ab4qsl/_new 2024-01-26 22:47:33.164814902 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-module-system # -# 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: 1.1.0.1 +Version: 1.1.1 Release: 0 Summary: Lua module wrapper around Haskell's System module License: MIT ++++++ hslua-module-system-1.1.0.1.tar.gz -> hslua-module-system-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-system-1.1.0.1/CHANGELOG.md new/hslua-module-system-1.1.1/CHANGELOG.md --- old/hslua-module-system-1.1.0.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,6 +2,12 @@ `hslua-module-system` uses [PVP Versioning][]. +## hslua-module-system-1.1.1 + +Released 2024-01-18. + +- Relaxed upper bound for text, allowing text-2.1. + ## hslua-module-system-1.1.0.1 Released 2023-03-26. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-system-1.1.0.1/LICENSE new/hslua-module-system-1.1.1/LICENSE --- old/hslua-module-system-1.1.0.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/LICENSE 2001-09-09 03:46:40.000000000 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2019-2023 Albert Krewinkel +Copyright (c) 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-module-system-1.1.0.1/hslua-module-system.cabal new/hslua-module-system-1.1.1/hslua-module-system.cabal --- old/hslua-module-system-1.1.0.1/hslua-module-system.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/hslua-module-system.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hslua-module-system -version: 1.1.0.1 +version: 1.1.1 synopsis: Lua module wrapper around Haskell's System module. description: Provides access to system information and @@ -15,7 +15,7 @@ license-file: LICENSE author: Albert Krewinkel maintainer: tar...@hslua.org -copyright: © 2019-2023 Albert Krewinkel <tar...@hslua.org> +copyright: © 2019-2024 Albert Krewinkel <tar...@hslua.org> category: Foreign extra-source-files: CHANGELOG.md , test/test-system.lua @@ -24,8 +24,10 @@ , GHC == 8.8.3 , GHC == 8.10.7 , 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 @@ -37,7 +39,7 @@ build-depends: base >= 4.11 && < 5 , hslua-core >= 2.1 && < 2.4 , hslua-packaging >= 2.3 && < 2.4 - , text >= 1.2 && < 2.1 + , text >= 1.2 && < 2.2 default-extensions: LambdaCase , OverloadedStrings ghc-options: -Wall diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-system-1.1.0.1/src/HsLua/Module/System.hs new/hslua-module-system-1.1.1/src/HsLua/Module/System.hs --- old/hslua-module-system-1.1.0.1/src/HsLua/Module/System.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/src/HsLua/Module/System.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Module.System -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-module-system-1.1.0.1/src/HsLua/Module/SystemUtils.hs new/hslua-module-system-1.1.1/src/HsLua/Module/SystemUtils.hs --- old/hslua-module-system-1.1.0.1/src/HsLua/Module/SystemUtils.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/src/HsLua/Module/SystemUtils.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ {-| Module : HsLua.Module.SystemUtils -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-module-system-1.1.0.1/test/test-hslua-module-system.hs new/hslua-module-system-1.1.1/test/test-hslua-module-system.hs --- old/hslua-module-system-1.1.0.1/test/test-hslua-module-system.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-1.1.1/test/test-hslua-module-system.hs 2001-09-09 03:46:40.000000000 +0200 @@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : Main -Copyright : © 2019-2023 Albert Krewinkel +Copyright : © 2019-2024 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tar...@hslua.org> Stability : alpha