update to 0.10.2
This commit is contained in:
parent
aa6b0ad81f
commit
8418820eaf
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
||||
/skylighting-0.8.4.tar.gz
|
||||
/skylighting-0.8.5.tar.gz
|
||||
/skylighting-core-0.8.5.tar.gz
|
||||
/skylighting-0.10.2.tar.gz
|
||||
/skylighting-core-0.10.2.tar.gz
|
||||
|
@ -1,14 +1,14 @@
|
||||
# generated by cabal-rpm-2.0.6 --subpackage
|
||||
# generated by cabal-rpm-2.0.9 --subpackage
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name skylighting
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%global skylightingcore skylighting-core-0.8.5
|
||||
%global skylightingcore skylighting-core-0.10.5.1
|
||||
%global subpkgs %{skylightingcore}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.5
|
||||
Version: 0.10.2
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 5%{?dist}
|
||||
Summary: Syntax highlighting library
|
||||
@ -38,13 +38,12 @@ BuildRequires: ghc-case-insensitive-prof
|
||||
BuildRequires: ghc-colour-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-hxt-prof
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-regex-pcre-prof
|
||||
BuildRequires: ghc-safe-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
BuildRequires: ghc-utf8-string-prof
|
||||
BuildRequires: ghc-xml-conduit-prof
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -74,6 +73,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%package doc
|
||||
Summary: Haskell %{pkg_name} library documentation
|
||||
BuildArch: noarch
|
||||
Requires: ghc-filesystem
|
||||
|
||||
%description doc
|
||||
This package provides the Haskell %{pkg_name} library documentation.
|
||||
@ -104,10 +104,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver} -a1
|
||||
# End cabal-rpm setup
|
||||
(
|
||||
cd %{skylightingcore}
|
||||
cabal-tweak-flag system-pcre True
|
||||
)
|
||||
|
||||
|
||||
%build
|
||||
@ -147,6 +143,9 @@ cabal-tweak-flag system-pcre True
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.10.2-5
|
||||
- update to 0.10.2
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (skylighting-0.8.5.tar.gz) = 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f
|
||||
SHA512 (skylighting-core-0.8.5.tar.gz) = ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257
|
||||
SHA512 (skylighting-core-0.10.2.tar.gz) = c3d20694b29dee660cbba681dec4b7610b1b5be8e5b359931935b0e2a466f41a494847231557c6c5906d5b31487360516af0e00c46689cbc03c9de58e3430698
|
||||
SHA512 (skylighting-0.10.2.tar.gz) = 04d411580caf6102e3f8732c53b103412c6d42becfadbbcdd13053557235b632f07d82b22acad87ffc37f5705a387367aa21a0b70b1c5cf2ef52acce1b3e4e86
|
||||
|
Loading…
Reference in New Issue
Block a user