From 7bad2600602e9bf556d1bb1611b29aab141509bb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:04:42 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/httrack.spec b/httrack.spec index 158c97e..0adb5ae 100644 --- a/httrack.spec +++ b/httrack.spec @@ -1,6 +1,6 @@ Name: httrack Version: 3.49.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Website copier and offline browser License: GPLv2+ URL: http://www.httrack.com @@ -157,6 +157,9 @@ os.execute("rm".." -fr".." "..path1..".rpmmoved*") %{_libdir}/libhttrack.so %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.49.2-3 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 3.49.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -258,7 +261,7 @@ os.execute("rm".." -fr".." "..path1..".rpmmoved*") * Mon Mar 22 2010 Debarshi Ray - 3.43.9-1 - Version bump to 3.42.93. (Red Hat Bugzilla #512420) * Fixed: application/xhtml+xml not seen as "html" - * Fixed: URL encoding bugs with filenames containing '%' characters + * Fixed: URL encoding bugs with filenames containing '%%' characters * Fixed: Flash link extraction has been improved * Fixed: "Open error when decompressing" errors due to temporary file generation problems