Bump to 1.7.12

This commit is contained in:
Tomas Mlcoch 2015-01-16 16:09:18 +01:00
parent 9d8c03dc8d
commit a338314a7b
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/librepo-3108931.tar.xz
/librepo-d9fb706.tar.xz
/librepo-a064e9a.tar.xz
/librepo-116b875.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev a064e9a
%global gitrev 116b875
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
@ -9,8 +9,8 @@
%endif
Name: librepo
Version: 1.7.11
Release: 2%{?dist}
Version: 1.7.12
Release: 1%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -59,6 +59,7 @@ BuildRequires: python2-devel
BuildRequires: python-flask
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: pyxattr
Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n python-librepo
@ -73,6 +74,7 @@ BuildRequires: python3-devel
BuildRequires: python3-flask
BuildRequires: python3-nose
BuildRequires: python3-sphinx
BuildRequires: python3-pyxattr
Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n python3-librepo
@ -139,6 +141,12 @@ popd
%endif
%changelog
* Fri Jan 16 2015 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.12-1
- downloader: Allow max one resume + nicer message if xattr cannot be set (RhBug: 1130685)
- downloader: Resume only files that were originaly downloaded by Librepo (RhBug: 1130685)
- downloader: Show also calculated checksums in error message about bad checksum
- Python: Return all strings in unicode
* Mon Dec 22 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.11-2
- Make tests port agnostic

View File

@ -1 +1 @@
2aa3798372657e202df7fffb0a24dfcd librepo-a064e9a.tar.xz
a9d687f7f86df6a66094d75bd6e980b2 librepo-116b875.tar.xz