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

Changelog History
Page 5

  • v0.9.1 Changes

    August 26, 2014
    • missingdeps now lists missing dependencies recursively and outputs Hackage package names rather than ghc-*-devel package names
    • πŸ“¦ do not assume package order when testing if dependencies installed
    • πŸ“¦ check ~/.cabal/packages/ exists before looking for tarballs
    • πŸ›  pass actual exeNames to %ghc_fix_dynamic_rpath
  • v0.9 Changes

    July 17, 2014
    • πŸ‘ reworked initial logic to make better use of existing spec files, and prep source tree properly
    • 0️⃣ default to Library packaging instead of BinLib: override with --binary which replaces --library
    • πŸ— prep src for version in existing spec file when building
    • 'install' command now does local recursive rpmbuilding
    • try "rpm -qf" and then rpmquery to resolve clib devel depends
    • πŸ‘Œ support SUSE packaging (thanks Jan MatΔ›jka)
    • πŸ‘Œ support RHEL5 packaging
    • πŸ‘Œ support Cabal-1.20
    • πŸ‘Œ improve output for 'depends' command
    • no duplicate clibs deps
    • include "cblrpm" in tempdir names
    • πŸ“¦ use current dir name as a last guess of package name
  • v0.8.11 Changes

    May 17, 2014
    • πŸ— build command renamed again from "rpm" to "local" (like fedpkg)
    • πŸ‘‰ use .spec file to determine pkg-ver when no .cabal file around
    • βœ… automatically generate bcond for %check and add testsuite BRs when testsuites available
    • disable debuginfo explicitly when no c-sources in preparation for ghc-rpm-macros no longer disabling debuginfo
    • reset filemode of downloaded hackage tarballs to 0644: workaround for cabal-install setting 0600
    • πŸš€ include release again in initial changelog
    • also pull in Cabal and ghc-rpm-macros when yum installing deps
    • no longer depends on regex-compat
    • πŸ”¨ some refactorings
  • v0.8.10 Changes

    March 03, 2014
    • diff command replaces cblrpm-diff script
    • πŸ†• new missingdeps command
    • replace use of rpmspec: no "rpmspec --srpm" on RHEL 5 and 6
  • v0.8.9 Changes

    February 10, 2014
    • πŸ›  bugfix for error handling dir with spec file
    • cblrpm-diff arg is now optional
  • v0.8.8 Changes

    February 09, 2014
    • ⚑️ updated GPLv3 license headers
    • πŸ“¦ use .spec file to determine package if no .cabal file (works with or without arg)
    • πŸ›  bugfix: install command now works even if some dependencies not packaged
    • πŸ›  bugfix: do not re-copy cached tarball each time
    • πŸ“¦ use new shorter hackage2 URL for packages
    • capitalize start of summary and description
    • filter @ and \ quotes in descriptions
    • πŸ†• new prep command (like "rpmbuild -bp" or "fedpkg prep")
    • πŸ†• new depends and requires commands list package depends or buildrequires
    • πŸ†• new builddep command (like yum-buildep, but allows missing packages)
    • πŸ”” notice for overwriting existing spec file with force option
  • v0.8.7 Changes

    December 31, 2013
    • πŸ†• new "install" command wrapping "cabal install"
    • πŸ— "build" command renamed to "rpm"
    • sort devel Requires
    • πŸ“¦ cblrpm-diff: allow package arg
    • πŸ‘Œ support copying tarball fetched from another remote-repo (Ricky Elrod)
    • πŸ‘• hlint cleanup
    • πŸ‘Œ support AGPL license in Cabal-1.18
  • v0.8.6 Changes

    October 04, 2013
    • πŸ“¦ check for _darcs or .git dir in package topdir not pwd
  • v0.8.5 Changes

    September 29, 2013
    • πŸ›  fix repoquery when a package update exists for C lib
    • πŸ‘‰ make cblrpm-diff quieter
  • v0.8.4 Changes

    September 28, 2013
    • πŸ‘‰ use repoquery to determine extra C library dependencies
    • quote "pkgconfig(foo)" for rpm query and yum install
    • πŸ‘‰ show sudo command before sudo password prompt appears
    • πŸ— exclude hsc2hs from build tool deps
    • devel provides ghc--static
    • πŸš€ drop release from initial changelog entry for packager to add an entry
    • do not try to fetch tarball for a darcs or git source dir