diff --git a/.gitignore b/.gitignore index 2a8352f..385b362 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /librepo-d09298c.tar.xz /librepo-cebcef0.tar.xz /librepo-5585ff7.tar.xz +/librepo-9226730.tar.xz diff --git a/librepo.spec b/librepo.spec index 2f23c00..6041893 100644 --- a/librepo.spec +++ b/librepo.spec @@ -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 diff --git a/sources b/sources index 1e9ee7c..56e1630 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f0ee6dae9954982b594efae3cb48517 librepo-5585ff7.tar.xz +87c375b38fce5c4adc50638eabcdcaf6 librepo-9226730.tar.xz