Update to 0.10.1-1
This commit is contained in:
parent
e649740213
commit
da1d5686c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/libdnf-0.9.1.tar.gz
|
||||
/libdnf-0.9.2.tar.gz
|
||||
/libdnf-0.9.3.tar.gz
|
||||
/libdnf-0.10.1.tar.gz
|
||||
|
17
libdnf.spec
17
libdnf.spec
@ -1,5 +1,5 @@
|
||||
%global libsolv_version 0.6.21-1
|
||||
%global dnf_conflict 2.6.2
|
||||
%global dnf_conflict 2.7.2
|
||||
|
||||
%bcond_with valgrind
|
||||
|
||||
@ -28,13 +28,12 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.9.3
|
||||
Release: 8%{?dist}
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: 0001-Use-python-m-nose-instead-of-nosetests-python_versio.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
@ -239,6 +238,16 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.10.1-1
|
||||
- Update to 0.10.1
|
||||
- It improves query performance with name and arch filters. Also nevra filter will now
|
||||
handle string with or without epoch.
|
||||
- Additionally for python bindings it renames NEVRA._has_just_name() to NEVRA.has_just_name() due
|
||||
to movement of code into c part of library.
|
||||
- Resolves: rhbz#1260242 - --exclude does not affect dnf remove's removal of requirements
|
||||
- Resolves: rhbz#1485881 - DNF claims it cannot install package, which have been already installed
|
||||
- Resolves: rhbz#1361187 - [abrt] python-ipython-console: filter_updown(): python3.5 killed by SIGABRT
|
||||
|
||||
* Fri Sep 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.3-8
|
||||
- Disable platform python on old releases
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.9.3.tar.gz) = 80de9907f3f305d2c397dd6a3427d7cfdb60b3eab49d390e94d9bd49a0f27a99a5f57e4ed0f276eae97caf43e2f9b2730ace3d8dfce5b27ac9685db1166d248a
|
||||
SHA512 (libdnf-0.10.1.tar.gz) = 4a6c1f4b1d44a98f7a5da225f0ff04d0dbbce28c5f43015e81b0c561e509fa065ad908c1da5e206efe7ca99ba63d544b094be2398eecd259be3f7d1d6a3d685d
|
||||
|
Loading…
Reference in New Issue
Block a user