Update to 1.7.4

This commit is contained in:
Tomas Mlcoch 2014-06-02 13:22:35 +02:00
parent 0b4df9374e
commit 97216d4694
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/librepo-d09298c.tar.xz
/librepo-cebcef0.tar.xz
/librepo-5585ff7.tar.xz
/librepo-9226730.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 5585ff7
%global gitrev 9226730
# gitrev is output of: git rev-parse --short HEAD
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
@ -9,12 +9,12 @@
%endif
Name: librepo
Version: 1.7.3
Release: 2%{?dist}
Version: 1.7.4
Release: 1%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
License: GPLv2+
License: LGPLv2+
URL: https://github.com/Tojaj/librepo
# Use the following commands to generate the tarball:
# git clone https://github.com/Tojaj/librepo.git
@ -139,8 +139,10 @@ popd
%endif
%changelog
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Mon Jun 2 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.4-1
- Add LRO_IPRESOLVE option to set a kind of IP addresses to use when resolving host names
- Relicenced from GPLv2 to LGPLv2+
- error mesage is in unicode (RhBug:1096452)
* Tue May 6 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 1.7.3-1
- Fix some issues which were found by coverity scan

View File

@ -1 +1 @@
7f0ee6dae9954982b594efae3cb48517 librepo-5585ff7.tar.xz
87c375b38fce5c4adc50638eabcdcaf6 librepo-9226730.tar.xz