Update to 0.0.4
This commit is contained in:
parent
772afb1831
commit
806c08df83
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/librepo-714e828.tar.xz
|
||||
/librepo-b3c3323.tar.xz
|
||||
/librepo-720d68d.tar.xz
|
||||
/librepo-6df340e.tar.xz
|
||||
|
22
librepo.spec
22
librepo.spec
@ -1,10 +1,6 @@
|
||||
%global timestamp 20130408
|
||||
%global gitrev 720d68d
|
||||
%global checkout %{timestamp}git%{gitrev}
|
||||
|
||||
Name: librepo
|
||||
Version: 0.0.2
|
||||
Release: 3.%{checkout}%{?dist}
|
||||
Version: 0.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -13,8 +9,8 @@ URL: https://github.com/Tojaj/librepo
|
||||
# Use the following commands to generate the tarball:
|
||||
# git clone https://github.com/Tojaj/librepo.git
|
||||
# cd librepo
|
||||
# utils/make_tarball.sh %{gitrev}
|
||||
Source0: librepo-%{gitrev}.tar.xz
|
||||
# utils/make_tarball.sh 6df340e
|
||||
Source0: librepo-6df340e.tar.xz
|
||||
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: cmake
|
||||
@ -79,6 +75,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{python_sitearch}/librepo/
|
||||
|
||||
%changelog
|
||||
* Thu May 2 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-1
|
||||
- Fix type conversion long long -> long.(RhBug: 957656)
|
||||
- python: Handle.perfrom() could be called without Result().
|
||||
- Add LRI_MAXMIRRORTRIES option. (RhBug: 954736)
|
||||
- py: unittests: Add metalink.xml and mirrorlist files. (RhBug: 954294)
|
||||
- Fix double free and memory leak. (RhBug: 954294)
|
||||
- New option LRO_MAXMIRRORTRIES. (RhBug: 949517)
|
||||
- LRI_MIRRORS return only content of mirrorlist file (without LRO_URL as first item).
|
||||
- Add LRO_FETCHMIRRORS option.
|
||||
|
||||
* Mon Apr 8 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-3.git720d68d
|
||||
- Add CURL_GLOBAL_ACK_EINTR flag to curl init.
|
||||
- Proper multi handle cleanup. (RhBug: 947388)
|
||||
|
Loading…
Reference in New Issue
Block a user