Update to 0.7.8
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
65707fea93
commit
3caa1d42b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/libsolv-0.7.5.tar.gz
|
||||
/libsolv-0.7.6.tar.gz
|
||||
/libsolv-0.7.7.tar.gz
|
||||
/libsolv-0.7.8.tar.gz
|
||||
|
16
libsolv.spec
16
libsolv.spec
@ -1,9 +1,9 @@
|
||||
%global libname solv
|
||||
|
||||
%bcond_with python2_bindings
|
||||
%bcond_with python2_bindings
|
||||
%bcond_without python3_bindings
|
||||
%bcond_without perl_bindings
|
||||
%bcond_without ruby_bindings
|
||||
%bcond_without python3_bindings
|
||||
# Creates special prefixed pseudo-packages from appdata metadata
|
||||
%bcond_without appdata
|
||||
# Creates special prefixed "group:", "category:" pseudo-packages
|
||||
@ -20,7 +20,7 @@
|
||||
%bcond_without zstd
|
||||
|
||||
Name: lib%{libname}
|
||||
Version: 0.7.7
|
||||
Version: 0.7.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Package dependency solver
|
||||
|
||||
@ -187,13 +187,6 @@ Python 3 version.
|
||||
%check
|
||||
%ninja_test -C "%{_vpath_builddir}"
|
||||
|
||||
%if %{undefined ldconfig_scriptlets}
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%else
|
||||
%ldconfig_scriptlets
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license LICENSE*
|
||||
%doc README
|
||||
@ -276,6 +269,9 @@ Python 3 version.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 12:52:58 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.8-1
|
||||
- Update to 0.7.8
|
||||
|
||||
* Sat Oct 19 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.7-1
|
||||
- Update to 0.7.7
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsolv-0.7.7.tar.gz) = d357788feda66929baa8de0e6d0312905fdf2e9abefedb4d659bfc433aa7818d1e9fcd89586d38269e0182c817a2a47fb317dea35997ede0640d7ae4f3aad4cc
|
||||
SHA512 (libsolv-0.7.8.tar.gz) = 22c1faac08b760b7c595de0d7ea1c5b7409ab7ec3c9c7d36cd29497576ea2aca208a293d62471b751252b5575f2d27be0233b300d32aedeedac67f90dfd9c827
|
||||
|
Loading…
Reference in New Issue
Block a user