From 07d75b9cfc9f252003895d3b58e783b4e7b720c9 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 7 Sep 2016 13:26:08 +0200 Subject: [PATCH] specfile: accented characters removed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The specfile is now ASCII file instead of previous UTF-8 file. The name of Martin Bříza has been updated to Martin Briza, and the name of Ville Skyttä has been updated to Ville Skytta. --- gawk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index d30ced0..d71f675 100644 --- a/gawk.spec +++ b/gawk.spec @@ -135,7 +135,7 @@ fi * Mon Apr 21 2014 Ondrej Vasik - 4.1.1-1 - Update to upstream 4.1.1 (#1087242) -* Sat Jan 25 2014 Ville Skyttä - 4.1.0-3 +* Sat Jan 25 2014 Ville Skytta - 4.1.0-3 - Own the %%{_libdir}/gawk dir. - Use xz compressed upstream tarball. @@ -156,7 +156,7 @@ fi * Thu Jul 19 2012 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -* Thu Jun 07 2012 Martin Bříza - 4.0.1-1 +* Thu Jun 07 2012 Martin Briza - 4.0.1-1 - Update to upstream 4.0.1 (#808005) - Corrected Source0 link to .tar.gz extension as not all releases are available as .tar.bz2 - Resolves #724817 - gawk-4.0.0 regression in '\' escape handling in gsub()