From 806c08df83c98f61e1b4691658056176fa43621d Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: May 02 2013 08:53:16 +0000 Subject: Update to 0.0.4 --- diff --git a/.gitignore b/.gitignore index 01624ac..673c905 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /librepo-714e828.tar.xz /librepo-b3c3323.tar.xz /librepo-720d68d.tar.xz +/librepo-6df340e.tar.xz diff --git a/librepo.spec b/librepo.spec index 541bd78..d416f99 100644 --- a/librepo.spec +++ b/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 - 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 - 0.0.2-3.git720d68d - Add CURL_GLOBAL_ACK_EINTR flag to curl init. - Proper multi handle cleanup. (RhBug: 947388) diff --git a/sources b/sources index 6113a37..e2a63ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c33fd7636a0804a1186bbeee7b9bbe9 librepo-720d68d.tar.xz +4a2ae5a6ab24c9d59971fdaa4c4cbb00 librepo-6df340e.tar.xz