Hello community,

here is the log from the commit of package cppunit for openSUSE:Factory checked 
in at 2020-08-06 17:30:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppunit (Old)
 and      /work/SRC/openSUSE:Factory/.cppunit.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppunit"

Thu Aug  6 17:30:31 2020 rev:6 rq:824298 version:1.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppunit/cppunit.changes  2019-05-03 
22:22:12.020681049 +0200
+++ /work/SRC/openSUSE:Factory/.cppunit.new.3399/cppunit.changes        
2020-08-06 17:30:54.537077366 +0200
@@ -1,0 +2,20 @@
+Mon Jul 13 22:22:05 UTC 2020 - Matthias Eliasson <eli...@opensuse.org>
+
+- Version update to 1.15.1
+  Portability:
+  * Fix Wdefaulted-function-deleted warning with clang
+  * Remove old Visual Studio project files
+- Changes in version 1.15.0
+  * Report (un)signed character as intergers
+  * add CPPUNIT_TEST_FIXTURE()
+  * add message_to_string trait to allow custom string formatters
+  Portability:
+  * Fix build with gcc 9
+  * Fix various compiler warnings
+- Run spec-cleaner
+  * remove rpm groups
+- Drop patches fixed upstream:
+  * gcc9-Wdeprecated-copy-1.patch
+  * gcc9-Wdeprecated-copy-2.patch
+
+-------------------------------------------------------------------

Old:
----
  cppunit-1.14.0.tar.gz
  gcc9-Wdeprecated-copy-1.patch
  gcc9-Wdeprecated-copy-2.patch

New:
----
  cppunit-1.15.1.tar.gz

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

Other differences:
------------------
++++++ cppunit.spec ++++++
--- /var/tmp/diff_new_pack.K4L3wj/_old  2020-08-06 17:30:55.325077550 +0200
+++ /var/tmp/diff_new_pack.K4L3wj/_new  2020-08-06 17:30:55.329077551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cppunit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,22 @@
 #
 
 
-%define libname libcppunit-1_14-0
+%define libname libcppunit-1_15-1
 Name:           cppunit
-Version:        1.14.0
+Version:        1.15.1
 Release:        0
 Summary:        C++ Port of the JUnit Testing Framework
 License:        LGPL-2.1-or-later
-Group:          Development/Libraries/C and C++
-Url:            http://www.freedesktop.org/wiki/Software/cppunit
+URL:            https://www.freedesktop.org/wiki/Software/cppunit
 Source:         http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz
 Source1:        cppunit-devel.desktop
 Source99:       baselibs.conf
-Patch0:         gcc9-Wdeprecated-copy-1.patch
-Patch1:         gcc9-Wdeprecated-copy-2.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 CppUnit is the C++ port of the famous JUnit framework for unit testing.
@@ -44,14 +40,12 @@
 
 %package -n %{libname}
 Summary:        Cppunit library for writting C++ unittests
-Group:          System/Libraries
 
 %description -n %{libname}
 Cppunit library for writting C++ unittests in JUnit like fashion.
 
 %package devel
 Summary:        Include Files and Libraries for cppunit
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Suggests:       devel-doc = %{version}
 Provides:       libcppunit-devel = %{version}
@@ -63,7 +57,6 @@
 
 %package devel-doc
 Summary:        Documentation for the cppunit API
-Group:          Documentation/HTML
 Conflicts:      libcppunit-devel < 1.13.2
 BuildArch:      noarch
 
@@ -71,9 +64,7 @@
 This package contains documentation for the cppunit API.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -82,12 +73,14 @@
     --disable-silent-rules \
     --disable-static \
     --enable-doxygen
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 # remove la archive
 find %{buildroot} -type f -name "*.la" -delete -print
+# remove INSTALL* files from package docs
+find %{buildroot}%{_docdir}/%{name}/ -type f -name "INSTALL*" -delete -print
 # this got also installed to _defaultdocdir
 rm -rf %{buildroot}%{_datadir}/cppunit/html/
 find %{buildroot}%{_includedir} -type f | xargs chmod a-x
@@ -97,19 +90,18 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/cppunit-devel.desktop
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_libdir}/libcppunit*.so.*
 %{_datadir}/cppunit
 
 %files devel
-%defattr(-,root,root)
 %doc NEWS README THANKS ChangeLog
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/*
@@ -119,7 +111,6 @@
 %{_includedir}/*
 
 %files devel-doc
-%defattr(-,root,root)
 %doc doc/html/*
 %{_datadir}/susehelp
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.K4L3wj/_old  2020-08-06 17:30:55.357077558 +0200
+++ /var/tmp/diff_new_pack.K4L3wj/_new  2020-08-06 17:30:55.361077559 +0200
@@ -1,4 +1,4 @@
-libcppunit-1_14-0
+libcppunit-1_15-1
 cppunit-devel
   requires -libcppunit-<targettype>
-  requires "libcppunit-1_14-0-<targettype> = <version>"
+  requires "libcppunit-1_15-1-<targettype> = <version>"

++++++ cppunit-1.14.0.tar.gz -> cppunit-1.15.1.tar.gz ++++++
++++ 65074 lines of diff (skipped)


Reply via email to