Skip to content
Commits on Source (6)
spoa (3.0.1-1) unstable; urgency=medium
* Fix symbols file
Closes: #925835, #940280
* New upstream version
* debhelper-compat 12
-- Andreas Tille <tille@debian.org> Mon, 16 Sep 2019 13:24:48 +0200
spoa (3.0.0-1) unstable; urgency=medium
* New upstream version
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
cmake,
d-shlibs,
rename,
......
......@@ -68,7 +68,7 @@ libspoa.so.3 libspoa3 #MINVER#
_ZNK4spoa5Graph8subgraphEjjRSt6vectorIiSaIiEE@Base 1.1.3
_ZNK4spoa5Graph9print_dotERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.1.5
_ZNKSt5ctypeIcE8do_widenEc@Base 1.1.5
_ZNSt10_HashtableIjjSaIjENSt8__detail9_IdentityESt8equal_toIjESt4hashIjENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeEmmPNS1_10_Hash_nodeIjLb0EEEm@Base 1.1.3
_ZNSt10_HashtableIjjSaIjENSt8__detail9_IdentityESt8equal_toIjESt4hashIjENS1_18_Mod_range_hashingENS1_20_Default_ranged_hashENS1_20_Prime_rehash_policyENS1_17_Hashtable_traitsILb0ELb1ELb1EEEE9_M_rehashEmRKm@Base 3.0.0
_ZNSt11_Deque_baseIjSaIjEE17_M_initialize_mapEm@Base 1.1.3
_ZNSt11_Deque_baseIjSaIjEED1Ev@Base 1.1.3
_ZNSt11_Deque_baseIjSaIjEED2Ev@Base 1.1.3
......
......@@ -10,7 +10,7 @@
#include "spoa/spoa.hpp"
#include "bioparser/bioparser.hpp"
static const std::string version = "v3.0.0";
static const std::string version = "v3.0.1";
static struct option options[] = {
{"algorithm", required_argument, nullptr, 'l'},
......