{bio}[GCC/8.2.0-2.31.1,GCC/8.3.0] Jellyfish v2.3.0: fix checksums#9997
Conversation
|
Test report by @lexming |
|
Looks like they've moved the tag at some point... For what it's worth, the diff: $ diff -ru jellyfish-2.3.0.old jellyfish-2.3.0
Only in jellyfish-2.3.0.old: LICENSE
Only in jellyfish-2.3.0: LICENSE-BSD-3-Clause
Only in jellyfish-2.3.0: LICENSE-GPL-3.0
diff -ru jellyfish-2.3.0.old/Makefile.am jellyfish-2.3.0/Makefile.am
--- jellyfish-2.3.0.old/Makefile.am 2019-08-23 19:10:08.000000000 +0200
+++ jellyfish-2.3.0/Makefile.am 2020-02-05 18:53:57.000000000 +0100
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS=--enable-swig --enable-all-binding
-EXTRA_DIST = doc/jellyfish.pdf doc/jellyfish.man README LICENSE # jellyfish.spec
+EXTRA_DIST = doc/jellyfish.pdf doc/jellyfish.man README LICENSE-BSD-3-Clause LICENSE-GPL-3.0 # jellyfish.spec
man1_MANS = doc/jellyfish.man
pkgconfigdir = $(libdir)/pkgconfig
diff -ru jellyfish-2.3.0.old/Makefile.in jellyfish-2.3.0/Makefile.in
--- jellyfish-2.3.0.old/Makefile.in 2019-08-23 19:10:12.000000000 +0200
+++ jellyfish-2.3.0/Makefile.in 2020-02-05 18:54:23.000000000 +0100
@@ -742,9 +742,9 @@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-swig --enable-all-binding
-EXTRA_DIST = doc/jellyfish.pdf doc/jellyfish.man README LICENSE \
- $(TESTS) swig/python/test_mer_file.py \
- swig/python/test_hash_counter.py \
+EXTRA_DIST = doc/jellyfish.pdf doc/jellyfish.man README \
+ LICENSE-BSD-3-Clause LICENSE-GPL-3.0 $(TESTS) \
+ swig/python/test_mer_file.py swig/python/test_hash_counter.py \
swig/python/test_string_mers.py swig/ruby/test_mer_file.rb \
swig/ruby/test_hash_counter.rb swig/ruby/test_string_mers.rb \
swig/perl5/t/test_mer_file.t swig/perl5/t/test_hash_counter.t \ |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @lexming! |
|
Test report by @boegel |
(created using
eb --new-pr)The checksums for the tarballs of Jellyfish v2.3.0 from Github seem to have changed. Apparently, it is possible to add commits to a tag after the release of a package and it gets stealth updated.
https://github.com/gmarcais/Jellyfish/commits/v2.3.0