All Versions
64
Latest Version
Avg Release Cycle
58 days
Latest Release
1486 days ago

Changelog History
Page 1

  • v2.0.8 Changes

    March 27, 2021
    • โšก๏ธ update: make sure krb ticket exists before uploading source
    • spec: executable doc files now handled by ghc-rpm-macros
    • ๐Ÿ— move dos2unix for revised DOS .cabal from download to spec build time
    • ๐Ÿ“ฆ spec: do not enable testsuite for standalone package
    • spec: also bash-completion for simple-cmd-args
    • 0๏ธโƒฃ spec: for bash-completions use default not filenames
    • Stackage: use lts-17
    • pkgInstallMissing: also install ghc-rpm-macros
  • v2.0.7 Changes

    October 07, 2020
    • ๐Ÿ“œ spec: setup bash completions for optparse-applicative
    • spec: --ignore-missing to ignore deps not yet in hackage
    • โšก๏ธ update: only commit revised if actual changes
    • ๐Ÿ‘‰ show rpmbuild mode
    • โšก๏ธ spec --standalone updated for cabal-install 3 (f33+)
  • v2.0.6 Changes

    June 28, 2020
    • ๐Ÿ“ฆ spec: use packager's name in %changelog
    • ๐Ÿ“ฆ spec: default package versions to Stackage LTS 16
    • spec now also leaves newly prepped source tree around
    • โœ… spec: handle testsuite tool deps separately
    • โšก๏ธ spec, refresh, update: more care about whether to revise or not
    • ๐Ÿš€ diff: ignore release field
    • prep: be quiet
    • โœ… spec: add a comment for missing testsuite deps
    • only allow specifying major Stackage LTS versions (not minor): for more progressive updating logic (lts-n -> lts-(n+1) -> nightly -> Hackage)
    • spec: don't warn "spec exists" explicitly
    • spec: take specified stream into account for subpackaging
    • โšก๏ธ update: finally run prep to check update okay
    • prep/srpm --verbose and local --quiet options
    • ๐Ÿšš spec: move chmod for docs to %prep
    • spec: check existing .spec file for detecting dropped deps and executable deps
    • โšก๏ธ update: also commit revised .cabal file when no update
    • ๐Ÿ›  fix copying of cached tarballs (longstanding defect)
  • v2.0.5 Changes

    June 10, 2020
    • โœ… spec --tests flag to force enabling testsuite
    • spec: fix permissions of extra-source-files
    • โšก๏ธ update url for Fedora Haskell Packaging Guidelines (TristanCacqueray)
    • โšก๏ธ make cabal update silent and check for 01-index
    • ๐Ÿ‘Œ support Cabal-3.2 ShortText (hekkaidekapus)
    • ๐Ÿ‘‰ use simple-cmd-args 0.1.6 for working subcommand help
    • ๐Ÿ‘Œ improve handling of update --stream for subpackaging
    • โฌ†๏ธ bump latest Stackage to LTS 15
    • spec: exclude deps dropped with cabal-tweak-drop-dep
  • v2.0.5.1 Changes

    June 11, 2020
    • ๐Ÿš€ spec: fix grep breakage in 2.0.5 release
    • โšก๏ธ refresh and update now leave newly prepped source tree around
    • ๐Ÿ—„ spec: dropped deprecated %post and %postun scriptlets
  • v2.0.4 Changes

    February 27, 2020
    • โšก๏ธ update: also unbreak patching
  • v2.0.3 Changes

    February 24, 2020
    • refresh: unbreak to patch spec file
    • spec: detect local revised .cabal file
  • v2.0.2 Changes

    February 20, 2020
    • โฌ‡๏ธ drop %_devel compat macro
    • 0๏ธโƒฃ default stream is now lts-14
    • ๐Ÿ“ฆ 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
  • v2.0.1 Changes

    February 06, 2020
    • quote macros in commented fields
    • ๐Ÿ“ฆ read --subpackage from spec header
    • ๐Ÿ“ฆ generate BRs for subpackages
  • v2.0.0 Changes

    January 16, 2020
    • ๐Ÿ”จ major refactor to handle stream/pkgid more precisely and correctly (hence major version bump due to behavior changes)
      • eg can no longer specify both stream and pkg-ver
    • ๐Ÿ“ฆ check for package first in default LTS, then latest LTS, and Nightly, before Hackage
    • respect and read/write --standalone and --stream in spec header consistently (note default LTS stream is not written to header)
    • ๐Ÿ›  fix infinite loop for 'install'
    • optionally use libcurl binding instead of former stackage-query fallback