Hello community,

here is the log from the commit of package spdylay for openSUSE:Factory checked 
in at 2016-10-31 09:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spdylay (Old)
 and      /work/SRC/openSUSE:Factory/.spdylay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spdylay"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spdylay/spdylay.changes  2016-10-22 
13:00:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spdylay.new/spdylay.changes     2016-10-31 
09:52:04.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Oct 22 17:27:46 UTC 2016 - jeng...@inai.de
+
+- Rectify rpm group classification and trim descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spdylay.spec ++++++
--- /var/tmp/diff_new_pack.bvajw5/_old  2016-10-31 09:52:06.000000000 +0100
+++ /var/tmp/diff_new_pack.bvajw5/_new  2016-10-31 09:52:06.000000000 +0100
@@ -23,7 +23,7 @@
 Release:        0
 Summary:        SPDY C Library
 License:        MIT
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            https://tatsuhiro-t.github.io/spdylay/
 Source:         
https://github.com/tatsuhiro-t/spdylay/releases/download/v%{version}/spdylay-%{version}.tar.xz
 BuildRequires:  gcc-c++
@@ -38,42 +38,39 @@
 BuildRequires:  pkgconfig(zlib) >= 1.2.3
 
 %description
-This is an experimental implementation of Google’s SPDY protocol in C. This
-library provides SPDY version 2, 3 and 3.1 framing layer implementation. It
-does not perform any I/O operations. When the library needs them, it calls the
-callback functions provided by the application. It also does not include any
-event polling mechanism, so the application can freely choose the way of
-handling events. This library code does not depend on any particular SSL
-library (except for example programs which depend on OpenSSL 1.0.1 or later).
+This is an experimental implementation of Google’s SPDY protocol in
+C. This library provides SPDY version 2, 3 and 3.1 framing layer
+implementation. It does not perform any I/O operations but uses
+callback functions provided by the application. Likewise, it includes
+no event polling mechanism, so the application can freely choose.
+Except for sample programs, this library code does not depend on any
+particular SSL library.
 
 %package -n %{c_lib}
-Summary:        SPDY C Library - Shared C library
+Summary:        SPDY C Library
 Group:          System/Libraries
 
 %description -n %{c_lib}
-This is an experimental implementation of Google’s SPDY protocol in C. This
-library provides SPDY version 2, 3 and 3.1 framing layer implementation. It
-does not perform any I/O operations. When the library needs them, it calls the
-callback functions provided by the application. It also does not include any
-event polling mechanism, so the application can freely choose the way of
-handling events. This library code does not depend on any particular SSL
-library (except for example programs which depend on OpenSSL 1.0.1 or later).
+This is an experimental implementation of Google’s SPDY protocol in
+C. This library provides SPDY version 2, 3 and 3.1 framing layer
+implementation. It does not perform any I/O operations but uses
+callback functions provided by the application. Likewise, it includes
+no event polling mechanism, so the application can freely choose.
 
 This package holds the shared C library.
 
 %package devel
-Summary:        SPDY C Library - Development Files
+Summary:        Development files for the SPDY C Library
 Group:          Development/Libraries/C and C++
 Requires:       %{c_lib} = %{version}
 
 %description devel
-This is an experimental implementation of Google’s SPDY protocol in C. This
-library provides SPDY version 2, 3 and 3.1 framing layer implementation. It
-does not perform any I/O operations. When the library needs them, it calls the
-callback functions provided by the application. It also does not include any
-event polling mechanism, so the application can freely choose the way of
-handling events. This library code does not depend on any particular SSL
-library (except for example programs which depend on OpenSSL 1.0.1 or later).
+This is an experimental implementation of Google’s SPDY protocol in
+C. This library provides SPDY version 2, 3 and 3.1 framing layer
+implementation. It does not perform any I/O operations but uses
+callback functions provided by the application. Likewise, it includes
+no event polling mechanism, so the application can freely choose.
+There is no dependency on a particular SSL library.
 
 This package holds the development files.
 


Reply via email to