Nilesh Patra pushed to branch master at Debian Med / rna-star
Commits: 62266b7c by Nilesh Patra at 2022-06-24T19:47:47+00:00 Releasing 2.7.10a+dfsg-3 to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc-12.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +rna-star (2.7.10a+dfsg-3) unstable; urgency=medium + + * Add patch to fix gcc-12 FTBFS (Closes: #1013030) + + -- Nilesh Patra <[email protected]> Fri, 24 Jun 2022 19:46:55 +0000 + rna-star (2.7.10a+dfsg-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/gcc-12.patch ===================================== @@ -0,0 +1,21 @@ +Description: Add missing array header include +Author: Nilesh Patra <[email protected]> +Forwarded: not-needed, already fixed +Last-Update: 2022-06-24 +--- a/source/SoloCommon.h ++++ b/source/SoloCommon.h +@@ -2,6 +2,7 @@ + #define H_SoloCommon + + #include <unordered_map> ++#include <array> + + typedef struct{ + uint64 cb; +@@ -76,4 +77,4 @@ + + }; + +-#endif +\ No newline at end of file ++#endif ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ mips_shm_noreserve.patch reproducible.patch mathRoutinesNotInScope.patch do-not-enforce-avx2.patch +gcc-12.patch View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/commit/62266b7c8c91550967ad65b75a9fd7ca5a4453cb -- View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/commit/62266b7c8c91550967ad65b75a9fd7ca5a4453cb 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
