diff --git a/ghc-hslua-module-text.changes b/ghc-hslua-module-text.changes index e489d31..8b4ace9 100644 --- a/ghc-hslua-module-text.changes +++ b/ghc-hslua-module-text.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jan 6 21:45:57 UTC 2023 - Peter Simons + +- Update hslua-module-text to version 1.0.3.1. + ## hslua-module-text-1.0.3.1 + + Released 2023-01-06. + + - Generalized a test to avoid failures with stack nightly. + + - Added GHC 9.4 to test matrix. + +------------------------------------------------------------------- +Tue Jan 3 09:01:28 UTC 2023 - Peter Simons + +- Update hslua-module-text to version 1.0.3. + ## hslua-module-text-1.0.3 + + Released 2023-01-03. + + - Added new functions `fromencoding` and `toencoding`. These can + be used to convert from or to a different (non UTF-8) + encoding. This is particularly helpful when opening files on + system that don't use UTF-8 for their file system, most + notably Windows. + ------------------------------------------------------------------- Sat Feb 19 14:38:23 UTC 2022 - Peter Simons diff --git a/ghc-hslua-module-text.spec b/ghc-hslua-module-text.spec index e1fb72c..f9095b4 100644 --- a/ghc-hslua-module-text.spec +++ b/ghc-hslua-module-text.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-module-text # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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-module-text %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.2 +Version: 1.0.3.1 Release: 0 Summary: Lua module for text License: MIT diff --git a/hslua-module-text-1.0.2.tar.gz b/hslua-module-text-1.0.2.tar.gz deleted file mode 100644 index 864b2bb..0000000 --- a/hslua-module-text-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81d6525fc1e5d252703f91eb3f015f24adeec057553a4c7696768285fb30577 -size 4650 diff --git a/hslua-module-text-1.0.3.1.tar.gz b/hslua-module-text-1.0.3.1.tar.gz new file mode 100644 index 0000000..964f1a5 --- /dev/null +++ b/hslua-module-text-1.0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c331eaacad080a85da7160726c3f9e61102e329ef42607aa04b08acea46b608 +size 6129