update to 0.11.4
This commit is contained in:
parent
14311f9740
commit
c3d864d342
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/ansi-terminal-0.10.3.tar.gz
|
/ansi-terminal-0.10.3.tar.gz
|
||||||
/ansi-terminal-0.11.tar.gz
|
/ansi-terminal-0.11.tar.gz
|
||||||
/ansi-terminal-0.11.1.tar.gz
|
/ansi-terminal-0.11.1.tar.gz
|
||||||
|
/ansi-terminal-0.11.4.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# generated by cabal-rpm-2.0.9
|
# generated by cabal-rpm-2.1.0
|
||||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||||
|
|
||||||
%global pkg_name ansi-terminal
|
%global pkg_name ansi-terminal
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.11.1
|
Version: 0.11.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple ANSI terminal support, with Windows compatibility
|
Summary: Simple ANSI terminal support, with Windows compatibility
|
||||||
|
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
# Begin cabal-rpm sources:
|
# Begin cabal-rpm sources:
|
||||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
@ -18,8 +18,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-base-devel
|
||||||
|
BuildRequires: ghc-colour-devel
|
||||||
|
%if %{with ghc_prof}
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-colour-prof
|
BuildRequires: ghc-colour-prof
|
||||||
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,6 +107,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.11.4-1
|
||||||
|
- https://hackage.haskell.org/package/ansi-terminal-0.11.4/changelog
|
||||||
|
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansi-terminal-0.11.1.tar.gz) = 184d1183a6ff3b5ffe053f9857d3e724909bc2b34efb37ed9d3ca332b90265c4eb40f5e174bd5fc588f697f92497d31cbe50cf55e7233e67c34508a04ad3902d
|
SHA512 (ansi-terminal-0.11.4.tar.gz) = 893ce121924fab1d80288316be4f1f38c05fc959e8ad87b25ed478f493c4294137aeff1c8300223774b0eede3c62337804428128b00b9c525cb7ac4d4290bac2
|
||||||
|
Loading…
Reference in New Issue
Block a user