New upstream version: e200267

This commit is contained in:
Ales Kozumplik 2013-11-08 11:27:29 +01:00
parent b3ea7fbc4b
commit 8172d0a4fd
3 changed files with 35 additions and 7 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@
/dnf-e113d94.tar.xz /dnf-e113d94.tar.xz
/dnf-57d1d09.tar.xz /dnf-57d1d09.tar.xz
/dnf-cc96d1f.tar.xz /dnf-cc96d1f.tar.xz
/dnf-e200267.tar.xz

View File

@ -1,12 +1,12 @@
%global gitrev cc96d1f %global gitrev e200267
%global hawkey_version 0.4.4 %global hawkey_version 0.4.5
%global librepo_version 1.2.0 %global librepo_version 1.3.0
%global libcomps_version 0.1.3 %global libcomps_version 0.1.4
%global confdir %{_sysconfdir}/dnf %global confdir %{_sysconfdir}/dnf
Name: dnf Name: dnf
Version: 0.4.6 Version: 0.4.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base Group: System Environment/Base
@ -77,6 +77,33 @@ make ARGS="-V" test
%changelog %changelog
* Fri Nov 8 2013 Aleš Kozumplík <ales@redhat.com> - 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 <ales@redhat.com> - 0.4.6-1 * Wed Oct 30 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.6-1
- doc: add documentation for the installonly options. (Ales Kozumplik) - doc: add documentation for the installonly options. (Ales Kozumplik)
- Add history-undo-specific transaction check error output. (Radek Holy) - Add history-undo-specific transaction check error output. (Radek Holy)

View File

@ -1 +1 @@
00ec5a1ac7137a00a6b3485585d0ae28 dnf-cc96d1f.tar.xz 04a32b67adf5c621e3cdc5492967e39a dnf-e200267.tar.xz