diff --git a/.gitignore b/.gitignore index e61b29c..4a0d3fb 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /hawkey-a0fafad.tar.xz /hawkey-52f8596.tar.xz /hawkey-428a977.tar.xz +/hawkey-a56916e.tar.xz diff --git a/hawkey.spec b/hawkey.spec index 8379210..608dc45 100644 --- a/hawkey.spec +++ b/hawkey.spec @@ -1,8 +1,8 @@ -%global gitrev 428a977 -%global libsolv_version 0.6.0-0 +%global gitrev a56916e +%global libsolv_version 0.6.1-1 Name: hawkey -Version: 0.4.14 +Version: 0.4.16 Release: 1%{?dist} Summary: Library providing simplified C and Python API to libsolv Group: System Environment/Libraries @@ -38,7 +38,7 @@ Summary: Python 2 bindings for the hawkey library Group: Development/Languages BuildRequires: python2-devel BuildRequires: python-nose -BuildRequires: python-sphinx +BuildRequires: python-sphinx >= 1.1.3-9 Requires: %{name}%{?_isa} = %{version}-%{release} %description -n python-hawkey @@ -49,7 +49,7 @@ Summary: Python 3 bindings for the hawkey library Group: Development/Languages BuildRequires: python3-devel BuildRequires: python3-nose -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx >= 1.1.3-9 Requires: %{name}%{?_isa} = %{version}-%{release} %description -n python3-hawkey @@ -108,6 +108,29 @@ popd %changelog +* Tue May 27 2014 Aleš Kozumplik - 0.4.16-1 +- py3: use sphinx-build-3 (which doesn't encode the minor py version) (RhBug:1098098) (Ales Kozumplik) +- tests: fix test_list_arches(), there's new architectures listed now. (Ales Kozumplik) +- doc: packaging: add license block to each .rst. (Ales Kozumplik) +- Subject: accepts/returns pattern in unicode (Related: RhBug:1092777) (Jan Silhan) +- fix kernel detection by being more strict what we look for. (RhBug:1087534) (Ales Kozumplik) +- [kernel] look for the installed kernel in @System. (Ales Kozumplik) +- fix: sigsegv when wrong reldep is passed to selector as a provide. (Ales Kozumplik) +- .gitignore: __pycache__ (Ales Kozumplik) +- installonlies: log the discovered running kernel. (Ales Kozumplik) +- py: Package: all string attributes are in Unicode (RhBug:1093887) (Jan Silhan) +- py: fix: certain string assignments should raise TypeError, never SystemError. (Ales Kozumplik) +- cleanup: tweak declarations in pycomp.h. (Ales Kozumplik) +- goal: hy_goal_write_debugdata() takes target dir parameter. (Ales Kozumplik) +- iutil.c: simplify queue2plist() implementation. (Ales Kozumplik) +- Goal: listing unneeded packages. (Ales Kozumplik) +- doc: make the documentation generation independent of hawkey the python module. (Ales Kozumplik) +- removed unused imports (Jan Silhan) +- distro-sync doesn't replace arch (RhBug:1054909) (Jan Silhan) +- replaced deprecated fail_unless with ck_assert_int_eq (Jan Silhan) +- added python bindings to nevra attribute filter (Jan Silhan) +- added nevra filter flag to query C API (Jan Silhan) + * Fri May 2 2014 Aleš Kozumplik - 0.4.14-1 - py: cosmetic: drop py_ prefixes from static functions in hawkeymodule.c. (Ales Kozumplik) - Expose hy_arch_detect(). (Ales Kozumplik) diff --git a/sources b/sources index 3e07f78..cc5bb4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -627bc061598350d8eb2615df8f6c653b hawkey-428a977.tar.xz +3cb597f5d263fa52bade667d47d200ff hawkey-a56916e.tar.xz