[med-svn] [Git][med-team/praat][master] 2 commits: d/p/ftbfs-on-i386-with-g++13.patch: Extend patch
Rafael Laboissière (@rafael)
gitlab at salsa.debian.org
Sat Jul 22 23:24:12 BST 2023
Rafael Laboissière pushed to branch master at Debian Med / praat
Commits:
8a2da3d6 by Rafael Laboissière at 2023-07-22T17:03:35-03:00
d/p/ftbfs-on-i386-with-g++13.patch: Extend patch
- - - - -
874ed078 by Rafael Laboissière at 2023-07-22T18:24:27-03:00
d/changelog: Add entry for release 6.3.11-3
Gbp-Dch: Ignore
- - - - -
2 changed files:
- debian/changelog
- debian/patches/ftbfs-on-i386-with-g++13.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+praat (6.3.11-3) unstable; urgency=medium
+
+ * d/p/ftbfs-on-i386-with-g++13.patch: Extend patch
+
+ -- Rafael Laboissière <rafael at debian.org> Sat, 22 Jul 2023 17:03:44 -0300
+
praat (6.3.11-2) unstable; urgency=medium
* d/p/ftbfs-on-i386-with-g++13.patch: New patch
=====================================
debian/patches/ftbfs-on-i386-with-g++13.patch
=====================================
@@ -6,19 +6,23 @@ Description: Fix build on i386 when compiling with g++ v13
[1] https://buildd.debian.org/status/fetch.php?pkg=praat&arch=i386&ver=6.3.11-1&stamp=1689959453&raw=0
Author: Rafael Laboissière <rafael at debian.org>
Bug: https://github.com/praat/praat/issues/2433
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2023-07-22
--- praat-6.3.11.orig/sys/praat.cpp
+++ praat-6.3.11/sys/praat.cpp
-@@ -2204,8 +2204,8 @@ void praat_run () {
+@@ -2204,10 +2204,10 @@ void praat_run () {
//autoVEC b { x }; // "No matching constructor for initialization of autoVEC" (2021-04-05)
//autoVEC c = x; // "No viable conversion from VEC to autoVEC" (2021-04-05)
double aa [] = { 3.14, 2.718 };
- VEC x3 (aa, 2); // initializes x3 to 2 values from a base-0 array
- Melder_assert (x3 [2] == 2.718);
+- autoVEC x4 = { 3.14, 2.718 };
+- Melder_assert (x4 [2] == 2.718);
+ //VEC x3 (aa, 2); // initializes x3 to 2 values from a base-0 array
+ //Melder_assert (x3 [2] == 2.718);
- autoVEC x4 = { 3.14, 2.718 };
- Melder_assert (x4 [2] == 2.718);
++ //autoVEC x4 = { 3.14, 2.718 };
++ //Melder_assert (x4 [2] == 2.718);
}
+ Melder_assert (Melder_iroundUpToPowerOfTwo (-10) == 1);
+ Melder_assert (Melder_iroundUpToPowerOfTwo (-1) == 1);
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/892111a3a697dc7ce2debab1ea6e1d106920ab55...874ed0782c9edec85b6aafd1dbad0a960c2e63a3
--
View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/892111a3a697dc7ce2debab1ea6e1d106920ab55...874ed0782c9edec85b6aafd1dbad0a960c2e63a3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230722/af467c92/attachment-0001.htm>
More information about the debian-med-commit
mailing list