commit ghc-hslua-packaging for openSUSE:Factory
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 2022-08-01 21:29:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-packaging (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-packaging.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-hslua-packaging" Mon Aug 1 21:29:57 2022 rev:3 rq:987047 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-packaging/ghc-hslua-packaging.changes 2022-02-11 23:11:03.059230827 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-packaging.new.1533/ghc-hslua-packaging.changes 2022-08-01 21:30:05.801604435 +0200 @@ -1,0 +2,33 @@ +Sun Jun 19 11:55:34 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update hslua-packaging to version 2.2.1. + ## hslua-packaging-2.2.1 + + Release pending. + + - Require hslua-core-2.2.1. + + - Require hslua-marshalling-2.2.1. + + - Require hslua-objectorientation-2.2.1. + +------------------------------------------------------------------- +Fri May 20 10:39:28 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update hslua-packaging to version 2.2.0.1. + ## hslua-packaging-2.2.0.1 + + Released 2022-05-20. + + - Relax upper bound for mtl, allow mtl-2.3. + +------------------------------------------------------------------- +Sat Feb 19 14:38:26 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update hslua-packaging to version 2.2.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-packaging-2.2.0/src/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- hslua-packaging-2.1.0.tar.gz New: ---- hslua-packaging-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-packaging.spec ++++++ --- /var/tmp/diff_new_pack.ePXNxq/_old 2022-08-01 21:30:06.541606558 +0200 +++ /var/tmp/diff_new_pack.ePXNxq/_new 2022-08-01 21:30:06.557606603 +0200 @@ -19,7 +19,7 @@ %global pkg_name hslua-packaging %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Utilities to build Lua modules License: MIT ++++++ hslua-packaging-2.1.0.tar.gz -> hslua-packaging-2.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.1.0/CHANGELOG.md new/hslua-packaging-2.2.1/CHANGELOG.md --- old/hslua-packaging-2.1.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -2,9 +2,32 @@ `hslua-packaging` uses [PVP Versioning][]. +## hslua-packaging-2.2.1 + +Release pending. + +- Require hslua-core-2.2.1. + +- Require hslua-marshalling-2.2.1. + +- Require hslua-objectorientation-2.2.1. + +## hslua-packaging-2.2.0.1 + +Released 2022-05-20. + +- Relax upper bound for mtl, allow mtl-2.3. + +## hslua-packaging-2.2.0 + +Released 2022-02-19. + +- Require versions 2.2 for hslua-core, hslua-marshalling, + hslua-objectorientation. + ## hslua-packaging-2.1.0 -Released 29-01-2022. +Released 2022-01-29. - Added function `documentation`: The documented function `documentation` is added and exported from module diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-packaging-2.1.0/hslua-packaging.cabal new/hslua-packaging-2.2.1/hslua-packaging.cabal --- old/hslua-packaging-2.1.0/hslua-packaging.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.2.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.1.0 +version: 2.2.1 synopsis: Utilities to build Lua modules. description: Utilities to package up Haskell functions and values into a Lua module. @@ -24,8 +24,8 @@ , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.3 - , GHC == 9.0.1 - , GHC == 9.2.1 + , GHC == 9.0.2 + , GHC == 9.2.3 source-repository head type: git @@ -35,10 +35,10 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5 - , hslua-core >= 2.1 && < 2.2 - , hslua-marshalling >= 2.1 && < 2.2 - , hslua-objectorientation >= 2.1 && < 2.2 - , mtl >= 2.2 && < 2.3 + , hslua-core >= 2.2.1 && < 2.3 + , hslua-marshalling >= 2.2.1 && < 2.3 + , hslua-objectorientation >= 2.2.1 && < 2.3 + , mtl >= 2.2 && < 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-packaging-2.1.0/src/HsLua/Packaging/Function.hs new/hslua-packaging-2.2.1/src/HsLua/Packaging/Function.hs --- old/hslua-packaging-2.1.0/src/HsLua/Packaging/Function.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-packaging-2.2.1/src/HsLua/Packaging/Function.hs 2001-09-09 03:46:40.000000000 +0200 @@ -53,7 +53,7 @@ ) where import Control.Applicative ((<|>)) -import Control.Monad.Except +import Control.Monad ((<$!>), forM_) import Data.Text (Text) import Data.Version (Version) import HsLua.Core
participants (1)
-
Source-Sync