Eliminate UTF-8 warning
diff --git a/ImageMagick.spec.in b/ImageMagick.spec.in
index e12e461..444585c 100644
--- a/ImageMagick.spec.in
+++ b/ImageMagick.spec.in
@@ -23,35 +23,17 @@
 BuildRequires:  fftw-devel, OpenEXR-devel, libwebp-devel
 
 %description
-ImageMagick is a software suite to create, edit, and compose bitmap images. It
-can read, convert and write images in a variety of formats (about 100)
-including DPX, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG,
-and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear
-and transform images, adjust image colors, apply various special effects,
-or draw text, lines, polygons, ellipses and Bézier curves.
+ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
 
-The functionality of ImageMagick is typically utilized from the command line
-or you can use the features from programs written in your favorite programming
-language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand
-(C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), nMagick
-(Neko/haXe), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
-(PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a
-language interface, use ImageMagick to modify or create images automagically
-and dynamically.
+The functionality of ImageMagick is typically utilized from the command-line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), Lua (LuaJIT), NMagick (Neko/haXe), Magick.NET (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.
 
-ImageMagick is free software delivered as a ready-to-run binary distribution
-or as source code that you may freely use, copy, modify, and distribute in
-both open and proprietary applications. It is distributed under an Apache
-2.0-style license, approved by the OSI.
+ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.
 
-The ImageMagick development process ensures a stable API and ABI. Before
-each ImageMagick release, we perform a comprehensive security assessment that
-includes memory and thread error detection to help prevent exploits.ImageMagick
-is free software delivered as a ready-to-run binary distribution or as source
-code that you may freely use, copy, modify, and distribute in both open and
-proprietary applications. It is distributed under an Apache 2.0-style license,
-approved by the OSI.
+ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license.
 
+The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.
+
+The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitHub.
 
 %package devel
 Summary: Library links and header files for ImageMagick application development