diff --git a/.gitignore b/.gitignore index 55b4f40..bb3b302 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/librepo-1.11.3.tar.gz +SOURCES/librepo-1.12.0.tar.gz diff --git a/.librepo.metadata b/.librepo.metadata index a5e0cee..7d9c0bf 100644 --- a/.librepo.metadata +++ b/.librepo.metadata @@ -1 +1 @@ -d4d1d20a1259c45c34227d7e17a2c0d5ba82331b SOURCES/librepo-1.11.3.tar.gz +1981d485743337c93d2b098920e5f738bd41fdc9 SOURCES/librepo-1.12.0.tar.gz diff --git a/SPECS/librepo.spec b/SPECS/librepo.spec index a38a110..b6d3f76 100644 --- a/SPECS/librepo.spec +++ b/SPECS/librepo.spec @@ -26,7 +26,7 @@ %global dnf_conflict 2.8.8 Name: librepo -Version: 1.11.3 +Version: 1.12.0 Release: 1%{?dist} Summary: Repodata downloading library @@ -82,7 +82,8 @@ BuildRequires: pygpgme BuildRequires: python2-pyxattr BuildRequires: python2-gpg %endif -%endif # with pythontests +%endif +# endif with pythontests Requires: %{name}%{?_isa} = %{version}-%{release} Conflicts: python2-dnf < %{dnf_conflict} @@ -189,6 +190,13 @@ popd %endif %changelog +* Wed Jun 03 2020 Nicola Sella - 1.12.0-1 +- Update to 1.12.0 +- Decode package URL when using for local filename (RhBug:1817130) +- Fix memory leak in lr_download_metadata() and lr_yum_download_remote() +- Download sources work when at least one of specified is working (RhBug:1775184) +- Enable building on OSX + * Fri Apr 03 2020 Ales Matej - 1.11.3-1 - Update to 1.11.3 - Prefer mirrorlist/metalink over baseurl (RhBug:1775184)