Update to 0.0.5-3
This commit is contained in:
parent
f6676d6a60
commit
8f0a7788d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/librepo-55c1c08.tar.xz
|
/librepo-55c1c08.tar.xz
|
||||||
/librepo-cd5291e.tar.xz
|
/librepo-cd5291e.tar.xz
|
||||||
/librepo-57f5f9a.tar.xz
|
/librepo-57f5f9a.tar.xz
|
||||||
|
/librepo-024ef3d.tar.xz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 57f5f9a
|
%global gitrev 024ef3d
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -80,6 +80,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/librepo/
|
%{python_sitearch}/librepo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-3
|
||||||
|
- python: Raise exception if handle has bad repo type configured
|
||||||
|
(RhBug: 988013)
|
||||||
|
|
||||||
* Mon Jul 22 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-2
|
* Mon Jul 22 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-2
|
||||||
- Bump version in versioh.h to 0.0.5
|
- Bump version in versioh.h to 0.0.5
|
||||||
- Python: Fix Handle.mirrors to return empty list instead of None if
|
- Python: Fix Handle.mirrors to return empty list instead of None if
|
||||||
|
Loading…
Reference in New Issue
Block a user