Update to 0.0.5
This commit is contained in:
parent
2f1b90ada7
commit
5f933a617d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/librepo-720d68d.tar.xz
|
||||
/librepo-6df340e.tar.xz
|
||||
/librepo-55c1c08.tar.xz
|
||||
/librepo-cd5291e.tar.xz
|
||||
|
34
librepo.spec
34
librepo.spec
@ -1,9 +1,9 @@
|
||||
%global gitrev 55c1c08
|
||||
%global gitrev cd5291e
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
Name: librepo
|
||||
Version: 0.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -18,8 +18,10 @@ Source0: librepo-%{gitrev}.tar.xz
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: glib2-devel >= 2.22.0
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pygpgme
|
||||
@ -78,6 +80,28 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{python_sitearch}/librepo/
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-1
|
||||
- Return LRE_ALREADYDOWNLOADED if the file exists even if no resume
|
||||
is specified. (GitHub issue 15)
|
||||
- downloadtarget: New module, future replacement for curltarget module.
|
||||
- Librepo migrated to lr_LrMirrorlist from lr_InternalMirrorlist.
|
||||
- test: Run python unittest verbosely
|
||||
- lrmirrorlis: New module. GLib2 ready replacement for the internal_mirrorlist
|
||||
module.
|
||||
- package_downloader: Add LRE_ALREADYDOWNLOADED rc code. (GitHub issue 15)
|
||||
- handle: After set python SIGINT handler back, check if librepo was
|
||||
interrupted by CTRL+C. (RhBug: 977803)
|
||||
- cmake: Set required python version to 2. (GitHub issue 10)
|
||||
- Fix missing VAR substitution for mirrorlist. (GitHub issue 11)
|
||||
- cmake: Add FindXattr module.
|
||||
- Add support for caching checksum as extended file attribute. (GitHub issue 8)
|
||||
- util: Add lr_asprintf().
|
||||
- util: Add lr_vasprintf().
|
||||
- handle: Fix funky logic in internal error handling. (GitHub issue 9)
|
||||
- Add lr_yum_repomd_get_age() function. (GitHub issue 6)
|
||||
- test: Add test for LR_VERSION_CHECK macro.
|
||||
- Add a LR_VERSION_CHECK macro
|
||||
|
||||
* Wed Jun 12 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-2
|
||||
- examples: Add C example of usage.
|
||||
- Fix predefined lists in types.h (GitHub issue 4). Thank you hughsie
|
||||
@ -111,5 +135,5 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
- Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
|
||||
- Bindings: More pythonic operations with handle's attributes (RhBug: 919124)
|
||||
|
||||
* Thu Oct 9 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.1-1.gitc69642e
|
||||
* Tue Oct 9 2012 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.1-1.gitc69642e
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user