update to 2.16.5
This commit is contained in:
parent
662c128b32
commit
c3a80bc7df
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ darcs-2.4.4.tar.gz
|
||||
/graphviz-2999.20.1.0.tar.gz
|
||||
/filtrable-0.1.4.0.tar.gz
|
||||
/darcs-2.16.4.tar.gz
|
||||
/darcs-2.16.5.tar.gz
|
||||
|
16
darcs.spec
16
darcs.spec
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.10 --subpackage
|
||||
# generated by cabal-rpm-2.0.12 --subpackage
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name darcs
|
||||
@ -11,9 +11,9 @@
|
||||
# testsuite missing deps: FindBin leancheck test-framework test-framework-hunit test-framework-leancheck test-framework-quickcheck2
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 2.16.4
|
||||
Version: 2.16.5
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: A distributed, interactive, smart revision control system
|
||||
|
||||
License: GPLv2+
|
||||
@ -56,7 +56,8 @@ BuildRequires: ghc-old-time-prof
|
||||
BuildRequires: ghc-parsec-prof
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-regex-applicative-prof
|
||||
#BuildRequires: ghc-regex-compat-tdfa-prof
|
||||
BuildRequires: ghc-regex-base-prof
|
||||
BuildRequires: ghc-regex-tdfa-prof
|
||||
BuildRequires: ghc-stm-prof
|
||||
BuildRequires: ghc-tar-prof
|
||||
BuildRequires: ghc-temporary-prof
|
||||
@ -97,9 +98,6 @@ Summary: Haskell %{name} library
|
||||
%description -n ghc-%{name}
|
||||
This package provides the Haskell %{name} shared library.
|
||||
|
||||
* Please note that hackage does not correctly display the license. It is meant
|
||||
to be "GPL-2.0-or-later".
|
||||
|
||||
|
||||
%package -n ghc-%{name}-devel
|
||||
Summary: Haskell %{name} library development files
|
||||
@ -153,7 +151,6 @@ This package provides the Haskell %{name} profiling library.
|
||||
%ifnarch %{ix86} x86_64 ppc
|
||||
cabal-tweak-flag threaded False
|
||||
%endif
|
||||
cabal-tweak-dep-ver cryptonite '< 0.28' '< 0.30'
|
||||
|
||||
|
||||
%build
|
||||
@ -205,6 +202,9 @@ install -Dpm 644 contrib/darcs_completion %{buildroot}%{_datadir}/bash-completio
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 2.16.5-36
|
||||
- https://hackage.haskell.org/package/darcs-2.16.5/changelog
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.4-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (data-ordlist-0.4.7.0.tar.gz) = a34ed99ea8eb34b29727a210f7a56c80b18a881e2da90fff0ae056b7c56b1f37212413a1daebc0b0118c193eb579d3d43bd426b25944da9044e8152eed80fa8b
|
||||
SHA512 (regex-compat-tdfa-0.95.1.4.tar.gz) = 7e387a7713ff8e43cfce4262b1288b85f8b60729162a842186bf6a7e1078dfb9e26013087ff7e9bcf81521f8c352926873bb280b9df57b016aef2ca4ce70aa14
|
||||
SHA512 (darcs-2.16.4.tar.gz) = 0f9a924d68416b660b86fd076d4f47915aba0e4a58bd92609e0f05f45913d6251109f3c477e20e0a517ca5fd35735b638690a8a0f7010a52e324c5a21a540a2a
|
||||
SHA512 (darcs-2.16.5.tar.gz) = 9116043943315417ff314197f6a143435b5545f614c6e6210c3645987a68c69c31f53f823ee5269cb663ccba393f8caf1834120783f15128e43b132c731a0edb
|
||||
|
Loading…
Reference in New Issue
Block a user