Hello community,

here is the log from the commit of package cppunit for openSUSE:Factory checked 
in at 2017-04-24 09:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppunit (Old)
 and      /work/SRC/openSUSE:Factory/.cppunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppunit"

Mon Apr 24 09:46:55 2017 rev:3 rq:488418 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppunit/cppunit.changes  2013-11-22 
17:34:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cppunit.new/cppunit.changes     2017-04-24 
09:46:59.171212039 +0200
@@ -1,0 +2,12 @@
+Sun Apr 16 19:15:54 UTC 2017 - [email protected]
+
+- Version update to 1.14.0:
+  * TestCaller supports any callable that can be put into
+    std::function<void()>.
+  * CPPUNIT_TEST_PARAMETERIZED executes a test for any value in
+    an iteratable.
+  * Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER,
+                    ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL
+  * Remove QT test runner
+
+-------------------------------------------------------------------

Old:
----
  cppunit-1.13.2.tar.gz

New:
----
  cppunit-1.14.0.tar.gz

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

Other differences:
------------------
++++++ cppunit.spec ++++++
--- /var/tmp/diff_new_pack.9KpTjM/_old  2017-04-24 09:47:00.107079673 +0200
+++ /var/tmp/diff_new_pack.9KpTjM/_new  2017-04-24 09:47:00.111079108 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cppunit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,18 +16,20 @@
 #
 
 
-%define libname libcppunit-1_13-0
+%define libname libcppunit-1_14-0
 Name:           cppunit
-Version:        1.13.2
+Version:        1.14.0
 Release:        0
 Summary:        C++ Port of the JUnit Testing Framework
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            http://www.freedesktop.org/wiki/Software/cppunit
-Source:         http://dev-www.libreoffice.org/src/%name-%version.tar.gz
+Source:         http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz
 Source1:        cppunit-devel.desktop
+Source99:       baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -62,9 +64,7 @@
 Summary:        Documentation for the cppunit API
 Group:          Documentation/HTML
 Conflicts:      libcppunit-devel < 1.13.2
-%if 0%{?suse_version} > 1200
 BuildArch:      noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the cppunit API.
@@ -75,14 +75,16 @@
 %build
 export CXXFLAGS="%{optflags}"
 %configure \
+    --docdir=%{_docdir}/%{name} \
+    --disable-silent-rules \
        --disable-static \
        --enable-doxygen
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 # remove la archive
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 # this got also installed to _defaultdocdir
 rm -rf %{buildroot}%{_datadir}/cppunit/html/
 find %{buildroot}%{_includedir} -type f | xargs chmod a-x
@@ -92,10 +94,9 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/cppunit-devel.desktop
 
 %check
-make check %{?_smp_mflags} V=1
+make check %{?_smp_mflags}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
@@ -107,13 +108,12 @@
 %files devel
 %defattr(-,root,root)
 %doc NEWS README THANKS ChangeLog
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/*
 %{_bindir}/DllPlugInTester
-%{_bindir}/cppunit-config
 %{_libdir}/libcppunit*.so
 %{_libdir}/pkgconfig/cppunit.pc
 %{_includedir}/*
-%{_mandir}/*/*
-%{_datadir}/aclocal/cppunit.m4
 
 %files devel-doc
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.9KpTjM/_old  2017-04-24 09:47:00.163071754 +0200
+++ /var/tmp/diff_new_pack.9KpTjM/_new  2017-04-24 09:47:00.167071187 +0200
@@ -1,4 +1,4 @@
-libcppunit-1_13-0
-libcppunit-devel
+libcppunit-1_14-0
+cppunit-devel
   requires -libcppunit-<targettype>
-  requires "libcppunit-1_13-0-<targettype> = <version>"
+  requires "libcppunit-1_14-0-<targettype> = <version>"

++++++ cppunit-1.13.2.tar.gz -> cppunit-1.14.0.tar.gz ++++++
++++ 190928 lines of diff (skipped)


Reply via email to