Some of these files were already converted to UTF-8 upstream and so we're now turning them into mojibake. For the remaining two: - fix multi_index/example/hashed.cpp using a patch instead of iconv, so that when my upstream patch for that file lands in Fedora we can drop the patch and won't silently turn that file into mojibake. - add an rpmlint filter for serialization/example/demo_output.txt because that needs to be ISO-8859-1 encoded to match the output of the serialization/example/demo.cpp program. There's also a new file that's not UTF-8 which wasn't being fixed by the spec file. I've submitted a pull request to fix that upstream, so add a patch for that one too. Add another rpmlint filter for some other warnings about boost-examples. Also include SVG files in the boost-doc subpackage.
16 lines
586 B
Diff
16 lines
586 B
Diff
commit 708607d14eeca939320278e949303451670c26e8
|
||
Author: Jonathan Wakely <jwakely@redhat.com>
|
||
Date: Thu Jun 18 13:28:59 2026 +0100
|
||
|
||
Convert example/Jamfile.v2 to UTF-8
|
||
|
||
diff --git a/example/Jamfile.v2 b/example/Jamfile.v2
|
||
index ee0f1c6..c840764 100644
|
||
--- a/libs/bloom/example/Jamfile.v2
|
||
+++ b/libs/bloom/example/Jamfile.v2
|
||
@@ -1,4 +1,4 @@
|
||
-# Copyright 2025 Joaquín M López Muñoz.
|
||
+# Copyright 2025 JoaquÃn M López Muñoz.
|
||
# Distributed under the Boost Software License, Version 1.0.
|
||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||
# http://www.boost.org/LICENSE_1_0.txt)
|