Update to 0.0.2-3

This commit is contained in:
Tomas Mlcoch 2013-04-08 16:16:51 +02:00
parent bf07af3116
commit 772afb1831
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,10 +1,10 @@
%global timestamp 20130318
%global gitrev b3c3323
%global timestamp 20130408
%global gitrev 720d68d
%global checkout %{timestamp}git%{gitrev}
Name: librepo
Version: 0.0.2
Release: 2.%{checkout}%{?dist}
Release: 3.%{checkout}%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -79,6 +79,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/librepo/
%changelog
* 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)
- Support for read 'useragent' attr. (RhBug: 947346)
- Add valgrind supress files. (RhBug: 923214)
- Make python bindings interruptible (LRO_INTERRUPTIBLE) (RhBug: 919125)
- Add LRI_MIRRORS option (RhBug: 923198)
- Add LRI_METALINK option. (BzBug: 947767)
* Mon Mar 18 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-2.gitb3c3323
- py: Use standard python exception while accessing bad attrs. (RhBug: 920673)
- Default mask for newly created files is 0666. (RhBug: 922557)

View File

@ -1 +1 @@
a19c50ac09b6dfedc8351f38e3745756 librepo-b3c3323.tar.xz
5c33fd7636a0804a1186bbeee7b9bbe9 librepo-720d68d.tar.xz