Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpluff for openSUSE:Factory checked in at 2026-01-07 16:00:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpluff (Old) and /work/SRC/openSUSE:Factory/.cpluff.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpluff" Wed Jan 7 16:00:58 2026 rev:5 rq:1325491 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cpluff/cpluff.changes 2025-11-06 18:14:19.822275158 +0100 +++ /work/SRC/openSUSE:Factory/.cpluff.new.1928/cpluff.changes 2026-01-07 16:01:16.402764302 +0100 @@ -1,0 +2,13 @@ +Mon Jan 5 07:14:48 UTC 2026 - Christoph G <[email protected]> + +- update to version 0.2.1 + * C++17 build compatibility. + * Cleanup compilation warnings with modern GCC. + * Documentation: Remove references to mailing lists not in use + anymore. + * Documentation: Clean up obsolete links and use HTTPS links. +- Drop 003-cpp17-const.patch and 004-cpp17-nothrow.patch as they + are part of the release + + +------------------------------------------------------------------- Old: ---- 003-cpp17-const.patch 004-cpp17-nothrow.patch cpluff-0.2.0.tar.xz New: ---- c-pluff-0.2.1.tar.gz ----------(Old B)---------- Old: * Documentation: Clean up obsolete links and use HTTPS links. - Drop 003-cpp17-const.patch and 004-cpp17-nothrow.patch as they are part of the release Old: * Documentation: Clean up obsolete links and use HTTPS links. - Drop 003-cpp17-const.patch and 004-cpp17-nothrow.patch as they are part of the release ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpluff.spec ++++++ --- /var/tmp/diff_new_pack.63tSc5/_old 2026-01-07 16:01:16.974788111 +0100 +++ /var/tmp/diff_new_pack.63tSc5/_new 2026-01-07 16:01:16.974788111 +0100 @@ -1,7 +1,7 @@ # # spec file for package cpluff # -# Copyright (c) 2025 SUSE LLC and contributors +# 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,17 +19,14 @@ %define sover 0 Name: cpluff -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: A plug-in framework for C License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/jlehtine/c-pluff -Source0: %{name}-%{version}.tar.xz +Source0: c-pluff-%{version}.tar.gz Patch0: cpluff.patch -# PATCH proposed upstram https://github.com/jlehtine/c-pluff/pull/12 -Patch1: 003-cpp17-const.patch -Patch2: 004-cpp17-nothrow.patch BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config @@ -76,7 +73,7 @@ developing applications that use lib%{name}xx. %prep -%autosetup -p1 +%autosetup -p1 -n c-pluff-%{version} %build ./autogen.sh
