Update to 0.19.0
This commit is contained in:
parent
986b887b11
commit
f80cc28bd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/libdnf-0.17.0.tar.gz
|
/libdnf-0.17.0.tar.gz
|
||||||
/libdnf-0.17.1.tar.gz
|
/libdnf-0.17.1.tar.gz
|
||||||
/libdnf-0.17.2.tar.gz
|
/libdnf-0.17.2.tar.gz
|
||||||
|
/libdnf-0.19.0.tar.gz
|
||||||
|
15
libdnf.spec
15
libdnf.spec
@ -23,7 +23,7 @@
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.17.2
|
Version: 0.19.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing simplified C and Python API to libsolv
|
Summary: Library providing simplified C and Python API to libsolv
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,6 +51,7 @@ BuildRequires: pkgconfig(cppunit)
|
|||||||
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
||||||
BuildRequires: pkgconfig(smartcols)
|
BuildRequires: pkgconfig(smartcols)
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: gpgme-devel
|
||||||
|
|
||||||
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
||||||
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
||||||
@ -71,8 +72,13 @@ Development files for %{name}.
|
|||||||
Summary: Python 2 bindings for the libdnf library.
|
Summary: Python 2 bindings for the libdnf library.
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
%if 0%{?rhel} == 7
|
||||||
|
BuildRequires: python-sphinx
|
||||||
|
BuildRequires: swig3 >= %{swig_version}
|
||||||
|
%else
|
||||||
BuildRequires: python2-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: swig >= %{swig_version}
|
BuildRequires: swig >= %{swig_version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n python2-%{name}
|
%description -n python2-%{name}
|
||||||
Python 2 bindings for the libdnf library.
|
Python 2 bindings for the libdnf library.
|
||||||
@ -215,6 +221,13 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.19.0-1
|
||||||
|
- [query] Reldeps can contain a space char (RhBug:1612462)
|
||||||
|
- [transaction] Avoid adding duplicates via Transaction::addItem()
|
||||||
|
- Fix compilation errors on gcc-4.8.5
|
||||||
|
- [module] Make available ModuleProfile using SWIG
|
||||||
|
- [module] Redesign module disable and reset
|
||||||
|
|
||||||
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-1
|
* Mon Aug 13 2018 Daniel Mach <dmach@redhat.com> - 0.17.2-1
|
||||||
- [sqlite3] Change db locking mode to DEFAULT.
|
- [sqlite3] Change db locking mode to DEFAULT.
|
||||||
- [doc] Add libsmartcols-devel to devel deps.
|
- [doc] Add libsmartcols-devel to devel deps.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdnf-0.17.2.tar.gz) = d3e200193166a59c3976a53f357975fc4ebdd647ec6e08f87bb817f282be1509eb96a4d9ffe5d7d88ae91b1f22fd71d47b373fb4df3b568912cf40351b59126d
|
SHA512 (libdnf-0.19.0.tar.gz) = 0a76c2e358b558c436abcf739e54935e88cb5ce4fdfcd01b08d0a99b741cda4da0186e468fd237a7b275bfc16645f0f811515a2d4f21d4305b26887e3a3e70e7
|
||||||
|
Loading…
Reference in New Issue
Block a user