Hello community, here is the log from the commit of package libconfig for openSUSE:Factory checked in at 2018-02-12 10:08:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libconfig (Old) and /work/SRC/openSUSE:Factory/.libconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libconfig" Mon Feb 12 10:08:16 2018 rev:12 rq:573967 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libconfig/libconfig.changes 2017-11-14 14:45:15.326314266 +0100 +++ /work/SRC/openSUSE:Factory/.libconfig.new/libconfig.changes 2018-02-12 10:08:22.988277553 +0100 @@ -1,0 +2,5 @@ +Wed Feb 7 20:06:08 UTC 2018 - [email protected] + +- Ensure neutrality of description, and strip other OS mentions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libconfig.spec ++++++ --- /var/tmp/diff_new_pack.4Y4Jtg/_old 2018-02-12 10:08:24.476223928 +0100 +++ /var/tmp/diff_new_pack.4Y4Jtg/_new 2018-02-12 10:08:24.480223784 +0100 @@ -1,7 +1,7 @@ # # spec file for package libconfig # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -20,7 +20,7 @@ Name: libconfig Version: 1.7 Release: 0 -Summary: A simple library for manipulating structured configuration files +Summary: A library for manipulating structured configuration files License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: https://hyperrealm.github.io/libconfig @@ -37,78 +37,65 @@ BuildRequires: pkgconfig %description -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. - -Libconfig is very compact — just 38K for the stripped C shared -library (less than one-fourth the size of the expat XML parser -library) and 66K for the stripped C++ shared library. This makes -it well-suited for memory-constrained systems like handheld -devices. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. The library includes bindings for both the C and C++ languages. -It works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, -Solaris, FreeBSD) and Windows (2000, XP and later). %package -n libconfig%{_soversion} -Summary: Shared libraries for libconfig +Summary: C API of libconfig Group: System/Libraries %description -n libconfig%{_soversion} -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. This package contains the shared libraries for libconfig. %package devel -Summary: C-Bindings development files for libconfig +Summary: C bindings development files for libconfig Group: Development/Languages/C and C++ Requires: libconfig%{_soversion} = %{version} Recommends: libconfig-doc = %{version} %description devel -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. -This package contains the C-bindings development files. +This package contains the C bindings development files. %package -n libconfig++%{_soversion} -Summary: Shared libraries for libconfig +Summary: C++ API of libconfig Group: System/Libraries %description -n libconfig++%{_soversion} -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. This package contains the shared libraries for libconfig. %package -n libconfig++-devel -Summary: C++-Bindings development files for libconfig +Summary: C++ bindings development files for libconfig Group: Development/Languages/C and C++ Requires: libconfig++%{_soversion} = %{version} Requires: libconfig-devel = %{version} Recommends: libconfig-doc = %{version} %description -n libconfig++-devel -Libconfig is a simple library for manipulating structured -configuration files, like this one: test.cfg. This file format -is more compact and more readable than XML. And unlike XML, it -is type-aware, so it is not necessary to do string parsing in -application code. +libconfig is a library for manipulating structured configuration +files. The supported file format is more compact and more readable +than XML. Unlike XML, it is type-aware, so it is not necessary to do +string parsing in application code. -This package contains the C++-bindings development files. +This package contains the C++ bindings development files. %prep %setup -q
