Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bctoolbox for openSUSE:Factory checked in at 2024-03-14 17:44:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old) and /work/SRC/openSUSE:Factory/.bctoolbox.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bctoolbox" Thu Mar 14 17:44:48 2024 rev:49 rq:1157859 version:5.3.26 Changes: -------- --- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes 2023-12-13 18:36:08.781028767 +0100 +++ /work/SRC/openSUSE:Factory/.bctoolbox.new.1905/bctoolbox.changes 2024-03-14 17:46:09.639812170 +0100 @@ -1,0 +2,11 @@ +Thu Mar 7 06:34:34 UTC 2024 - Paolo Stivanin <[email protected]> + +- Update to 5.3.26 (no changelog) + +------------------------------------------------------------------- +Mon Jan 15 08:33:02 UTC 2024 - Paolo Stivanin <[email protected]> + +- Update to 5.3.7 (no changelog) +- Removed no longer needed gcc9-stringop-bogus-warning.patch + +------------------------------------------------------------------- Old: ---- bctoolbox-5.2.98.tar.bz2 gcc9-stringop-bogus-warning.patch New: ---- bctoolbox-5.3.26.tar.bz2 BETA DEBUG BEGIN: Old:- Update to 5.3.7 (no changelog) - Removed no longer needed gcc9-stringop-bogus-warning.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bctoolbox.spec ++++++ --- /var/tmp/diff_new_pack.tgTfnq/_old 2024-03-14 17:46:10.715851747 +0100 +++ /var/tmp/diff_new_pack.tgTfnq/_new 2024-03-14 17:46:10.719851895 +0100 @@ -1,7 +1,7 @@ # # spec file for package bctoolbox # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 1 Name: bctoolbox -Version: 5.2.98 +Version: 5.3.26 Release: 0 Summary: Utility library for software from Belledonne Communications License: GPL-3.0-or-later @@ -28,19 +28,18 @@ Source1: baselibs.conf # PATCH-FIX-OPENSUSE bctoolbox-fix-pkgconfig.patch Patch0: bctoolbox-fix-pkgconfig.patch -Patch1: gcc9-stringop-bogus-warning.patch Patch2: set_curret_version.patch -BuildRequires: bcunit-devel >= 3.0.2+git.20191119 +BuildRequires: bcunit-devel >= 5.3.0 %if 0%{?suse_version} >= 1600 # At the time of writing (11/Dec/2023), decaf is only available on Tumbleweed. BuildRequires: decaf-devel %endif BuildRequires: chrpath -BuildRequires: cmake +BuildRequires: cmake >= 3.22 BuildRequires: gcc-c++ -BuildRequires: mbedtls-devel < 3 +BuildRequires: mbedtls-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(bcunit) +BuildRequires: pkgconfig(bcunit) >= 5.3.0 BuildRequires: pkgconfig(zlib) %description @@ -87,12 +86,13 @@ %build export CFLAGS=$(echo "$CFLAGS -Wno-error=maybe-uninitialized -Wno-error=unused-parameter") export CXXFLAGS=$(echo "$CXXFLAGS -Wno-error=maybe-uninitialized -Wno-error=unused-parameter") -%cmake -DENABLE_STATIC=OFF +%cmake \ + -DENABLE_STATIC=OFF %cmake_build %install %cmake_install -chrpath -d %{buildroot}%{_libdir}/lib%{name}.so.%{sover}* %{buildroot}%{_libdir}/lib%{name}-tester.so.%{sover}* %{buildroot}%{_bindir}/bctoolbox_tester +chrpath -d %{buildroot}%{_libdir}/lib%{name}.so.%{sover}* %{buildroot}%{_libdir}/lib%{name}-tester.so.%{sover}* %{buildroot}%{_bindir}/bctoolbox-tester %post -n lib%{name}%{sover} -p /sbin/ldconfig %postun -n lib%{name}%{sover} -p /sbin/ldconfig @@ -105,7 +105,7 @@ %files -n lib%{name}-tester%{sover} %license LICENSE.txt -%{_bindir}/bctoolbox_tester +%{_bindir}/bctoolbox-tester %{_libdir}/lib%{name}-tester.so.%{sover}* %files devel @@ -113,8 +113,11 @@ %doc README.md %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/lib%{name}.so -%{_datadir}/%{name}/ %{_includedir}/%{name}/ -%{_libdir}/pkgconfig/bctoolbox-tester.pc %{_libdir}/lib%{name}-tester.so +%{_libdir}/pkgconfig/bctoolbox-tester.pc +%dir %{_datadir}/BCToolbox +%dir %{_datadir}/BCToolbox/cmake +%{_datadir}/BCToolbox/cmake/*.cmake +%{_datadir}/BCToolbox/cmake/gitversion.h.in ++++++ bctoolbox-5.2.98.tar.bz2 -> bctoolbox-5.3.26.tar.bz2 ++++++ ++++ 29785 lines of diff (skipped) ++++++ set_curret_version.patch ++++++ --- /var/tmp/diff_new_pack.tgTfnq/_old 2024-03-14 17:46:11.007862488 +0100 +++ /var/tmp/diff_new_pack.tgTfnq/_new 2024-03-14 17:46:11.011862635 +0100 @@ -1,11 +1,13 @@ ---- bctoolbox-5.2.30/CMakeLists.txt.orig 2023-03-08 08:46:24.562116821 +0100 -+++ bctoolbox-5.2.30/CMakeLists.txt 2023-03-08 08:46:31.346153166 +0100 -@@ -28,7 +28,7 @@ - cmake_policy(SET CMP0077 NEW) - endif() +Index: bctoolbox-5.3.7/CMakeLists.txt +=================================================================== +--- bctoolbox-5.3.7.orig/CMakeLists.txt ++++ bctoolbox-5.3.7/CMakeLists.txt +@@ -22,7 +22,7 @@ --project(bctoolbox VERSION 5.2.0) -+project(bctoolbox VERSION 5.2.98) + cmake_minimum_required(VERSION 3.22) + +-project(BCToolbox VERSION 5.3.0) ++project(BCToolbox VERSION 5.3.26) set(BCTOOLBOX_VERSION "${PROJECT_VERSION}") set(BCTOOLBOX_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
