diff --git a/ghc-hslua-module-system.changes b/ghc-hslua-module-system.changes index 41eba0b..c925731 100644 --- a/ghc-hslua-module-system.changes +++ b/ghc-hslua-module-system.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:04 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Sun Aug 16 02:01:35 UTC 2020 - psimons@suse.com + +- Update hslua-module-system to version 0.2.2. + ## 0.2.2 -- 2020-08-15 + + - Relaxed upper bound for hslua, allow `hslua-1.2.*`. + - Improved documentation of internal types. + - Use tasty-lua for unit tests. + - Update CI to test with all GHC versions. + ------------------------------------------------------------------- Tue Jun 16 11:14:12 UTC 2020 - Peter Simons diff --git a/ghc-hslua-module-system.spec b/ghc-hslua-module-system.spec index 2f98e03..542cccb 100644 --- a/ghc-hslua-module-system.spec +++ b/ghc-hslua-module-system.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua-module-system # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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-system %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Lua module wrapper around Haskell's System module License: MIT @@ -35,6 +35,7 @@ BuildRequires: ghc-temporary-devel %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-lua-devel BuildRequires: ghc-text-devel %endif @@ -58,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build diff --git a/hslua-module-system-0.2.1.tar.gz b/hslua-module-system-0.2.1.tar.gz deleted file mode 100644 index 650207d..0000000 --- a/hslua-module-system-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108e4dee68d09eb61b77122e0a5b8b7f0bafe1a7b4168e7ff4970c56def8fcd4 -size 6339 diff --git a/hslua-module-system-0.2.2.tar.gz b/hslua-module-system-0.2.2.tar.gz new file mode 100644 index 0000000..0a69581 --- /dev/null +++ b/hslua-module-system-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fb666ef8fd7a7e472705713eba295833e91450861463f731704e403610946b +size 6947