Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmocka for openSUSE:Factory checked in at 2023-03-05 20:07:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmocka (Old) and /work/SRC/openSUSE:Factory/.cmocka.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmocka" Sun Mar 5 20:07:54 2023 rev:19 rq:1068186 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/cmocka/cmocka.changes 2019-04-28 19:57:13.571015552 +0200 +++ /work/SRC/openSUSE:Factory/.cmocka.new.31432/cmocka.changes 2023-03-05 20:07:58.660698839 +0100 @@ -1,0 +2,19 @@ +Mon Feb 27 13:16:24 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 1.1.7 + * Fixed tarball generation + +------------------------------------------------------------------- +Fri Feb 17 14:11:14 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Update to version 1.1.6 + * Added new assert macros to compare 2 double given an epsilon + * Added meson build system + * Added header with version to TAP13 output + * Fixed issues with MSVC + * Fixed TAP output for skipped tests + * Fixed issue with fail_msg + * CMake generated configs for find_package(cmocka) + * Documentation improvements + +------------------------------------------------------------------- Old: ---- cmocka-1.1.5.tar.xz cmocka-1.1.5.tar.xz.asc New: ---- cmocka-1.1.7.tar.xz cmocka-1.1.7.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmocka.spec ++++++ --- /var/tmp/diff_new_pack.1zc9PX/_old 2023-03-05 20:07:59.216701409 +0100 +++ /var/tmp/diff_new_pack.1zc9PX/_new 2023-03-05 20:07:59.224701446 +0100 @@ -1,7 +1,7 @@ # # spec file for package cmocka # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %endif Name: cmocka -Version: 1.1.5 +Version: 1.1.7 Release: 0 Summary: Lightweight library to simplify and generalize unit tests for C License: Apache-2.0 @@ -40,7 +40,8 @@ BuildRequires: doxygen BuildRequires: glibc-devel BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build + +Obsoletes: libcmocka-devel-static < %{version} %description cmocka is an elegant unit testing framework for C with support for mock @@ -94,14 +95,6 @@ %description -n libcmocka-devel Development headers for the cmocka unit testing library. -%package -n libcmocka-devel-static -Summary: Static cmocka library -Group: Development/Libraries/C and C++ -Requires: libcmocka-devel = %{version} - -%description -n libcmocka-devel-static -Static cmocka unit testing library. - %prep %autosetup -p1 @@ -116,7 +109,8 @@ make %{?_smp_mflags} %if %{with docs} make docs -%endif # with docs +#endif with docs +%endif %install %cmake_install @@ -138,7 +132,8 @@ %files -n libcmocka-devel %if %{with docs} %doc build/doc/html -%endif # with docs +#endif with docs +%endif %{_includedir}/cmocka.h %{_includedir}/cmocka_pbc.h %dir %{_includedir}/cmockery @@ -147,10 +142,8 @@ %{_libdir}/libcmocka.so %{_libdir}/pkgconfig/cmocka.pc %dir %{_libdir}/cmake/cmocka +%{_libdir}/cmake/cmocka/cmocka-config-relwithdebinfo.cmake %{_libdir}/cmake/cmocka/cmocka-config-version.cmake %{_libdir}/cmake/cmocka/cmocka-config.cmake -%files -n libcmocka-devel-static -%{_libdir}/libcmocka-static.a - %changelog ++++++ cmocka-1.1.5.tar.xz -> cmocka-1.1.7.tar.xz ++++++ ++++ 4623 lines of diff (skipped)