Andreas Tille pushed to branch master at Debian Med / spoa
Commits: b597239e by Andreas Tille at 2019-09-16T11:24:12Z Fix symbols file - - - - - 33f990e7 by Andreas Tille at 2019-09-16T11:24:40Z New upstream version 3.0.1 - - - - - b3a65411 by Andreas Tille at 2019-09-16T11:24:40Z New upstream version - - - - - 997ab731 by Andreas Tille at 2019-09-16T11:24:41Z Update upstream source from tag 'upstream/3.0.1' Update to upstream version '3.0.1' with Debian dir e2eafb78e79c30d31ee8b11ca49b4e5785151a0e - - - - - 60e1a4e5 by Andreas Tille at 2019-09-16T11:24:41Z debhelper-compat 12 - - - - - 6a64908d by Andreas Tille at 2019-09-16T11:26:59Z Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/libspoa3.symbols - src/main.cpp Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +spoa (3.0.1-1) unstable; urgency=medium + + * Fix symbols file + Closes: #925835, #940280 + * New upstream version + * debhelper-compat 12 + + -- Andreas Tille <[email protected]> Mon, 16 Sep 2019 13:24:48 +0200 + spoa (3.0.0-1) unstable; urgency=medium * New upstream version ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 12~), +Build-Depends: debhelper-compat (= 12), cmake, d-shlibs, rename, ===================================== debian/libspoa3.symbols ===================================== @@ -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 ===================================== src/main.cpp ===================================== @@ -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'}, View it on GitLab: https://salsa.debian.org/med-team/spoa/compare/9be03132f39ff0719ca7fc002e8bd1ecddcb7416...6a64908d37c934be755009937d096afd928ffbcb -- View it on GitLab: https://salsa.debian.org/med-team/spoa/compare/9be03132f39ff0719ca7fc002e8bd1ecddcb7416...6a64908d37c934be755009937d096afd928ffbcb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
