Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcomps for openSUSE:Factory checked in at 2023-12-05 17:02:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcomps (Old) and /work/SRC/openSUSE:Factory/.libcomps.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcomps" Tue Dec 5 17:02:31 2023 rev:15 rq:1130813 version:0.1.20 Changes: -------- --- /work/SRC/openSUSE:Factory/libcomps/libcomps.changes 2023-11-05 12:19:22.678422611 +0100 +++ /work/SRC/openSUSE:Factory/.libcomps.new.25432/libcomps.changes 2023-12-05 17:02:54.088451499 +0100 @@ -1,0 +2,8 @@ +Mon Dec 4 14:34:19 UTC 2023 - Ana Guerrero <ana.guerr...@suse.com> + +- Add BuildRequires on python-setuptools to create python egg and + install it properly. Previously this was pulled by python-Sphinx + in the build environment. +- Use %license instead of %doc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcomps.spec ++++++ --- /var/tmp/diff_new_pack.epNgYo/_old 2023-12-05 17:02:54.688473617 +0100 +++ /var/tmp/diff_new_pack.epNgYo/_new 2023-12-05 17:02:54.688473617 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcomps # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021 Neal Gompa <ngomp...@gmail.com>. # # All modifications and additions to the file contributed by third parties @@ -32,6 +32,7 @@ URL: https://github.com/rpm-software-management/libcomps Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: check-devel BuildRequires: cmake BuildRequires: fdupes @@ -131,7 +132,8 @@ %files -n %{libname} %{_libdir}/libcomps.so.%{major} -%doc README.md COPYING +%doc README.md +%license COPYING %files -n %{devname} %{_libdir}/libcomps.so @@ -146,5 +148,5 @@ %files -n python3-libcomps %{python3_sitearch}/libcomps/ -%{python3_sitearch}/libcomps-* +%{python3_sitearch}/libcomps-%{version}*-info