Update to 0.6.30
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
129f73968a
commit
48060cea0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/libsolv-0.6.27.tar.gz
|
||||
/libsolv-0.6.28.tar.gz
|
||||
/libsolv-0.6.29.tar.gz
|
||||
/libsolv-0.6.30.tar.gz
|
||||
|
10
libsolv.spec
10
libsolv.spec
@ -1,16 +1,15 @@
|
||||
%global libname solv
|
||||
|
||||
%bcond_without python_bindings
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
%bcond_with perl_bindings
|
||||
%bcond_with ruby_bindings
|
||||
%bcond_with python_bindings
|
||||
%if %{with python_bindings}
|
||||
%bcond_with python3
|
||||
%endif
|
||||
%else
|
||||
%bcond_without perl_bindings
|
||||
%bcond_without ruby_bindings
|
||||
%bcond_without python_bindings
|
||||
%if %{with python_bindings}
|
||||
%bcond_without python3
|
||||
%endif
|
||||
@ -38,8 +37,8 @@
|
||||
%endif
|
||||
|
||||
Name: lib%{libname}
|
||||
Version: 0.6.29
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6.30
|
||||
Release: 1%{?dist}
|
||||
Summary: Package dependency solver
|
||||
|
||||
License: BSD
|
||||
@ -289,6 +288,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.30-1
|
||||
- Update to 0.6.30
|
||||
|
||||
* Tue Sep 19 2017 Panu Matilainen <pmatilai@redhat.com> - 0.6.29-2
|
||||
- Band-aid for DB_VERSION_MISMATCH errors on glibc updates
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsolv-0.6.29.tar.gz) = b836deab2622fcc99593bdc613cb467057731a4c8bddfaf7a8642ecb9a1decb48052553fc80b3d6051862fac0a3cfe24d3d8141e0ba91b1c30ea3ae6538387cf
|
||||
SHA512 (libsolv-0.6.30.tar.gz) = f04fb1e7de0a7cf390a2a5766119fadf2854cf553ab0f7344591622b743acc1356bba4bb64ead698b696fbcf95220cbfe8c0f8057529c9c5441f49985df188f9
|
||||
|
Loading…
Reference in New Issue
Block a user