update to 0.3.0.1
This commit is contained in:
parent
9a50fc84bd
commit
3e62dafabd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/hslua-module-text-0.1.2.1.tar.gz
|
||||
/hslua-module-text-0.2.1.tar.gz
|
||||
/hslua-module-text-0.3.0.1.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1
|
||||
Release: 7%{?dist}
|
||||
Version: 0.3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Lua module for text
|
||||
|
||||
License: MIT
|
||||
@ -24,10 +24,6 @@ BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-hslua-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -72,7 +68,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%prep
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver}
|
||||
chmod a-x ChangeLog.md
|
||||
# End cabal-rpm setup
|
||||
|
||||
|
||||
@ -88,10 +83,6 @@ chmod a-x ChangeLog.md
|
||||
# End cabal-rpm install
|
||||
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
@ -114,6 +105,9 @@ chmod a-x ChangeLog.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.3.0.1-1
|
||||
- update to 0.3.0.1
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hslua-module-text-0.2.1.tar.gz) = e2da17ec688c00968537e49c18d71a3e365a57bb0c8cb2639b2052d04771686ee695186726569e82f72723c78841bccdc0de33d0302e943e67f3432bd5fb9d13
|
||||
SHA512 (hslua-module-text-0.3.0.1.tar.gz) = 15ba5e97261e9fa0bb4053575a0dd368048141a401200c32bb53a969cc741d2bd2d04890fef5c488fb6f476438d28e4d5ab9fea4a62aecdee285e8f1a1adecc4
|
||||
|
Loading…
Reference in New Issue
Block a user