Hello community, here is the log from the commit of package cppunit for openSUSE:Factory checked in at 2018-02-08 14:10:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cppunit (Old) and /work/SRC/openSUSE:Factory/.cppunit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cppunit" Thu Feb 8 14:10:24 2018 rev:4 rq:573851 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cppunit/cppunit.changes 2017-04-24 09:46:59.171212039 +0200 +++ /work/SRC/openSUSE:Factory/.cppunit.new/cppunit.changes 2018-02-08 14:10:23.253988004 +0100 @@ -1,0 +2,10 @@ +Wed Feb 7 13:02:04 UTC 2018 - [email protected] + +- Fix RPM group of shlib subpackage. + +------------------------------------------------------------------- +Wed Feb 7 10:09:21 UTC 2018 - [email protected] + +- Fix description bsc#1079783 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cppunit.spec ++++++ --- /var/tmp/diff_new_pack.P4gNyU/_old 2018-02-08 14:10:24.909910688 +0100 +++ /var/tmp/diff_new_pack.P4gNyU/_new 2018-02-08 14:10:24.909910688 +0100 @@ -1,7 +1,7 @@ # # spec file for package cppunit # -# 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 @@ -41,15 +41,14 @@ supervised tests. %package -n %{libname} -Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries/C and C++ +Summary: Cppunit library for writting C++ unittests +Group: System/Libraries %description -n %{libname} -This package contains all necessary include files and libraries needed -to develop applications that require these. +Cppunit library for writting C++ unittests in JUnit like fashion. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Include Files and Libraries for cppunit Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Suggests: devel-doc = %{version} @@ -57,8 +56,8 @@ Obsoletes: libcppunit-devel < %{version} %description devel -This package contains all necessary include files and libraries needed -to develop applications that require these. +Cppunit library, headers, and all relevant additions for writting C++ unittests +in JUnit like fashion. %package devel-doc Summary: Documentation for the cppunit API
