All Versions
8
Latest Version
0.9
Avg Release Cycle
105 days
Latest Release
1785 days ago

Changelog History

  • v0.9 Changes

    October 30, 2019
    • ๐Ÿ”„ changes for Fedora 31
    • ghc now lives in ../
    • ๐Ÿ“ฆ 'list' now repoqueries for Haskell packages
    • ๐Ÿ†• new commands: 'cblrpm', 'depends', 'diffstat', 'fetch'
    • 'refresh' gained -n
    • ๐Ÿ“‡ rename 'diff-stackage' to 'stackage-compare' and improve output
    • ๐Ÿ— setTermTitle for Koji builds
    • ๐Ÿ–จ some commands now only print header if there's output
    • ๐Ÿ›  fhbz: no longer assumes haskell-devel CC, and sets Fixed In: nvr
    • ๐Ÿš€ hackageRelease moved from fedora-dists
    • no longer cache overrides in .fhbuilt
  • v0.8 Changes

    April 26, 2019
    • remaining --counting option
    • ๐Ÿ‘‰ make kojiWatchTask safe by checking taskinfo status
    • ๐Ÿšš move distTag and distTarget from fedora-dists to Dist
    • ๐Ÿ‘‰ use eqNVR to avoid trivial Rawhide rebuilds after branching
    • repoquery --refresh option for hackage and hackage-compare
    • ๐Ÿ”„ change Hackage distro urls back to Fedora Packages app
    • ๐Ÿ— output git diff before building package in koji (to show dirty)
    • ๐Ÿ‘‰ use simple-cmd-opts-0.1.1 option wrappers
    • ๐Ÿ›  fix Hackage data generation repoqueries
  • v0.7 Changes

    March 01, 2019
    • ๐Ÿ”€ merge fhbuild into fhpkg (please delete fhbuild)
    • ๐Ÿ‘‰ use simple-cmd and fedora-dists
    • fhpkg:
      • now uses simple-cmd-args
      • diff accepts -u or -s
      • diff-stackage -m flag
      • separate refresh and update with stream option
      • cmd now uses shell
      • new commands: not-installed, tagged, remaining
    • 0๏ธโƒฃ fhbz: close is now default
    • ๐Ÿ†• new fhmock program
    • ๐Ÿ‘‰ use Dist type
  • v0.6 Changes

    August 07, 2018
    • fhpkg
      • new commands: hackage-compare, merge, missing, count, leaf, unpushed, head-origin
      • command options including arguments and global options
      • new -A option for all packages replaces default of all packages
      • new -b=branch option
      • some support for private git repos and branches
      • use line buffering for synchronous stdout
      • new -s short output option for diff and unpushed
      • compare-stackage now uses lts-11
    • fhbuild
      • install: pause after failure
      • install: print number of packages left
      • install: dnf remove existing package
      • koji client robustness against broken connections
    • โšก๏ธ use fedora and updates repos only for repoquery
    • ๐ŸŽ‰ initial support for rpkg other than fedpkg
    • ghc-8.4
    • ๐Ÿ”จ lot refactoring for utils etc
  • v0.5.1

    February 20, 2018
  • v0.5 Changes

    February 16, 2018
    • fhpkg
      • add commands for prep, refresh, diff-origin, push, and commit
      • only update hackages
      • only use main Fedora repos for repoquery
      • do not repoquery ghc's libs
    • be precise with fedora and hackage urls
    • reimplement and improve repoquery
    • fhbuild
      • output stdout for local build
      • use rpmspec --builtrpms
      • was doing double repoquery
      • skip building packages with .fhbuild-fail and .fhbuild-ignore
      • use koji build --fail-fast
      • no longer use pkgdb
      • save built nvrs to .fhbuilt cache file and check pkg dir before repoquery
      • repoquery koji build repo
      • add bump command
  • v0.4 Changes

    December 05, 2017
    • ๐Ÿ†• new commands: clone-new, diff-stackage, diff-branch
    • ๐Ÿ›  fix hackage distro data output
    • check spec file exists
    • ๐Ÿ›  fix cloning of missing branch dirs
    • ๐Ÿ‘ allow no dist arg before pkg arg
  • v0.3 Changes

    October 25, 2017
    • ๐ŸŽ‰ initial release with fhbuild, fhbz, and fhpkg