Accepting request 829304 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/829304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-system?expand=0&rev=4
This commit is contained in:
commit
9a9df2e840
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 10:45:04 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- 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 <psimons@suse.com>
|
Tue Jun 16 11:14:12 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hslua-module-system
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hslua-module-system
|
%global pkg_name hslua-module-system
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module wrapper around Haskell's System module
|
Summary: Lua module wrapper around Haskell's System module
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,6 +35,7 @@ BuildRequires: ghc-temporary-devel
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
|
BuildRequires: ghc-tasty-lua-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -58,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development
|
|||||||
files.
|
files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:108e4dee68d09eb61b77122e0a5b8b7f0bafe1a7b4168e7ff4970c56def8fcd4
|
|
||||||
size 6339
|
|
3
hslua-module-system-0.2.2.tar.gz
Normal file
3
hslua-module-system-0.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31fb666ef8fd7a7e472705713eba295833e91450861463f731704e403610946b
|
||||||
|
size 6947
|
Loading…
Reference in New Issue
Block a user