Fedora Packages

ghc-bodhi-0.1.0-11.el9 in EPEL 9

↵ Return to the main page of ghc-bodhi
View build
Search for updates

Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2023-05-30 Jens Petersen <petersen at redhat dot com> - 1.3.2-11 - https://hackage.haskell.org/package/fbrnch-1.3.2/changelog : - prompts now support line-editing thanks to simple-prompt-0.2 using haskeline - 'parallel', 'sort', 'graph': use getDynSourcesMacros - 'parallel': include no of layers in "more package layers" message - 'parallel': output sidetag - 'prep': default to --nodeps - 'request-branches': output owners (to ask) if no permission - 'request-branches': committers can also request branches - 'scratch': print target for srpm build (only) - 'src-deps': add --define 'MACRO DEF' - 'update-version': munch spectool patch filenames too - Bodhi only accepts update notes <= 10000 characters now - Git refPrompt: also accept y/yes - Koji targetMaybeSidetag dryrun: do not append "-dryrun" to buildtag - Merge: newline after local commits - Package cleanChangelog: append a newline - https://hackage.haskell.org/package/fbrnch-1.3.1/changelog : - check for autorelease more carefully - buildRequires: fix dynamic BRs with getSources and space after /builddir/build/SRPMS (reported by kiilerix)
2023-04-08 Jens Petersen <petersen at redhat dot com> - 1.3-10 - new 'autospec' command converts packages to use rpmautospec - new 'move-artifacts' command moves rpmbuild artifacts into dirs (--delete) - new 'srpm-spec' command shows or diffs srpm specfiles - new 'unpushed' command shows unpushed commits; and --latest option - new 'bzusers' command searches users in bugzilla - 'build': check for Bodhi update before koji tags - 'build': do not repeat header when merging - 'build': improve logic and prompt for unpushed check - 'bump': add --changelog override and handle autorelease - 'copr': intersperse newlines between packages - 'diff': --debug option to print package header - 'diff': handle missing and non-release branches - 'install': add --ignore-builddeps (for existing built rpms) - 'install': ignore dead.package's - 'install': show dnf commands with sudoLog and cmdN sudo - 'merge': --no-fetch option - 'mock': add --arch option - 'mock': new --shell-only option which skips build - 'override': default to ./ when no pkg path given - 'parallel': if single layer, don't output layer no - 'parallel': improve sidetag update transition messages, now waits 90s - 'parallel': output tweaks for more packages/layers and existing nvr - 'parallel': prompt whether to continue after failure - 'parallel': reverse the package order for update changelog - 'parallel': be quieter when many parallel packages - 'push': --no-fetch option and also print header - 'push': allow specifying a ref - 'rename-rawhide': now pulls to get latest - 'scratch': add --srpm option to build existing srpm - 'status': add pkg/branch prefix before latest log - Bugzilla: update checkRepoCreatedComment for fedora-admin automation - Copr branchRelease: do not error for EPELNext! - buildRPMs: backup the build.log file to build.log.prev - buildRPMs: print NVR instead of package name - kojiWatchTask: use koji-tool to get build.log tail on failure - use simple-prompt
2023-01-04 Jens Petersen <petersen at redhat dot com> - 1.2.1-9 - fedora-packager-kerberos not in epel9
2022-11-23 Jens Petersen <petersen at redhat dot com> - 1.2.1-8 - 'install': if dnf install fails, include command in error message - 'override': check for kerberos ticket - 'override': new --list and --expire option subcommands - 'parallel': print package header for merge - 'parallel': wait for sidetag update to transition to request testing - 'request-branches': check package owner and admins: drop unordered-containers - 'sidetags': ensure krb ticket - 'update-version': now commits sources too - 'update-version': prompt rather than warn if not updating rawhide - Git: fix conflictPrompt to handle long hashes correctly - Prompt: use show for unprintable characters - mergeBranch: print package branch header - require bugzilla-redhat-1.0.1 since b.r.c dropped Bug see_also field (juhp/hsbugzilla#18) - use logMsg when waiting for repo - https://hackage.haskell.org/package/fbrnch-1.2.1/changelog - fbrnch.spec: SPDX migration of license tags
2022-11-12 Jens Petersen <petersen at redhat dot com> - 1.2-7 - improvements to the branch merging logic - no more gratuitous merge rebasing - 'build' bugfix: use long git commit hashes - 'build','scratch','waitrepo': add --sidetag option - 'local': add --short-compile and rename --short-circuit to --short-install - 'merge': --skip-bumps ignores up to N (trivial) commits & --show-all - 'mock': add simple --short-circuit option for install stage - 'parallel': no longer offer to remove sidetag - 'parallel': update improvements, including fixing parallel single package update (#36) - 'request-branches': add --recurse-from BRANCH - 'scratch' builds now support multiple (serial) targets - 'install': offer to merge and add --from to override branch - 'install': only update installed subpackages, unless --all-subpackages - new git 'fetch' command - new 'list-local' command: lists packages with a spec file in a branch - new 'owner' command: prints owner and admins of package(s) - new 'src-deps' command: wrapper of rpmbuild-order (r)deps - many smaller fixes and improvements: see https://hackage.haskell.org/package/fbrnch-1.2/changelog for details
2022-07-30 Jens Petersen <petersen at redhat dot com> - 1.1.2-6 - build, install: count remaining builds - commit: add all if nothing staged; remove initial "- " - commit: default to changelog even if multiline - compare: check branch exists and only print package if log output - create-review: Fix for different username/fasid (@LyesSaadi, #34) - install: abort if installation failed - listReviewsAll: use bz api key - merge: do not error if target branch does not exist - parallel: create changelog for parallel package builds - parallel: now takes same merge opts as build (#30) - parallel: push parallel branches builds to Bodhi (#30) - parallel: timeIO layers and parallel packages - parallel: use branch to determine autoupdate or prompt for update edit - pull: switch to given branch, add --no-fetch, show header when several pkgs - request-branches: check user in access_users to avoid bad requests - scratch: add --stagger to stagger archs - scratch: only check pushed if release branch - scratch-x86_64, scratch-aarch64: new shortcut commands - waitrepo: --allow-dirty and --no-fetch - waitrepo: use timeIO to time the operation - Branches getRequestedBranches: exclude existing branches - Git gitMergeable: only check newer branch if local - Git gitMergeable: warn if branch ahead of newer branch - kojiWaitRepo: add quiet arg for many parallel builds - Package withPackagesByBranches: takes header & count args - use rpmbuild-order-0.4.8 (needs simple-cmd-0.2.3) - https://hackage.haskell.org/package/fbrnch-1.1.2/changelog
2022-07-21 Fedora Release Engineering <releng at fedoraproject dot org> - 1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-06-17 Jens Petersen <petersen at redhat dot com> - 1.1.1-4 - rebuild
2022-05-31 Jens Petersen <petersen at redhat dot com> - 1.1.1-3 - commit: fix getting log from additional changelog message - merge: --from to specify which branch to merge - Package getSources: install compression tool if missing - Package buildRPMs: use shellBool to send stderr also to tee - request-branches: print out url per branch - require rpm-nvr 0.1.2 for better NVR name validation - initial support for epel-next (#29) - Package builtRpms: no longer assume in cwd for dist-git - build: now possible to skip pushing an update at prompt with 'no' - main help: add readme url - build: add --skip-fetch option - Git isPkgGitRepo: fix handling of forks (#33) - parallel: add --merge (#30) - fix -s/-S ambigious for build and parallel - parallel: unlock update after sidetag removal - parallel: waitrepo for sidetag before starting to build - parallel: get buildtag from koji to determine basetag for sidetag - parallel: allow branch options like --all-fedora/--all-epel
2022-04-30 Jens Petersen <petersen at redhat dot com> - 1.1-2 - https://hackage.haskell.org/package/fbrnch-1.1/changelog

Provides

  • ghc-bodhi
  • ghc-bodhi(x86-64)
  • libHSbodhi-0.1.0-ICEG1KdR0mP8WGOsqofyAE-ghc8.10.7.so()(64bit)

Files


Sources on Pagure