diff --git a/.gitignore b/.gitignore index 5203161..c5b7698 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /dnf-3baa9cb.tar.xz /dnf-a64f78a.tar.xz /dnf-1566248.tar.xz +/dnf-2c0cf93.tar.xz diff --git a/dnf.spec b/dnf.spec index 39c4c54..34ffdff 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,4 +1,4 @@ -%global gitrev 1566248 +%global gitrev 2c0cf93 %global hawkey_version 0.4.9 %global librepo_version 1.4.0 %global libcomps_version 0.1.4 @@ -6,8 +6,8 @@ %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.4.13 -Release: 2%{?dist} +Version: 0.4.14 +Release: 1%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -132,6 +132,27 @@ popd %changelog +* Thu Feb 13 2014 Aleš Kozumplík - 0.4.14-1 +- api: add Repo.pkgdir. (Ales Kozumplik) +- Make UnicodeStream Python 2 compatible (RhBug:1063022) (Radek Holy) +- Add missing yum arches to rpmUtils.arch; fix getBaseArch(). (Daniel Mach) +- Add rpmUtils.arch tests. (Daniel Mach) +- Set _ppc64_native_is_best = True in rpmUtils.arch. (RhBug:1062390) (Daniel Mach) +- clean: do not clean out files from local repos. (RhBug:1064148) (Ales Kozumplik) +- remove: groupUnremove(). (Ales Kozumplik) +- Fix undefined variable in group_remove(). (Ales Kozumplik) +- doc: Fix syntax of selected commands. (Radek Holy) +- Add repository-packages check-update command. (Radek Holy) +- refactor: dnf.cli.commands.CheckUpdateCommand (Radek Holy) +- Base RepoPkgsCommand.activate_sack on its sub-commands. (Radek Holy) +- Add repository-packages info command. (Radek Holy) +- Add repository-packages list command. (Radek Holy) +- refactor: InfoCommand interface (Radek Holy) +- Support filtering by repository name in doPackageLists. (Radek Holy) +- refactor: dnf.cli.cli.BaseCli.returnPkgLists (Radek Holy) +- doc: distro-sync spelling on the man page. (RhBug:1062847) (Ales Kozumplik) +- doc: update 0.4.13 release notes with the delta rpm rfe. (Ales Kozumplik) + * Thu Feb 6 2014 Aleš Kozumplík - 0.4.13-2 - remove: dnf.util.log_last_excpetion (Radek Holy) - Make UnicodeStream text-based. (Radek Holy) diff --git a/sources b/sources index bead30b..a9facf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -317c3114248ffbaf050338ded2d5033b dnf-1566248.tar.xz +25048edca98153658618fccc7d9aac9f dnf-2c0cf93.tar.xz