bindings require the exact matching version of the lib (#1243737)

This commit is contained in:
Adam Williamson 2015-08-04 12:39:30 -07:00
parent 087fbc9fbf
commit e0a228e423

View File

@ -7,7 +7,7 @@
Name: libsolv Name: libsolv
Version: 0.6.11 Version: 0.6.11
Release: 1%{?dist} Release: 2%{?dist}
License: BSD License: BSD
Url: https://github.com/openSUSE/libsolv Url: https://github.com/openSUSE/libsolv
Source: https://github.com/openSUSE/libsolv/archive/%{gitrev}.tar.gz Source: https://github.com/openSUSE/libsolv/archive/%{gitrev}.tar.gz
@ -58,6 +58,7 @@ Applications demoing the libsolv library.
%package -n ruby-solv %package -n ruby-solv
Summary: Ruby bindings for the libsolv library Summary: Ruby bindings for the libsolv library
Group: Development/Languages Group: Development/Languages
Requires: libsolv%{?_isa} = %{version}-%{release}
%description -n ruby-solv %description -n ruby-solv
Ruby bindings for sat solver. Ruby bindings for sat solver.
@ -66,6 +67,7 @@ Ruby bindings for sat solver.
Summary: Python bindings for the libsolv library Summary: Python bindings for the libsolv library
Group: Development/Languages Group: Development/Languages
Requires: python Requires: python
Requires: libsolv%{?_isa} = %{version}-%{release}
%description -n python-solv %description -n python-solv
Python bindings for sat solver. Python bindings for sat solver.
@ -74,6 +76,7 @@ Python bindings for sat solver.
Summary: Perl bindings for the libsolv library Summary: Perl bindings for the libsolv library
Group: Development/Languages Group: Development/Languages
Requires: perl Requires: perl
Requires: libsolv%{?_isa} = %{version}-%{release}
%description -n perl-solv %description -n perl-solv
Perl bindings for sat solver. Perl bindings for sat solver.
@ -151,6 +154,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Tue Aug 04 2015 Adam Williamson <awilliam@redhat.com> - 0.6.11-2
- make bindings require the exact matching version of the lib (#1243737)
* Mon Jun 22 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-1 * Mon Jun 22 2015 Jan Silhan <jsilhan@redhat.com> - 0.6.11-1
- new version fixing segfault - new version fixing segfault
- RbConfig fixed in the upstream (1928f1a), libsolv-ruby22-rbconfig.patch erased - RbConfig fixed in the upstream (1928f1a), libsolv-ruby22-rbconfig.patch erased