Patch #1360200: Use unmangled_version RPM spec field to deal with
file name mangling.
diff --git a/Misc/NEWS b/Misc/NEWS
index d632043..d619308 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,9 @@
 Library
 -------
 
+- Patch #1360200: Use unmangled_version RPM spec field to deal with
+  file name mangling.
+
 - Patch #1359217: Process 2xx response in an ftplib transfer
   that precedes an 1xx response.