Update to 0.0.2-2

This commit is contained in:
Tomas Mlcoch 2013-03-18 10:19:47 +01:00
parent e989a8a046
commit bf07af3116
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,10 +1,10 @@
%global timestamp 20130314
%global gitrev 714e828
%global timestamp 20130318
%global gitrev b3c3323
%global checkout %{timestamp}git%{gitrev}
Name: librepo
Version: 0.0.2
Release: 1.%{checkout}%{?dist}
Release: 2.%{checkout}%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -79,6 +79,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/librepo/
%changelog
* 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)
* Thu Mar 14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-1.git714e828
- Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
- Bindings: More pythonic operations with handle's attributes (RhBug: 919124)

View File

@ -1 +1 @@
c12a333438ebc3c06c2668bc5751ea9c librepo-714e828.tar.xz
a19c50ac09b6dfedc8351f38e3745756 librepo-b3c3323.tar.xz