update to 0.13.2
This commit is contained in:
parent
a4c490a4a2
commit
c6262c55f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
||||
/cabal-rpm-0.12.6.tar.gz
|
||||
/cabal-rpm-0.13.tar.gz
|
||||
/cabal-rpm-0.13.1.tar.gz
|
||||
/cabal-rpm-0.13.2.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: cabal-rpm
|
||||
Version: 0.13.1
|
||||
Version: 0.13.2
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM packaging tool for Haskell Cabal-based packages
|
||||
|
||||
@ -66,6 +66,7 @@ dependencies. The diff command compares the current spec file with a freshly
|
||||
generated one, the update command updates the spec file to latest version from
|
||||
Stackage or Hackage, and the refresh command updates the spec file to the
|
||||
current cabal-rpm packaging. It also handles Hackage revisions of packages.
|
||||
Standalone packages can also be packaged built with cabal-install.
|
||||
|
||||
|
||||
%prep
|
||||
@ -101,6 +102,14 @@ ln -s %{name} %{buildroot}%{_bindir}/cblrpm
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 06 2019 Jens Petersen <petersen@redhat.com> - 0.13.2-1
|
||||
- update to 0.13.2:
|
||||
- include ANNOUNCE in docs
|
||||
- if dependency parallel directory exists, don't check if installed
|
||||
- fix buildDepends on Cabal-2.4
|
||||
- new --standalone option for private packages built with cabal-install
|
||||
- print --{missing,standalone,subpackage} options on spec file header line
|
||||
|
||||
* Mon Mar 18 2019 Jens Petersen <petersen@redhat.com> - 0.13.1-1
|
||||
- update: fix rw git dir detection
|
||||
- fix tarball downloading and copying of revised .cabal file
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cabal-rpm-0.13.1.tar.gz) = 7df6c1f9985d11a71d5e63de079bcb7f06655b25ee1845895e3b0d7f306bec1973ee7844f7207c414131dc47100a49366f6a9d9627124306307c1a29f7554e94
|
||||
SHA512 (cabal-rpm-0.13.2.tar.gz) = cf8b7a24c57e9f703c096261b276192eb0ebf57eef96c93ea575e1175667b214e2102b143d5040dbf57cf7f857bd632a1484f505a011b627ee770cab9b6a7cfc
|
||||
|
Loading…
Reference in New Issue
Block a user