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-01-13 23:21:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clingo (Old)
 and      /work/SRC/openSUSE:Factory/.clingo.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clingo"

Thu Jan 13 23:21:45 2022 rev:2 rq:946208 version:5.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clingo/clingo.changes    2021-11-21 
23:52:15.542238052 +0100
+++ /work/SRC/openSUSE:Factory/.clingo.new.1892/clingo.changes  2022-01-13 
23:22:23.644084879 +0100
@@ -1,0 +2,5 @@
+Tue Dec 14 09:50:18 UTC 2021 - Christian Goll <cg...@suse.com>
+
+- added python-cffi as Requires (boo#1193712)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clingo.spec ++++++
--- /var/tmp/diff_new_pack.D5taVd/_old  2022-01-13 23:22:24.040085138 +0100
+++ /var/tmp/diff_new_pack.D5taVd/_new  2022-01-13 23:22:24.044085141 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define major 4
 Name:       clingo
 Version:    5.5.0
@@ -41,6 +42,7 @@
 to the given problem.
 
 %define lib_name lib%{name}
+
 %package        -n %{lib_name}%{major}
 Summary:        Libraries file(s) for %{name}
 Group:          Development/Libraries/C and C++
@@ -51,8 +53,8 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Requires:       %{name} = %{version}-%{release}
 Requires:       %{lib_name}%{major} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -72,8 +74,11 @@
 %package -n python3-%{name}
 Summary:        Python 3 bindings for Clingo
 Requires:       %{name} = %{version}-%{release}
-BuildRequires:  python3, python3-devel
+Requires:       %{python_module cffi}
+BuildRequires:  %{python_module cffi}
 BuildRequires: make
+BuildRequires:  python3
+BuildRequires:  python3-devel
 
 %description -n python3-%{name}
 This module provides functions and classes to work with ground terms and to

Reply via email to