boost/boost-1.90.0-bloom-utf8.patch
Jonathan Wakely 796de58f53 Replace outdated "fixes" for character sets and line endings
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.
2026-06-19 17:42:27 +01:00

16 lines
586 B
Diff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)