update to 2.0.4
This commit is contained in:
parent
d9009656cf
commit
ed2f748318
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/cabal-rpm-1.0.2.tar.gz
|
||||
/cabal-rpm-1.0.3.tar.gz
|
||||
/cabal-rpm-2.0.0.tar.gz
|
||||
/cabal-rpm-2.0.4.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# generated by cabal-rpm-2.0.2
|
||||
# generated by cabal-rpm-2.0.2 --stream hackage
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%bcond_without manpage
|
||||
|
||||
Name: cabal-rpm
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM packaging tool for Haskell Cabal-based packages
|
||||
|
||||
License: GPLv3+
|
||||
@ -61,7 +61,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.
|
||||
Standalone packages can also be made, built with cabal-install.
|
||||
|
||||
|
||||
%prep
|
||||
@ -104,6 +104,18 @@ ln -s %{name} %{buildroot}%{_bindir}/cblrpm
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 27 2020 Jens Petersen <petersen@redhat.com> - 2.0.4-1
|
||||
- drop %_devel compat macro
|
||||
- default stream is now lts-14
|
||||
- spec: detect local revised .cabal file
|
||||
- sort deps of subpackages
|
||||
- metapkgs don't have prof or doc
|
||||
- fix generation of subpackages for a new package
|
||||
- update: logic reworked to reduce redundant downloads
|
||||
- quote macros in commented fields
|
||||
- read --subpackage from spec header
|
||||
- generate BRs for subpackages
|
||||
|
||||
* Thu Feb 20 2020 Jens Petersen <petersen@redhat.com> - 2.0.0-3
|
||||
- refresh to cabal-rpm-2.0.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cabal-rpm-2.0.0.tar.gz) = 310d82f88deebba50075230b0052e4f5fd1a3ae69879b550f237eed3262aa0af8a7f28b37999835193752a2c974cb7c1d04f8351f4249e9fc7adebc8ed00d8ab
|
||||
SHA512 (cabal-rpm-2.0.4.tar.gz) = f5ee97a80bdc595d96902edc261bf90725b3e0381b404d5768f1c0b823de28a1710576c5877f90bd702523202bfa84cef2f6653746b8fff7df7b226e43dfd2ec
|
||||
|
Loading…
Reference in New Issue
Block a user