Update to 0.0.2-2
This commit is contained in:
parent
e989a8a046
commit
bf07af3116
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/librepo-714e828.tar.xz
|
/librepo-714e828.tar.xz
|
||||||
|
/librepo-b3c3323.tar.xz
|
||||||
|
10
librepo.spec
10
librepo.spec
@ -1,10 +1,10 @@
|
|||||||
%global timestamp 20130314
|
%global timestamp 20130318
|
||||||
%global gitrev 714e828
|
%global gitrev b3c3323
|
||||||
%global checkout %{timestamp}git%{gitrev}
|
%global checkout %{timestamp}git%{gitrev}
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 0.0.2
|
Version: 0.0.2
|
||||||
Release: 1.%{checkout}%{?dist}
|
Release: 2.%{checkout}%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -79,6 +79,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/librepo/
|
%{python_sitearch}/librepo/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 14 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.2-1.git714e828
|
||||||
- Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
|
- Add LRI_PROGRESSCB and LRI_PROGRESSDATA options (RhBug: 919123)
|
||||||
- Bindings: More pythonic operations with handle's attributes (RhBug: 919124)
|
- Bindings: More pythonic operations with handle's attributes (RhBug: 919124)
|
||||||
|
Loading…
Reference in New Issue
Block a user