Update to 0.0.5-2
This commit is contained in:
parent
5f933a617d
commit
f6676d6a60
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/librepo-6df340e.tar.xz
|
||||
/librepo-55c1c08.tar.xz
|
||||
/librepo-cd5291e.tar.xz
|
||||
/librepo-57f5f9a.tar.xz
|
||||
|
11
librepo.spec
11
librepo.spec
@ -1,9 +1,9 @@
|
||||
%global gitrev cd5291e
|
||||
%global gitrev 57f5f9a
|
||||
# gitrev is output of: git rev-parse --short HEAD
|
||||
|
||||
Name: librepo
|
||||
Version: 0.0.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -18,7 +18,7 @@ Source0: librepo-%{gitrev}.tar.xz
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: glib2-devel >= 2.22.0
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: libattr-devel
|
||||
@ -80,6 +80,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{python_sitearch}/librepo/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 22 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-2
|
||||
- Bump version in versioh.h to 0.0.5
|
||||
- Python: Fix Handle.mirrors to return empty list instead of None if
|
||||
no mirrors available (RhBug: 986228)
|
||||
|
||||
* Wed Jul 17 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-1
|
||||
- Return LRE_ALREADYDOWNLOADED if the file exists even if no resume
|
||||
is specified. (GitHub issue 15)
|
||||
|
Loading…
Reference in New Issue
Block a user