Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbobcat for openSUSE:Factory checked in at 2023-02-02 18:07:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbobcat (Old) and /work/SRC/openSUSE:Factory/.libbobcat.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbobcat" Thu Feb 2 18:07:08 2023 rev:2 rq:1062357 version:6.02.02 Changes: -------- --- /work/SRC/openSUSE:Factory/libbobcat/libbobcat.changes 2022-11-04 17:35:40.357032291 +0100 +++ /work/SRC/openSUSE:Factory/.libbobcat.new.32243/libbobcat.changes 2023-02-02 18:27:06.966999030 +0100 @@ -1,0 +2,12 @@ +Wed Feb 1 00:11:54 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 6.02.02: + * Accidentally the ArgConfig header file included ../arg/arg instead of + <bobcat/arg> causing compilation failures of files including + <bobcat/argconfig>. Fixed in this release. + * The singleton classes Arg, ArgConfig, ReadLineHistory, and Signal now + return their allocated memory when programs using them end. + * Rewrote ReadLineHistory. + * Repaired the linking option specifications in the ReadLine* man-pages. + +------------------------------------------------------------------- Old: ---- bobcat-6.02.00.tar.bz2 New: ---- bobcat-6.02.02.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbobcat.spec ++++++ --- /var/tmp/diff_new_pack.rfCDgr/_old 2023-02-02 18:27:07.331001260 +0100 +++ /var/tmp/diff_new_pack.rfCDgr/_new 2023-02-02 18:27:07.339001309 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libbobcat +# spec file # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global _name bobcat %global _lib_name lib%{_name} %global _lib_version 6 @@ -27,13 +28,13 @@ %endif Name: %{_lib_name}%{?psuffix} -Version: 6.02.00 +Version: 6.02.02 Release: 0 Summary: Shared library implementing C++ classes that are frequently used License: GPL-3.0-only Group: Development/Tools/Building URL: https://gitlab.com/fbb-git/bobcat -Source0: %{_name}-%{version}.tar.bz2 +Source0: https://gitlab.com/fbb-git/bobcat/-/archive/%{version}/bobcat-%{version}.tar.gz Source1: initialbobcatlib %if "%{name}" == "%{_lib_name}-light" BuildRequires: the_silver_searcher @@ -50,12 +51,12 @@ BuildRequires: gcc-c++ %package devel-static +Summary: Bobcat static library +Group: Development/Libraries/C and C++ %if "%{name}" == "%{_lib_name}-light" Conflicts: %{_lib_name}-devel Conflicts: %{_lib_name}-devel-static %endif -Summary: Bobcat static library -Group: Development/Libraries/C and C++ %if "%{name}" == "%{_lib_name}" Requires: %{_lib_name}-devel = %{version} @@ -129,13 +130,11 @@ %postun -n%{_lib_name}%{_lib_version} -p /sbin/ldconfig %files -n %{_lib_name}%{_lib_version} -%defattr(-,root,root) %doc README %{_libdir}/%{_lib_name}.so.%{_lib_version} %attr(755, -, -) %{_libdir}/%{_lib_name}.so.%{version} %files devel -%defattr(-,root,root) %{_libdir}/%{_lib_name}.so %doc %{_docdir}/%{_lib_name}%{_lib_version}-devel/ %{_includedir}/%{_name}/