Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7ff50a7f7b9a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c25a7cd8468e
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 3, 2020

  1. ddrescueview: 0.4alpha3 -> 0.4alpha4

    Update required for compatibility with fpc 3.2.0.
    timokau committed Sep 3, 2020
    Copy the full SHA
    31772af View commit details
    Browse the repository at this point in the history
  2. ultrastardx: unstable-2019-01-07 -> 2020.4.0

    Might as well update it while I fix it up for the fpc update.
    timokau committed Sep 3, 2020
    Copy the full SHA
    596de92 View commit details
    Browse the repository at this point in the history
  3. fpc: 3.0.4 -> 3.2.0

    There was no 3.1 for some reason. The old sed-based path patching was
    broken and resulted in syntax errors since it was a bit over-eager.
    Instead of fixing it, I decided to replace it with a patch file which is
    easier to inspect and will fail in a more obvious way next time.
    
    The patch is now applied unconditionally, since it actually applies to
    all linux platforms. The changes are localized to linux-specific code,
    so it does not hurt to apply it on non-linux platforms as well.
    
    Hedgewars needs a small fix to work with the new version. Done in the
    same commit to avoid a broken commit.
    timokau committed Sep 3, 2020
    Copy the full SHA
    f928b91 View commit details
    Browse the repository at this point in the history
  4. fpc: add support for aarch64-linux

    Supported since fpc 3.2.0.
    timokau committed Sep 3, 2020
    Copy the full SHA
    6ff5c40 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97006 from timokau/fpc-3.2.0-aarch64

    fpc: 3.0.4 -> 3.2.0, add support for aarch64-linux
    timokau committed Sep 3, 2020
    Copy the full SHA
    c25a7cd View commit details
    Browse the repository at this point in the history