Hello community,
here is the log from the commit of package ghc-hslua-module-text for
openSUSE:Factory checked in at 2020-10-23 15:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hslua-module-text (Old)
and /work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hslua-module-text"
Fri Oct 23 15:14:02 2020 rev:8 rq:842748 version:0.3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hslua-module-text/ghc-hslua-module-text.changes
2020-08-28 21:33:34.244672428 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hslua-module-text.new.3463/ghc-hslua-module-text.changes
2020-10-23 15:14:05.338126756 +0200
@@ -1,0 +2,8 @@
+Sat Oct 17 02:01:39 UTC 2020 - [email protected]
+
+- Update hslua-module-text to version 0.3.0.1.
+ ## 0.3.0.1 -- 2020-10-16
+
+ - Relaxed upper bound for hslua, allow `hslua-1.3.*`.
+
+-------------------------------------------------------------------
Old:
----
hslua-module-text-0.3.0.tar.gz
New:
----
hslua-module-text-0.3.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hslua-module-text.spec ++++++
--- /var/tmp/diff_new_pack.GG33Vd/_old 2020-10-23 15:14:06.210127176 +0200
+++ /var/tmp/diff_new_pack.GG33Vd/_new 2020-10-23 15:14:06.214127178 +0200
@@ -19,7 +19,7 @@
%global pkg_name hslua-module-text
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.0
+Version: 0.3.0.1
Release: 0
Summary: Lua module for text
License: MIT
++++++ hslua-module-text-0.3.0.tar.gz -> hslua-module-text-0.3.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-text-0.3.0/ChangeLog.md
new/hslua-module-text-0.3.0.1/ChangeLog.md
--- old/hslua-module-text-0.3.0/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
+++ new/hslua-module-text-0.3.0.1/ChangeLog.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,9 @@
# Revision history for hslua-module-text
+## 0.3.0.1 -- 2020-10-16
+
+- Relaxed upper bound for hslua, allow `hslua-1.3.*`.
+
## 0.3.0 -- 2020-08-15
- Use self-documenting module. This allows to include
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hslua-module-text-0.3.0/hslua-module-text.cabal
new/hslua-module-text-0.3.0.1/hslua-module-text.cabal
--- old/hslua-module-text-0.3.0/hslua-module-text.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hslua-module-text-0.3.0.1/hslua-module-text.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: hslua-module-text
-version: 0.3.0
+version: 0.3.0.1
synopsis: Lua module for text
description: UTF-8 aware subset of Lua's `string` module.
homepage: https://github.com/hslua/hslua-module-text
@@ -28,7 +28,7 @@
exposed-modules: Foreign.Lua.Module.Text
build-depends: base >= 4.8 && < 5
, bytestring >= 0.10.2 && < 0.11
- , hslua >= 1.2 && < 1.3
+ , hslua >= 1.2 && < 1.4
, text >= 1 && < 1.3
hs-source-dirs: src
default-language: Haskell2010