diff --git a/.gitignore b/.gitignore index 4ffb5da..77d28a6 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /dnf-e113d94.tar.xz /dnf-57d1d09.tar.xz /dnf-cc96d1f.tar.xz +/dnf-e200267.tar.xz diff --git a/dnf.spec b/dnf.spec index 2da56ec..3a4eae1 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,12 +1,12 @@ -%global gitrev cc96d1f -%global hawkey_version 0.4.4 -%global librepo_version 1.2.0 -%global libcomps_version 0.1.3 +%global gitrev e200267 +%global hawkey_version 0.4.5 +%global librepo_version 1.3.0 +%global libcomps_version 0.1.4 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.4.6 +Version: 0.4.7 Release: 1%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -77,7 +77,34 @@ make ARGS="-V" test %changelog -* Wed Oct 30 2013 Aleš Kozumplík - 0.4.6-1 +* Fri Nov 8 2013 Aleš Kozumplík - 0.4.7-1 +- doc: api: Conf.installonly_limit. (Ales Kozumplik) +- INSTALLONLYPKGS cleanup, add installonlypkg(kernel) (Zdenek Pavlas) +- doc: foundations of the API documentation. (Ales Kozumplik) +- doc: disable html_static_path. (Ales Kozumplik) +- Officially call dnf.yum.config.YumConfig just dnf.conf.Conf. (Ales Kozumplik) +- doc: delete the obsoleted API docs (Ales Kozumplik) +- refactor: Comps.*iter methods are not properties. (Ales Kozumplik) +- rename: Base.build_transaction() -> Base.resolve() (Ales Kozumplik) +- rename: Base.activate_sack() -> Base.fill_sack(). (Ales Kozumplik) +- remove: config.upgrade_requirements_on_install. (Ales Kozumplik) +- remove: config.group_package_types. (Ales Kozumplik) +- INSTALLONLYPKGS: fix a typo (Zdenek Pavlas) +- removed updates_by_name function from queries.py (Jan Silhan) +- removed downgrades_by_name function from queries.py (Jan Silhan) +- removed latest_available_per_arch function from queries.py (Jan Silhan) +- removed latest_installed_per_arch function from queries.py (Jan Silhan) +- removed by_file function from queries.py (Jan Silhan) +- removed installed_exact function from queries.py (Jan Silhan) +- removed by_repo function from queries.py (Jan Silhan) +- removed by_name function from queries.py (Jan Silhan) +- adapting for hawkey behaviour of latest filter option in Query (Jan Silhan) +- don't convert unicode to str and back. (RhBug:1025650) (Zdenek Pavlas) +- build: require librepo-1.3.0 (Ales Kozumplik) +- Subject.get_best_query() uses glob matching for versions (RhBug:1019170) (Ales Kozumplik) +- build: require more recent libcomps and librepo. (Ales Kozumplik) + +* Wed Oct 30 2013 Aleš Kozumplík - 0.4.6-1 - doc: add documentation for the installonly options. (Ales Kozumplik) - Add history-undo-specific transaction check error output. (Radek Holy) - Move transaction check error output into commands. (Radek Holy) diff --git a/sources b/sources index 62fc5ac..2d79063 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00ec5a1ac7137a00a6b3485585d0ae28 dnf-cc96d1f.tar.xz +04a32b67adf5c621e3cdc5492967e39a dnf-e200267.tar.xz