Accepting request 829305 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/829305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-text?expand=0&rev=7
This commit is contained in:
commit
2782c9c24f
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 10:45:05 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-text to version 0.3.0.
|
||||||
|
## 0.3.0 -- 2020-08-15
|
||||||
|
|
||||||
|
- Use self-documenting module. This allows to include
|
||||||
|
documentation with the module definition, and to auto-generate
|
||||||
|
documentation from that. Requires hslua-1.2.0 or newer.
|
||||||
|
|
||||||
|
- Run CI tests with all GHC 8 versions, test stack builds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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-text
|
# spec file for package ghc-hslua-module-text
|
||||||
#
|
#
|
||||||
# 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-text
|
%global pkg_name hslua-module-text
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module for text
|
Summary: Lua module for text
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,6 +33,7 @@ BuildRequires: ghc-text-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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,7 +51,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:1302d9022e9beea0cf4f09f977d7ca0956c598d0bf15945de5a52dd8f7e66dc6
|
|
||||||
size 3498
|
|
3
hslua-module-text-0.3.0.tar.gz
Normal file
3
hslua-module-text-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f93828945d9a1a6fb73b12fcd1a4a054214f22ea2837fd2f673c7690d15825f8
|
||||||
|
size 4592
|
Loading…
Reference in New Issue
Block a user