diff --git a/.gitignore b/.gitignore index 82b3294..a0a8619 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /hawkey-7fa7aa9.tar.xz /hawkey-afa7717.tar.xz /hawkey-6f9df85.tar.xz +/hawkey-e883549.tar.xz diff --git a/hawkey.spec b/hawkey.spec index 0330656..99e7074 100644 --- a/hawkey.spec +++ b/hawkey.spec @@ -1,9 +1,9 @@ -%global gitrev 6f9df85 +%global gitrev e883549 %global libsolv_version 0.0.0-17 Name: hawkey -Version: 0.3.1 -Release: 2.git%{gitrev}%{?dist} +Version: 0.3.2 +Release: 1.git%{gitrev}%{?dist} Summary: Library providing simplified C and Python API to libsolv Group: System Environment/Libraries License: LGPLv2+ @@ -76,7 +76,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %{python_sitearch}/ %changelog -* Wed Nov 8 2012 Aleš Kozumplík - 0.3.1-2.git6f9df85 +* Thu Nov 15 2012 Aleš Kozumplík - 0.3.2-1.gite883549 +- fix: hy_package_cmp() shouldn't compare packages of different arch equal. +- Goal: support reinstalls. + +* Thu Nov 8 2012 Aleš Kozumplík - 0.3.1-2.git6f9df85 - py: add __all__ to the hawkey module. - API cleanup: give checksumming functions the 'hy_' prefix. - Add HyPackageSet. diff --git a/sources b/sources index ccbcc5d..6c4babb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -980dbcfd1052302eb44362979519f41a hawkey-6f9df85.tar.xz +f35444455ab0d308c24289a251525473 hawkey-e883549.tar.xz