Update to 1.1.0
This commit is contained in:
parent
35ccc4de3f
commit
03bd133db6
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/librepo-57f5f9a.tar.xz
|
/librepo-57f5f9a.tar.xz
|
||||||
/librepo-024ef3d.tar.xz
|
/librepo-024ef3d.tar.xz
|
||||||
/librepo-b28e796.tar.xz
|
/librepo-b28e796.tar.xz
|
||||||
|
/librepo-29872d4.tar.xz
|
||||||
|
16
librepo.spec
16
librepo.spec
@ -1,8 +1,8 @@
|
|||||||
%global gitrev b28e796
|
%global gitrev 29872d4
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
@ -80,6 +80,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/librepo/
|
%{python_sitearch}/librepo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 16 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.1.0-1
|
||||||
|
- New librepo.download_url(url, fd, handle=None) function in Python API.
|
||||||
|
- Low-level downloader interface is now public in C API.
|
||||||
|
- Small change of API lr_download_packages() and lr_packagetarget_new
|
||||||
|
functions.
|
||||||
|
- In python download_packages() changed from method of Handle() to
|
||||||
|
librepo module function without handle param.
|
||||||
|
Param handle was moved to the PackageTarget class that takes handle
|
||||||
|
as a optional param during constrution.
|
||||||
|
- Implements checking size of downloaded files (expectedsize
|
||||||
|
param of downloading functions).
|
||||||
|
|
||||||
* Wed Aug 28 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.0.0-1
|
* Wed Aug 28 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.0.0-1
|
||||||
- Huge API changes
|
- Huge API changes
|
||||||
- Library starts to use GLib2
|
- Library starts to use GLib2
|
||||||
|
Loading…
Reference in New Issue
Block a user