diff --git a/.gitignore b/.gitignore index d9b057c..2034c05 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /hawkey-0.5.6.tar.gz /hawkey-0.5.7.tar.gz /hawkey-0.5.9.tar.gz +/hawkey-0.6.0.tar.gz diff --git a/hawkey.spec b/hawkey.spec index 1a26a72..19ff12b 100644 --- a/hawkey.spec +++ b/hawkey.spec @@ -8,8 +8,8 @@ %endif Name: hawkey -Version: 0.5.9 -Release: 3%{?snapshot}%{?dist} +Version: 0.6.0 +Release: 1%{?snapshot}%{?dist} Summary: Library providing simplified C and Python API to libsolv Group: System Environment/Libraries License: LGPLv2+ @@ -133,6 +133,15 @@ popd %endif %changelog +* Fri Aug 07 2015 Jan Silhan 0.6.0-1 +- Fixed a tiny typo in the RuntimeException message. (Yavor Atanasov) +- query: return empty query if we can't make reldep (RhBug:1244544) (Igor + Gnatenko) +- Add support for little endian MIPS (Michal Toman) +- py: goal.run supports ignore_weak_deps param (Related:RhBug:1221635) (Jan + Silhan) +- goal: added HY_IGNORE_WEAK_DEP flag (Jan Silhan) + * Tue Jul 28 2015 Michal Luscon 0.5.9-3 - Add explicit values to all public enumerations (Colin Walters) - types: Revert unintentional ABI break in _hy_key_name_e (RhBug:1247335) diff --git a/sources b/sources index 4d06afc..71f2673 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55f491e90992be9fb3a407a9cc81d7ec hawkey-0.5.9.tar.gz +f9722ab3ef1515f2ee7f897cde96cc72 hawkey-0.6.0.tar.gz