Update to 0.0.4

This commit is contained in:
Tomas Mlcoch 2013-05-02 10:53:16 +02:00
parent 772afb1831
commit 806c08df83
3 changed files with 16 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/librepo-714e828.tar.xz /librepo-714e828.tar.xz
/librepo-b3c3323.tar.xz /librepo-b3c3323.tar.xz
/librepo-720d68d.tar.xz /librepo-720d68d.tar.xz
/librepo-6df340e.tar.xz

View File

@ -1,10 +1,6 @@
%global timestamp 20130408
%global gitrev 720d68d
%global checkout %{timestamp}git%{gitrev}
Name: librepo Name: librepo
Version: 0.0.2 Version: 0.0.4
Release: 3.%{checkout}%{?dist} Release: 1%{?dist}
Summary: Repodata downloading library Summary: Repodata downloading library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -13,8 +9,8 @@ URL: https://github.com/Tojaj/librepo
# Use the following commands to generate the tarball: # Use the following commands to generate the tarball:
# git clone https://github.com/Tojaj/librepo.git # git clone https://github.com/Tojaj/librepo.git
# cd librepo # cd librepo
# utils/make_tarball.sh %{gitrev} # utils/make_tarball.sh 6df340e
Source0: librepo-%{gitrev}.tar.xz Source0: librepo-6df340e.tar.xz
BuildRequires: check-devel BuildRequires: check-devel
BuildRequires: cmake BuildRequires: cmake
@ -79,6 +75,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/librepo/ %{python_sitearch}/librepo/
%changelog %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 * Mon Apr 8 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-3.git720d68d
- Add CURL_GLOBAL_ACK_EINTR flag to curl init. - Add CURL_GLOBAL_ACK_EINTR flag to curl init.
- Proper multi handle cleanup. (RhBug: 947388) - Proper multi handle cleanup. (RhBug: 947388)

View File

@ -1 +1 @@
5c33fd7636a0804a1186bbeee7b9bbe9 librepo-720d68d.tar.xz 4a2ae5a6ab24c9d59971fdaa4c4cbb00 librepo-6df340e.tar.xz