Hello community, here is the log from the commit of package libcsv for openSUSE:Factory checked in at 2017-02-06 15:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcsv (Old) and /work/SRC/openSUSE:Factory/.libcsv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcsv" Changes: -------- --- /work/SRC/openSUSE:Factory/libcsv/libcsv.changes 2017-01-25 23:19:57.181382920 +0100 +++ /work/SRC/openSUSE:Factory/.libcsv.new/libcsv.changes 2017-02-06 15:05:15.325574370 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 01:35:18 UTC 2017 - [email protected] + +- Trim filler words from description + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcsv.spec ++++++ --- /var/tmp/diff_new_pack.5tKRbC/_old 2017-02-06 15:05:15.653527260 +0100 +++ /var/tmp/diff_new_pack.5tKRbC/_new 2017-02-06 15:05:15.653527260 +0100 @@ -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 @@ 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 @@ 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
