Hello community,

here is the log from the commit of package libite for openSUSE:Factory checked 
in at 2018-07-31 15:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libite (Old)
 and      /work/SRC/openSUSE:Factory/.libite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libite"

Tue Jul 31 15:59:34 2018 rev:2 rq:626056 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libite/libite.changes    2018-06-29 
22:31:48.870236657 +0200
+++ /work/SRC/openSUSE:Factory/.libite.new/libite.changes       2018-07-31 
15:59:39.143572178 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 10:36:46 UTC 2018 - [email protected]
+
+- Use noun phrase in summary. Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libite.spec ++++++
--- /var/tmp/diff_new_pack.TlvA18/_old  2018-07-31 15:59:40.327574187 +0200
+++ /var/tmp/diff_new_pack.TlvA18/_new  2018-07-31 15:59:40.327574187 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package libite
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +21,7 @@
 Name:           libite
 Version:        2.0.2
 Release:        0
-Summary:        Extends the GNU libc with some missing stuff from BSD
+Summary:        BSD function library
 License:        MIT AND X11
 Group:          Development/Languages/C and C++
 URL:            https://github.com/troglobit/libite/
@@ -31,30 +32,24 @@
 BuildRequires:  pkgconfig
 
 %description
-A library that extends the GNU libc with some missing stuff from BSD
-It holds useful functions and macros
-developed by both Finit and the OpenBSD project. Most notably the
-string functions: strlcpy(3), strlcat(3) and the highly useful *BSD
-sys/queue.h and sys/tree.h API's.
-
-One noticeable gap in GLIBC is the missing _SAFE macros in the
-BSD sys/queue.h API — highly recommended when traversing lists to
-delete/free nodes.
+A library that extends the GNU libc with some functions and macros from BSD,
+most notably the string functions strlcpy(3), strlcat(3) and the *BSD
+sys/queue.h and sys/tree.h APIs.
+
+glibc is not offering the _SAFE macros from the BSD sys/queue.h API —
+recommended when traversing lists to delete/free nodes.
 
 %package -n libite%{sover}
-Summary:        Extends the GNU libc with some missing stuff from BSD
+Summary:        BSD function library
 Group:          System/Libraries
 
 %description -n libite%{sover}
-A library that extends the GNU libc with some missing stuff from BSD
-It holds useful functions and macros
-developed by both Finit and the OpenBSD project. Most notably the
-string functions: strlcpy(3), strlcat(3) and the highly useful *BSD
-sys/queue.h and sys/tree.h API's.
-
-One noticeable gap in GLIBC is the missing _SAFE macros in the
-BSD sys/queue.h API — highly recommended when traversing lists to
-delete/free nodes.
+A library that extends the GNU libc with some functions and macros from BSD,
+most notably the string functions strlcpy(3), strlcat(3) and the *BSD
+sys/queue.h and sys/tree.h APIs.
+
+glibc is not offering the _SAFE macros from the BSD sys/queue.h API —
+recommended when traversing lists to delete/free nodes.
 
 %package devel
 Summary:        Header files for libite


Reply via email to