Update to 0.9.1-1
This commit is contained in:
parent
3259c3d10c
commit
bfefa27947
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libdnf-0.8.1.tar.gz
|
/libdnf-0.8.1.tar.gz
|
||||||
/libdnf-0.8.2.tar.gz
|
/libdnf-0.8.2.tar.gz
|
||||||
/libdnf-0.9.0.tar.gz
|
/libdnf-0.9.0.tar.gz
|
||||||
|
/libdnf-0.9.1.tar.gz
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.9.0
|
Version: 0.9.1
|
||||||
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+
|
||||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(check)
|
|||||||
%if %{with valgrind}
|
%if %{with valgrind}
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44.0
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
||||||
BuildRequires: pkgconfig(gtk-doc)
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: rpm-devel >= 4.11.0
|
BuildRequires: rpm-devel >= 4.11.0
|
||||||
@ -162,6 +162,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.1-1
|
||||||
|
- Update to 0.9.1
|
||||||
|
|
||||||
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.0-1
|
* Mon May 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.0-1
|
||||||
- Update to 0.9.0
|
- Update to 0.9.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdnf-0.9.0.tar.gz) = 5965996724c9dd66bc033b2fb62cddaa52cfaf37c3ee12f4bb8c89c30ac39c984e9bda385dcd3e2f88d5f305f90e01b7491914413b1381e761356151ea4b8b2a
|
SHA512 (libdnf-0.9.1.tar.gz) = b5bef1e59c538b731c97906a4dda7ef62d0cd2edee12e6a3a8b24f9245d4a86e73148519c870ae4eb1c23ce995a1a5d4cdd5b1189faca339f8b80d8ce7b00a7d
|
||||||
|
Loading…
Reference in New Issue
Block a user