summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
Commit message (Collapse)AuthorAge
* gnu: LLVM: Switch to 13 as the default.Marius Bakke2022-02-01
| | | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
* gnu: diffoscope: Don't run Black tests.Marius Bakke2022-01-12
| | | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove PYTHON-BLACK, because the tests are prone to breaking with newer versions, purely cosmetic, and skipped on demand.
* gnu: diffoscope: Update to 199.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 199.
* gnu: diffoscope: Update to 198.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 198.
* gnu: diffoscope: Remove input labels.Tobias Geerinckx-Rice2021-12-19
| | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove input labels.
* gnu: diffoscope: Update to 197.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 197.
* gnu: python-magic: Work around crash on .crx files.Marius Bakke2021-12-16
| | | | | | | | | * gnu/packages/patches/python-magic-python-bytecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-magic)[source](patches): Add it. [inputs]: Add FILE-NEXT. [arguments]: While at it, remove input labels. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add FILE-NEXT.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: diffoscope: Update to 194.Tobias Geerinckx-Rice2021-11-30
| | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 194.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: diffoscope: Update to 192.Vagrant Cascadian2021-11-12
| | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 192.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: diffoscope: Update to 190.Vagrant Cascadian2021-11-05
| | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 190. [arguments]: Remove 'skip-python-tests phase.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: python-binwalk: Rename to binwalk.Tobias Geerinckx-Rice2021-11-01
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: diffoscope: Update to 189.Vagrant Cascadian2021-10-29
| | | | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 189. [arguments] Remove phases 'use-dumppdf-py and 'fpc-external-tool. Update 'skip-python-tests.
| * gnu: diffoscope: Update to 188.Vagrant Cascadian2021-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch: Rename patch to... * gnu/packages/patches/diffoscope-fix-llvm-test.patch: This. * gnu/local.mk (dist_patch_DATA): Update patch name. * gnu/packages/diffoscope.scm (diffoscope): Update to 188. [source]: Update patch name. [arguments]: Add skip-python-tests phase. Add fpc-external-tool phase. Add use-dumppdf-py phase. [native-inputs]: Add fpc.
| * gnu: reprotest: Update to 0.7.18.Vagrant Cascadian2021-10-24
| | | | | | | | * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.18.
* | gnu: diffoscope: Update to 188.Ricardo Wurmus2021-10-24
| | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 188.
* | gnu: diffoscope: Disable another broken libfile test.Ricardo Wurmus2021-10-24
|/ | | | | | * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase 'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete another test that is broken due to our `file' package.
* gnu: diffoscope: Update to 186.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 186. [source]: Add patch. [arguments]: Add a new 'fix-failing-tests phase. Don't explicitly return #t from phases. * gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: diffoscope: Update to 177.Maxim Cournoyer2021-06-06
| | | | | | This resolves a problem with ffmpeg 4.4. * gnu/packages/diffoscope.scm (diffoscope): Update to 177.
* gnu: diffoscope: Update to 175.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 175.
* gnu: diffoscope: Update to 174.Vagrant Cascadian2021-05-07
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 174.
* gnu: diffoscope: Update to 173.Tobias Geerinckx-Rice2021-05-01
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 173.
* gnu: diffoscope: Update to 172.Tobias Geerinckx-Rice2021-04-03
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 172.
* gnu: diffoscope: Update to 171.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 171.
* gnu: diffoscope: Update to 170.Vagrant Cascadian2021-03-22
| | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 170. [arguments]: Remove skip-dex-test-with-missing-procyon phase.
* gnu: diffoscope: Update to 168.Vagrant Cascadian2021-03-03
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 168.
* gnu: diffoscope: Update to 167.Vagrant Cascadian2021-02-21
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 167.
* gnu: diffoscope: Update to use python-magic.Vagrant Cascadian2021-02-12
| | | | | | | | | Fixes: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/238 * gnu/packages/patches/diffoscope-revert-to-magic-open.patch: Remove file. * gnu/local.mk [dist_patch_DATA]: Update. * gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [inputs]: Remove python-file.
* gnu: diffoscope: Update to 166.Vagrant Cascadian2021-02-11
| | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 166. [source]: Add patch to use magic.open compatibility interface. * gnu/packages/patches/diffoscope-revert-to-magic-open.patch: New file. * gnu/local.mk [dist_patch_DATA]: New patch.
* gnu: diffoscope: Update to 165.Vagrant Cascadian2021-02-07
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 165.
* gnu: reprotest: Update to 0.7.16.Vagrant Cascadian2021-02-07
| | | | * gnu/packages/diffoscope (reprotest): Update to 0.7.16.
* gnu: diffoscope: Update to 164.Vincent Legoll2021-01-16
| | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 164. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: diffoscope: Update to 162.Vagrant Cascadian2020-12-06
| | | | * gnu/packages/diffoscope (diffoscope): Update to 162.
* gnu: reprotest: Update to 0.7.15.Vagrant Cascadian2020-10-24
| | | | | * gnu/packages/diffoscope (reprotest): Update to 0.7.15. [native-inputs] Add python-magic.
* gnu: diffoscope: Update to 161.Vagrant Cascadian2020-10-24
| | | | | | | | | * gnu/packages/diffoscope (diffoscope): Update to 161. [arguments] Drop phases: dependency-on-python-magic, remove-ocaml-test, skip-elf-tests. Add phase skip-dex-test-when-missing-procyon. [inputs] Add python-magic. [native-inputs] Add python-black for tests.
* gnu: Fix package references.Efraim Flashner2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package inputs. * gnu/packages/astronomy.scm (xplanet), * gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb), * gnu/packages/bioconductor.scm (r-cummerbund), * gnu/packages/chicken.scm (chicken), * gnu/packages/conky.scm (conky), * gnu/packages/cran.scm (r-latex2exp), * gnu/packages/crates-io.scm (rust-rgb), * gnu/packages/databases.scm (mariadb), * gnu/packages/diffoscope.scm (reprotest), * gnu/packages/file-systems.scm (glusterfs), * gnu/packages/finance.scm (electron-cash), * gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo), * gnu/packages/geo.scm (grass), * gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue), * gnu/packages/gnucash.scm (aqbanking), * gnu/packages/image.scm (mtpaint), * gnu/packages/kde-internet.scm (kopete, ktorrent), * gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer), * gnu/packages/linphone.scm (liblinphone), * gnu/packages/maths.scm (ppl), * gnu/packages/mercury.scm (mercury-minimal), * gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins, spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2), * gnu/packages/networking.scm (restinio), * gnu/packages/prolog.scm (swi-prolog), * gnu/packages/python-web.scm (gunicorn), * gnu/packages/python-xyz.scm (python-docusign-esign), * gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable), * gnu/packages/sagemath.scm (python-cypari2), * gnu/packages/skarnet.scm (s6-linux-init), * gnu/packages/vpn.scm (sshuttle), * gnu/packages/web.scm (libcyaml), * gnu/packages/xdisorg.scm (kbdd), * gnu/packages/xorg.scm (xpra): Same.
* gnu: diffoscope: Update to 151.Vagrant Cascadian2020-07-17
| | | | * gnu/packages/diffoscope (diffoscope): Update to 151.
* gnu: diffoscope: Update to 150.Vagrant Cascadian2020-07-03
| | | | * gnu/packages/diffoscope (diffoscope): Update to 150.
* gnu: diffoscope: Console widowed brackets.Tobias Geerinckx-Rice2020-06-25
| | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing brackets to the previous line.
* gnu: diffoscope: Install the man page.Tobias Geerinckx-Rice2020-06-25
| | | | | | * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add ‘build-man-page’ and ‘install-man-page’ phases. [native-inputs]: Add help2man.
* gnu: diffoscope: Update to 148.Vagrant Cascadian2020-06-19
| | | | | * gnu/packages/diffoscope (diffoscope): Update to 148. [arguments] Remove add-known-tools phase, fixed upstream.
* gnu: diffoscope: Update to 147.Vagrant Cascadian2020-06-14
| | | | * gnu/packages/diffoscope (diffoscope): Update to 147.
* gnu: diffoscope: Update to 146.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 146.
* gnu: diffoscope: Remove redundant let binding.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
* gnu: diffoscope: Update to 145.Vagrant Cascadian2020-05-25
| | | | * gnu/packages/diffoscope (diffoscope): Update to 145.