diff --git a/libsolv-0.7.14.tar.gz b/libsolv-0.7.14.tar.gz new file mode 100644 index 0000000..c87bed7 Binary files /dev/null and b/libsolv-0.7.14.tar.gz differ diff --git a/libsolv-0.7.7.tar.gz b/libsolv-0.7.7.tar.gz deleted file mode 100644 index e1f4ede..0000000 Binary files a/libsolv-0.7.7.tar.gz and /dev/null differ diff --git a/libsolv.spec b/libsolv.spec index f005380..29e1fb4 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -14,8 +14,8 @@ %bcond_without zstd Name: libsolv -Version: 0.7.7 -Release: 2 +Version: 0.7.14 +Release: 1 Summary: Package dependency solver License: BSD URL: https://github.com/openSUSE/libsolv @@ -27,6 +27,8 @@ Provides: libsolv-tools libsolv-demo Obsoletes: libsolv-tools < %{version}-%{release} Obsoletes: libsolv-demo < %{version}-%{release} +Requires: rpm >= 4.16.0 + %description A free package dependency solver using a satisfiability algorithm. The library is based on two major, but independent, blocks: @@ -60,20 +62,6 @@ Requires: %{name} = %{version}-%{release} %description -n ruby-solv Ruby bindings for the %{name} library. - -%if %{with python2_bindings} -%package -n python2-solv -Summary: Python bindings for the %{name} library -%{?python_provide:%python_provide python2-solv} -BuildRequires: swig python2-devel -Requires: %{name} = %{version}-%{release} - -%description -n python2-solv -Python bindings for the %{name} library. - -Python 2 version. -%endif - %package -n python3-solv Summary: Python bindings for the %{name} library %{?python_provide:%python_provide python3-solv} @@ -186,5 +174,8 @@ Python 3 version. %{_mandir}/man3/%{name}*.3* %changelog +* Wed Jul 29 2020 linwei - 0.7.14-1 +- Update libsolv to 0.7.14 + * Tue Jan 7 2020 openEuler Buildteam - 0.7.7-2 - Pakcage init