update to 0.8.2.1
This commit is contained in:
parent
f62c01f027
commit
2beed14a30
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
|||||||
/skylighting-core-0.7.5.tar.gz
|
/skylighting-core-0.7.5.tar.gz
|
||||||
/skylighting-0.7.7.tar.gz
|
/skylighting-0.7.7.tar.gz
|
||||||
/skylighting-core-0.7.7.tar.gz
|
/skylighting-core-0.7.7.tar.gz
|
||||||
|
/skylighting-0.8.2.1.tar.gz
|
||||||
|
/skylighting-core-0.8.2.1.tar.gz
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%global skylightingcore skylighting-core-0.7.7
|
%global skylightingcore skylighting-core-0.8.2.1
|
||||||
%global subpkgs %{skylightingcore}
|
%global subpkgs %{skylightingcore}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.7
|
Version: 0.8.2.1
|
||||||
# can only be reset when all subpkgs bumped
|
# can only be reset when all subpkgs bumped
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -23,29 +23,29 @@ Source1: https://hackage.haskell.org/package/%{skylightingcore}/%{skyligh
|
|||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros-extra
|
BuildRequires: ghc-rpm-macros-extra
|
||||||
|
BuildRequires: ghc-base-prof
|
||||||
|
BuildRequires: ghc-binary-prof
|
||||||
|
BuildRequires: ghc-bytestring-prof
|
||||||
|
BuildRequires: ghc-containers-prof
|
||||||
|
#BuildRequires: ghc-skylighting-core-prof
|
||||||
|
# for missing dep 'skylighting-core':
|
||||||
BuildRequires: ghc-aeson-prof
|
BuildRequires: ghc-aeson-prof
|
||||||
BuildRequires: ghc-ansi-terminal-prof
|
BuildRequires: ghc-ansi-terminal-prof
|
||||||
BuildRequires: ghc-attoparsec-prof
|
BuildRequires: ghc-attoparsec-prof
|
||||||
BuildRequires: ghc-base-prof
|
|
||||||
BuildRequires: ghc-base64-bytestring-prof
|
BuildRequires: ghc-base64-bytestring-prof
|
||||||
BuildRequires: ghc-binary-prof
|
|
||||||
BuildRequires: ghc-blaze-html-prof
|
BuildRequires: ghc-blaze-html-prof
|
||||||
BuildRequires: ghc-bytestring-prof
|
|
||||||
BuildRequires: ghc-case-insensitive-prof
|
BuildRequires: ghc-case-insensitive-prof
|
||||||
BuildRequires: ghc-colour-prof
|
BuildRequires: ghc-colour-prof
|
||||||
BuildRequires: ghc-containers-prof
|
|
||||||
BuildRequires: ghc-directory-prof
|
BuildRequires: ghc-directory-prof
|
||||||
BuildRequires: ghc-filepath-prof
|
BuildRequires: ghc-filepath-prof
|
||||||
BuildRequires: ghc-hxt-prof
|
BuildRequires: ghc-hxt-prof
|
||||||
BuildRequires: ghc-mtl-prof
|
BuildRequires: ghc-mtl-prof
|
||||||
|
BuildRequires: ghc-regex-base-prof
|
||||||
BuildRequires: ghc-regex-pcre-prof
|
BuildRequires: ghc-regex-pcre-prof
|
||||||
BuildRequires: ghc-safe-prof
|
BuildRequires: ghc-safe-prof
|
||||||
#BuildRequires: ghc-skylighting-core-prof
|
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
BuildRequires: ghc-utf8-string-prof
|
|
||||||
# for missing dep 'skylighting-core':
|
|
||||||
#BuildRequires: ghc-regex-pcre-builtin-prof
|
|
||||||
BuildRequires: ghc-transformers-prof
|
BuildRequires: ghc-transformers-prof
|
||||||
|
BuildRequires: ghc-utf8-string-prof
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -105,7 +105,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
# Begin cabal-rpm setup:
|
# Begin cabal-rpm setup:
|
||||||
%setup -q -n %{pkgver} -a1
|
%setup -q -n %{pkgver} -a1
|
||||||
# End cabal-rpm setup
|
# End cabal-rpm setup
|
||||||
|
(
|
||||||
|
cd %{skylightingcore}
|
||||||
cabal-tweak-flag system-pcre True
|
cabal-tweak-flag system-pcre True
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -155,6 +158,9 @@ cabal-tweak-flag system-pcre True
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.8.2.1-5
|
||||||
|
- update to 0.8.2.1
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-4
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (skylighting-0.7.7.tar.gz) = 807fd86548fcc0c20869c6cf38b5b8c1498af5622d000200bee11ae4ce3df8d05353b8902215f9d914204a041344f33bcd59acc4446a1d4a2a4f82d45ece2fde
|
SHA512 (skylighting-0.8.2.1.tar.gz) = b114fdde25ce67ae8e9a7cecf0d2e413fab2696152b3959dd79515af65fc0e5d23e22b0e0c3052088578cb8f774b805acaeb1d384aeb031acf916694b3655605
|
||||||
SHA512 (skylighting-core-0.7.7.tar.gz) = 88ab8e50b094154069f493dcc4091bb7ac875ba9be2d90f1b22ac8bc9f4c1b556101eba96f098659f581dbf609d6b5df82a604fd31fdfb2c3cdfa3f792dd5bbd
|
SHA512 (skylighting-core-0.8.2.1.tar.gz) = 0eb5f967e21a08a89a9f4eb939dbb2b1ac005c3bec669bf60c6dd69f1b1f3f50dfbc1a2a4dfbe0633b54ca8e751e0b78f755a31d7f1783dc1fcc5f92321dc749
|
||||||
|
Loading…
Reference in New Issue
Block a user