update to 0.2.1
This commit is contained in:
parent
e4bd28a978
commit
5c0d1520ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/hslua-module-text-0.1.2.1.tar.gz
|
||||
/hslua-module-text-0.2.1.tar.gz
|
||||
|
@ -7,15 +7,14 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.2.1
|
||||
Release: 9%{?dist}
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Lua module for text
|
||||
|
||||
License: MIT
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
||||
# End cabal-rpm sources
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
@ -27,6 +26,7 @@ BuildRequires: ghc-doc
|
||||
BuildRequires: ghc-prof
|
||||
%endif
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-hslua-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
%if %{with tests}
|
||||
@ -74,7 +74,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%prep
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver}
|
||||
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
# End cabal-rpm setup
|
||||
|
||||
|
||||
@ -115,6 +114,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.2.1-1
|
||||
- update to 0.2.1
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
@ -1,41 +0,0 @@
|
||||
name: hslua-module-text
|
||||
version: 0.1.2.1
|
||||
x-revision: 1
|
||||
synopsis: Lua module for text
|
||||
description: UTF-8 aware subset of Lua's `string` module.
|
||||
homepage: https://github.com/hslua/hslua-module-test
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Albert Krewinkel
|
||||
maintainer: albert+hslua@zeitkraut.de
|
||||
copyright: © 2017 Albert Krewinkel
|
||||
category: Foreign
|
||||
build-type: Simple
|
||||
extra-source-files: ChangeLog.md
|
||||
test/hstext-test.lua
|
||||
cabal-version: >=1.10
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/hslua/hslua-module-text.git
|
||||
|
||||
library
|
||||
exposed-modules: Foreign.Lua.Module.Text
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, hslua >= 0.9 && < 0.10
|
||||
, text >= 1 && < 1.3
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite test-hslua
|
||||
default-language: Haskell2010
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: test-hslua-module-text.hs
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall -threaded
|
||||
build-depends: base
|
||||
, hslua
|
||||
, hslua-module-text
|
||||
, tasty
|
||||
, tasty-hunit
|
||||
, text
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hslua-module-text-0.1.2.1.tar.gz) = 06f6b5611d452479e99772bbd1eb622f56740a5fc17091cd5c49e13dacb5654deb6d073fe2f40ffb7240ab9267ea3c59d0282ef8f55fce9095525b3d29a73513
|
||||
SHA512 (hslua-module-text-0.2.1.tar.gz) = e2da17ec688c00968537e49c18d71a3e365a57bb0c8cb2639b2052d04771686ee695186726569e82f72723c78841bccdc0de33d0302e943e67f3432bd5fb9d13
|
||||
|
Loading…
Reference in New Issue
Block a user