Hello community, here is the log from the commit of package ghc-hslua-module-system for openSUSE:Factory checked in at 2020-10-23 15:14:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-system (Old) and /work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-system" Fri Oct 23 15:14:00 2020 rev:5 rq:842747 version:0.2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hslua-module-system/ghc-hslua-module-system.changes 2020-08-28 21:33:29.672670262 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hslua-module-system.new.3463/ghc-hslua-module-system.changes 2020-10-23 15:14:02.658125463 +0200 @@ -1,0 +2,8 @@ +Sat Oct 17 02:01:19 UTC 2020 - psim...@suse.com + +- Update hslua-module-system to version 0.2.2.1. + ## 0.2.2.1 -- 2020-10-16 + + - Relaxed upper bound for hslua, allow `hslua-1.3.*`. + +------------------------------------------------------------------- Old: ---- hslua-module-system-0.2.2.tar.gz New: ---- hslua-module-system-0.2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hslua-module-system.spec ++++++ --- /var/tmp/diff_new_pack.pwwDud/_old 2020-10-23 15:14:03.390125816 +0200 +++ /var/tmp/diff_new_pack.pwwDud/_new 2020-10-23 15:14:03.394125818 +0200 @@ -19,7 +19,7 @@ %global pkg_name hslua-module-system %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.2 +Version: 0.2.2.1 Release: 0 Summary: Lua module wrapper around Haskell's System module License: MIT ++++++ hslua-module-system-0.2.2.tar.gz -> hslua-module-system-0.2.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-system-0.2.2/CHANGELOG.md new/hslua-module-system-0.2.2.1/CHANGELOG.md --- old/hslua-module-system-0.2.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-0.2.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # Revision history for hslua-module-system +## 0.2.2.1 -- 2020-10-16 + +- Relaxed upper bound for hslua, allow `hslua-1.3.*`. + ## 0.2.2 -- 2020-08-15 - Relaxed upper bound for hslua, allow `hslua-1.2.*`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hslua-module-system-0.2.2/hslua-module-system.cabal new/hslua-module-system-0.2.2.1/hslua-module-system.cabal --- old/hslua-module-system-0.2.2/hslua-module-system.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hslua-module-system-0.2.2.1/hslua-module-system.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: hslua-module-system -version: 0.2.2 +version: 0.2.2.1 synopsis: Lua module wrapper around Haskell's System module. description: Provides access to system information and functionality @@ -36,7 +36,7 @@ , containers >= 0.5 && < 0.7 , directory >= 1.3 && < 1.4 , exceptions >= 0.8 && < 0.11 - , hslua >= 1.0.3 && < 1.3 + , hslua >= 1.0.3 && < 1.4 , temporary >= 1.2 && < 1.4 default-extensions: LambdaCase default-language: Haskell2010