Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yaml-cpp for openSUSE:Factory checked in at 2026-04-10 17:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old) and /work/SRC/openSUSE:Factory/.yaml-cpp.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yaml-cpp" Fri Apr 10 17:49:14 2026 rev:22 rq:1345205 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes 2025-03-28 09:36:39.095190267 +0100 +++ /work/SRC/openSUSE:Factory/.yaml-cpp.new.21863/yaml-cpp.changes 2026-04-10 17:51:26.813935844 +0200 @@ -1,0 +2,21 @@ +Sun Mar 29 17:40:12 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 0.9.0 + * Increase minimum required CMake version to 3.5, + update Googletest to 1.13. + * Bazel module builds. + * Update cmakelists to use system googletest if available. + * Fix indentation of empty flow sequences. + * Add option YAML_ENABLE_PIC. + * fix: use C locale by default. + * Use FetchContent_MakeAvailable. + * fix: parse files with '\r' symbols as line ending correctly. + * fix(src): avoid possible infinite loop in LoadAll(). + * missing keys should throw InvalidNode, not BadConversion. + * fix: prettier floating point numbers. + * Optimization of merge memories. +- Drop patch: + * yaml-cpp-gcc15.patch (not longer needed) +- Use ldconfig_scriptlets macro. + +------------------------------------------------------------------- Old: ---- yaml-cpp-0.8.0.tar.gz yaml-cpp-gcc15.patch New: ---- yaml-cpp-0.9.0.tar.gz ----------(Old B)---------- Old:- Drop patch: * yaml-cpp-gcc15.patch (not longer needed) - Use ldconfig_scriptlets macro. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yaml-cpp.spec ++++++ --- /var/tmp/diff_new_pack.76n48e/_old 2026-04-10 17:51:27.485963516 +0200 +++ /var/tmp/diff_new_pack.76n48e/_new 2026-04-10 17:51:27.489963681 +0200 @@ -1,7 +1,7 @@ # # spec file for package yaml-cpp # -# 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 @@ -16,18 +16,16 @@ # -%define library_name libyaml-cpp0_8 +%define library_name libyaml-cpp0_9 Name: yaml-cpp -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: YAML parser and emitter in C++ License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/jbeder/yaml-cpp/ -Source: https://github.com/jbeder/yaml-cpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz Source98: baselibs.conf -# https://github.com/jbeder/yaml-cpp/commit/7b469b4220f96fb3d036cf68cd7bd30bd39e61d2 -Patch0: yaml-cpp-gcc15.patch BuildRequires: cmake >= 3.5 BuildRequires: pkgconfig BuildRequires: sed @@ -58,7 +56,7 @@ Development files for %{name} library. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -p1 -n %{name}-%{name}-%{version} %build export CC=gcc @@ -71,8 +69,7 @@ -DYAML_BUILD_SHARED_LIBS:BOOL=ON \ -DYAML_CPP_BUILD_TESTS:BOOL=OFF \ -DCMAKE_C_COMPILER=$CC \ - -DCMAKE_CXX_COMPILER=$CXX \ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5 + -DCMAKE_CXX_COMPILER=$CXX make %{?_smp_mflags} @@ -82,8 +79,7 @@ %check %ctest -%post -n %{library_name} -p /sbin/ldconfig -%postun -n %{library_name} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{library_name} %files -n %{library_name} %license LICENSE ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.76n48e/_old 2026-04-10 17:51:27.521964998 +0200 +++ /var/tmp/diff_new_pack.76n48e/_new 2026-04-10 17:51:27.529965328 +0200 @@ -1,2 +1,2 @@ -libyaml-cpp0_8 +libyaml-cpp0_9 ++++++ yaml-cpp-0.8.0.tar.gz -> yaml-cpp-0.9.0.tar.gz ++++++ ++++ 233025 lines of diff (skipped)
