Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clingo for openSUSE:Factory checked in at 2022-09-02 21:56:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clingo (Old) and /work/SRC/openSUSE:Factory/.clingo.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clingo" Fri Sep 2 21:56:56 2022 rev:3 rq:1000899 version:5.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/clingo/clingo.changes 2022-01-13 23:22:23.644084879 +0100 +++ /work/SRC/openSUSE:Factory/.clingo.new.2083/clingo.changes 2022-09-02 21:57:19.120409123 +0200 @@ -1,0 +2,7 @@ +Thu Sep 1 00:13:39 UTC 2022 - Steve Kowalik <[email protected]> + +- Do not use python_module macro, which requires other macros to fire + correctly. +- Mark the license file using %license macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clingo.spec ++++++ --- /var/tmp/diff_new_pack.bUl9eX/_old 2022-09-02 21:57:19.552410168 +0200 +++ /var/tmp/diff_new_pack.bUl9eX/_new 2022-09-02 21:57:19.556410178 +0200 @@ -1,7 +1,7 @@ # # spec file for package clingo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,10 +74,10 @@ %package -n python3-%{name} Summary: Python 3 bindings for Clingo Requires: %{name} = %{version}-%{release} -Requires: %{python_module cffi} -BuildRequires: %{python_module cffi} +Requires: python3-cffi BuildRequires: make BuildRequires: python3 +BuildRequires: python3-cffi BuildRequires: python3-devel %description -n python3-%{name} @@ -126,7 +126,8 @@ %postun -n %{lib_name}%{major} -p /sbin/ldconfig %files -%doc README.md INSTALL.md LICENSE.md +%doc README.md INSTALL.md +%license LICENSE.md %attr(0755,root,root) %{_bindir}/clasp %attr(0755,root,root) %{_bindir}/clingo %attr(0755,root,root) %{_bindir}/gringo @@ -134,7 +135,8 @@ %attr(0755,root,root) %{_bindir}/reify %files -n %{lib_name}%{major} -%doc README.md INSTALL.md LICENSE.md +%doc README.md INSTALL.md +%license LICENSE.md %defattr(-,root,root) %{_libdir}/libclingo.so.4*
