Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcunit for openSUSE:Factory checked in at 2026-04-07 16:33:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcunit (Old) and /work/SRC/openSUSE:Factory/.bcunit.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcunit" Tue Apr 7 16:33:22 2026 rev:11 rq:1344779 version:5.4.102 Changes: -------- --- /work/SRC/openSUSE:Factory/bcunit/bcunit.changes 2025-02-17 20:55:54.571934338 +0100 +++ /work/SRC/openSUSE:Factory/.bcunit.new.21863/bcunit.changes 2026-04-07 16:48:53.508497622 +0200 @@ -1,0 +2,7 @@ +Sun Apr 5 19:20:20 UTC 2026 - Andreas Stieger <[email protected]> + +- update to 5.4.102: + * No longer use CMAKE_BUILD_TYPE to allow configuration choice at + build time + +------------------------------------------------------------------- Old: ---- bcunit-5.3.101.tar.bz2 bcunit.obsinfo New: ---- bcunit-5.4.102.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcunit.spec ++++++ --- /var/tmp/diff_new_pack.E70ZTc/_old 2026-04-07 16:48:54.372533353 +0200 +++ /var/tmp/diff_new_pack.E70ZTc/_new 2026-04-07 16:48:54.372533353 +0200 @@ -1,7 +1,7 @@ # # spec file for package bcunit # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define soname libbcunit %define sover 1 Name: bcunit -Version: 5.3.101 +Version: 5.4.102 Release: 0 Summary: Provide C programmers basic testing functionality License: LGPL-2.0-or-later @@ -83,19 +83,18 @@ mkdir -p %{buildroot}%{_libdir}/BCUnit/ -%post -n %{soname}%{sover} -p /sbin/ldconfig -%postun -n %{soname}%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{soname}%{sover} %files -n %{soname}%{sover} %doc AUTHORS ChangeLog NEWS README.md TODO %license COPYING -%{_libdir}/%{soname}.so.%{sover}* +%{_libdir}/%{soname}.so.%{sover}{,.*} %files doc %dir %{_datadir}/BCUnit/ %{_datadir}/BCUnit/*dtd %{_datadir}/BCUnit/*xsl -%{_datadir}/man/man3/BCUnit.3.gz +%{_mandir}/man3/BCUnit.3%{?ext_man} %files devel %dir %{_datadir}/BCUnit/ ++++++ bcunit-5.3.101.tar.bz2 -> bcunit-5.4.102.tar.bz2 ++++++ ++++++ set_current_version.patch ++++++ --- /var/tmp/diff_new_pack.E70ZTc/_old 2026-04-07 16:48:54.976558331 +0200 +++ /var/tmp/diff_new_pack.E70ZTc/_new 2026-04-07 16:48:54.980558496 +0200 @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.22) -project(BCUnit VERSION "3.0.2" LANGUAGES C) -+project(BCUnit VERSION "5.3.101" LANGUAGES C) ++project(BCUnit VERSION "5.4.102" LANGUAGES C) set(VERSION "${PROJECT_VERSION}") set(RELEASE "${PROJECT_VERSION_PATCH}")
