osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hslua-module-system revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-system?expand=0&rev=15
This commit is contained in:
parent
74b38fa884
commit
3f04727f35
@ -1,24 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:54 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hslua-module-system
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.2
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Lua module wrapper around Haskell's System module
|
||||
License: MIT
|
||||
@ -35,7 +35,6 @@ 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
|
||||
|
||||
@ -59,7 +58,7 @@ This package provides the Haskell %{pkg_name} library development
|
||||
files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
3
hslua-module-system-0.2.1.tar.gz
Normal file
3
hslua-module-system-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:108e4dee68d09eb61b77122e0a5b8b7f0bafe1a7b4168e7ff4970c56def8fcd4
|
||||
size 6339
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31fb666ef8fd7a7e472705713eba295833e91450861463f731704e403610946b
|
||||
size 6947
|
Loading…
Reference in New Issue
Block a user