Update to 0.0.2-3
This commit is contained in:
parent
bf07af3116
commit
772afb1831
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/librepo-714e828.tar.xz
|
||||
/librepo-b3c3323.tar.xz
|
||||
/librepo-720d68d.tar.xz
|
||||
|
15
librepo.spec
15
librepo.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user