diff --git a/libcsv.changes b/libcsv.changes index 8bb5eed..deaaa9c 100644 --- a/libcsv.changes +++ b/libcsv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 01:35:18 UTC 2017 - jengelh@inai.de + +- Trim filler words from description + ------------------------------------------------------------------- Thu Nov 10 20:02:38 UTC 2016 - asterios.dramis@gmail.com diff --git a/libcsv.spec b/libcsv.spec index f8fd560..57a1b08 100644 --- a/libcsv.spec +++ b/libcsv.spec @@ -1,7 +1,7 @@ # # spec file for package libcsv # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,10 +29,9 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -libcsv is a small, simple and fast CSV library written in pure ANSI C89 that -can read and write CSV data. It provides a straight-forward interface using -callback functions to handle parsed fields and rows and can parse improperly -formatted CSV files. +libcsv is a CSV library written in ANSI C89 that can read and write +CSV data. It provides an interface using callback functions to handle +parsed fields and rows and can parse improperly formatted CSV files. %package devel Summary: Development files for libcsv @@ -47,10 +46,9 @@ Summary: Library to Read and Write CSV Data Group: System/Libraries %description -n libcsv%{so_ver} -libcsv is a small, simple and fast CSV library written in pure ANSI C89 that -can read and write CSV data. It provides a straight-forward interface using -callback functions to handle parsed fields and rows and can parse improperly -formatted CSV files. +libcsv is a CSV library written in ANSI C89 that can read and write +CSV data. It provides an interface using callback functions to handle +parsed fields and rows and can parse improperly formatted CSV files. %prep %setup -q