Control: tags 1016156 + patch
Control: tags 1016156 + pending

Dear maintainer,

I've prepared an NMU for xtl (versioned as 0.7.2-2.1) and uploaded
it to DELAYED/15. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru xtl-0.7.2/debian/changelog xtl-0.7.2/debian/changelog
--- xtl-0.7.2/debian/changelog	2021-10-09 18:26:03.000000000 +0300
+++ xtl-0.7.2/debian/changelog	2022-10-15 17:43:56.000000000 +0300
@@ -1,3 +1,11 @@
+xtl (0.7.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch from Bernhard Übelacker to fix i386 test failure.
+    (Closes: #1016156)
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 15 Oct 2022 17:43:56 +0300
+
 xtl (0.7.2-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru xtl-0.7.2/debian/patches/i386.patch xtl-0.7.2/debian/patches/i386.patch
--- xtl-0.7.2/debian/patches/i386.patch	1970-01-01 02:00:00.000000000 +0200
+++ xtl-0.7.2/debian/patches/i386.patch	2022-10-15 17:43:55.000000000 +0300
@@ -0,0 +1,11 @@
+--- xtl-0.7.2.orig/test/test_xmasked_value.cpp
++++ xtl-0.7.2/test/test_xmasked_value.cpp
+@@ -518,7 +518,7 @@ namespace xtl
+         EXPECT_EQ(c.value(), 3.35);
+         EXPECT_EQ(a, 3.35);
+         c += 1.;
+-        EXPECT_EQ(c.value(), 4.35);
++        EXPECT_DOUBLE_EQ(c.value().value_or(0.), 4.35);
+         EXPECT_EQ(a, 4.35);
+         c -= 1.;
+         c *= 2.;
diff -Nru xtl-0.7.2/debian/patches/series xtl-0.7.2/debian/patches/series
--- xtl-0.7.2/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ xtl-0.7.2/debian/patches/series	2022-10-15 17:43:46.000000000 +0300
@@ -0,0 +1 @@
+i386.patch

Reply via email to