Hello community,

here is the log from the commit of package ucpp for openSUSE:Factory checked in 
at 2018-08-02 14:54:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ucpp (Old)
 and      /work/SRC/openSUSE:Factory/.ucpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ucpp"

Thu Aug  2 14:54:39 2018 rev:10 rq:626379 version:1.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucpp/ucpp.changes        2018-06-13 
15:15:40.276821949 +0200
+++ /work/SRC/openSUSE:Factory/.ucpp.new/ucpp.changes   2018-08-02 
14:54:40.487928731 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 11:59:44 UTC 2018 - [email protected]
+
+- Compact description and ensure neutrality.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ucpp.spec ++++++
--- /var/tmp/diff_new_pack.kuUhSi/_old  2018-08-02 14:54:41.323930126 +0200
+++ /var/tmp/diff_new_pack.kuUhSi/_new  2018-08-02 14:54:41.323930126 +0200
@@ -20,7 +20,7 @@
 Name:           ucpp
 Version:        1.3.5
 Release:        0
-Summary:        A quick and light preprocessor, but anyway fully compliant to 
C99
+Summary:        A preprocessor compliant to C99
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
 URL:            https://gitlab.com/scarabeusiv/ucpp/
@@ -31,15 +31,9 @@
 BuildRequires:  pkgconfig
 
 %description
-A C preprocessor is a part of a C compiler responsible for macro
-replacement, conditional compilation and inclusion of header files.
-It is often found as a stand-alone program on Unix systems.
-
-ucpp is such a preprocessor; it is designed to be quick and light,
-but anyway fully compliant to the ISO standard 9899:1999, also known
-as C99. ucpp can be compiled as a stand-alone program, or linked to
-some other code; in the latter case, ucpp will output tokens, one
-at a time, on demand, as an integrated lexer.
+ucpp is a preprocessor for C source code, specifically code compliant to the
+ISO standard 9899:1999, also known as C99. A preprocessor is responsible for
+macro replacement, conditional compilation and inclusion of header files.
 
 ucpp operates in two modes:
 -- lexer mode: ucpp is linked to some other code and outputs a stream of
@@ -53,22 +47,12 @@
 Group:          Development/Libraries/Other
 
 %description -n %{libname}
-A C preprocessor is a part of a C compiler responsible for macro
-replacement, conditional compilation and inclusion of header files.
-It is often found as a stand-alone program on Unix systems.
-
-ucpp is such a preprocessor; it is designed to be quick and light,
-but anyway fully compliant to the ISO standard 9899:1999, also known
-as C99. ucpp can be compiled as a stand-alone program, or linked to
-some other code; in the latter case, ucpp will output tokens, one
-at a time, on demand, as an integrated lexer.
+ucpp is a preprocessor for C source code, specifically code compliant to the
+ISO standard 9899:1999, also known as C99. A preprocessor is responsible for
+macro replacement, conditional compilation and inclusion of header files.
 
-ucpp operates in two modes:
--- lexer mode: ucpp is linked to some other code and outputs a stream of
-tokens (each call to the lex() function will yield one token)
--- non-lexer mode: ucpp preprocesses text and outputs the resulting text
-to a file descriptor; if linked to some other code, the cpp() function
-must be called repeatedly, otherwise ucpp is a stand-alone binary.
+ucpp, built as a library, outputs tokens, one at a time, on demand,
+as an integrated lexer.
 
 %package devel
 Summary:        Files for Developing with ucpp


Reply via email to