diff --git a/.gitignore b/.gitignore index 2034c05..8a9411f 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /hawkey-0.5.7.tar.gz /hawkey-0.5.9.tar.gz /hawkey-0.6.0.tar.gz +/hawkey-0.6.1.tar.gz diff --git a/hawkey.spec b/hawkey.spec index 19ff12b..61d7431 100644 --- a/hawkey.spec +++ b/hawkey.spec @@ -8,7 +8,7 @@ %endif Name: hawkey -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?snapshot}%{?dist} Summary: Library providing simplified C and Python API to libsolv Group: System Environment/Libraries @@ -133,6 +133,15 @@ popd %endif %changelog +* Tue Sep 22 2015 Michal Luscon 0.6.1-1 +- fixed memleaks from 2f5b9af (Jan Silhan) +- Support list of strings in provides/requires. (RhBug:1243005)(RhBug:1243002) + (Valentina Mukhamedzhanova) +- Add globbing support to dependency queries. + (RhBug:Related:1259650)(RhBug:Related:1249073) (Valentina Mukhamedzhanova) +- package: filter out solvable:prereqmarker (RhBug:1186721) (Michal Luscon) +- skip already filtered items (Michael Mraka) + * 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 diff --git a/sources b/sources index 71f2673..2b597bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9722ab3ef1515f2ee7f897cde96cc72 hawkey-0.6.0.tar.gz +1a6e2afab6310b3e57a0d9ae5705368c hawkey-0.6.1.tar.gz