All Versions
64
Latest Version
Avg Release Cycle
58 days
Latest Release
1455 days ago
Changelog History
Page 5
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