New upstream version: 4b96ea8

This commit is contained in:
Ales Kozumplik 2013-10-01 14:33:39 +02:00
parent b462ed9fdc
commit 2215f1e3fc
3 changed files with 36 additions and 7 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/dnf-7d717c7.tar.xz
/dnf-bfccb5c.tar.xz
/dnf-55e6369.tar.xz
/dnf-4b96ea8.tar.xz

View File

@ -1,12 +1,12 @@
%global gitrev 55e6369
%global hawkey_version 0.4.1
%global librepo_version 1.1.0
%global gitrev 4b96ea8
%global hawkey_version 0.4.2
%global librepo_version 1.2.0
%global libcomps_version 0.1.3
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.4.1
Version: 0.4.2
Release: 1.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
@ -26,14 +26,12 @@ BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: rpm-python
BuildRequires: systemd
BuildRequires: urlgrabber
Requires: libreport-filesystem
Requires: python-hawkey = %{hawkey_version}
Requires: python-iniparse
Requires: python-libcomps = %{libcomps_version}
Requires: python-librepo = %{librepo_version}
Requires: rpm-python
Requires: urlgrabber
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
@ -79,6 +77,36 @@ make ARGS="-V" test
%changelog
* Tue Oct 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.2-1.git4b96ea8
- always enable LRO_FASTESTMIRROR (Zdenek Pavlas)
- progress: add "err" argument to end() callback, merge with failure() (Zdenek Pavlas)
- progress: reformat and reword docstrings (Zdenek Pavlas)
- config: extract prepend_installroot() to a public method. (Ales Kozumplik)
- refactor: Rename exceptions raised by Base.reinstall. (Radek Holy)
- Fix error handling in YumBaseCli.reinstallPkgs. (Radek Holy)
- Fix error handling in Base.reinstall. (Radek Holy)
- refactor: Adapt Base.reinstall to require the same parameters as similar methods. (Radek Holy)
- refactor: Adapt Base.update to require same parameters as similar methods. (Radek Holy)
- add "size" arg to cb.end and cb.failure callbacks (Zdenek Pavlas)
- progress display: handle 100% case better (Zdenek Pavlas)
- progress display: sanitize negative size deltas (Zdenek Pavlas)
- support librepo.PackageTarget(endcb=...) (Zdenek Pavlas)
- remove: Requires urlgrabber (Zdenek Pavlas)
- remove: base.verifyPkg(), base.verifyChecksum() (Zdenek Pavlas)
- remove: urlgrabber.grabber.default_grabber.opts.user_agent (Zdenek Pavlas)
- remove: set_failure_callback() (Zdenek Pavlas)
- update AUTHORS (Ales Kozumplik)
- added assignment of cost option to hawkey repo object (Jan Silhan)
- created new private method _get_installed from code in assertResult (Jan Silhan)
- use librepo.download_packages() (Zdenek Pavlas)
- make repo._local_origin public, as repo.local (Zdenek Pavlas)
- unit tests: dnf.cli.progress (Zdenek Pavlas)
- add dnf.cli.progress (Zdenek Pavlas)
- drop per-repo interrupt callback (Zdenek Pavlas)
- unit tests: dnf.cli.format (Zdenek Pavlas)
- move format_number, format_time to dnf.cli.format (Zdenek Pavlas)
- Fix downgrade inaction if package version provided. (Radek Holy)
* Mon Sep 16 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.1-1.git55e6369
- logging: do not show 'Downloading packages:' on remove. (RhBug:1008444) (Ales Kozumplik)
- remove: couple of config options (kernelpkgnames, exactarch, rpm_check_debug). (Ales Kozumplik)

View File

@ -1 +1 @@
900e224cc505bb7691759b90c381b7f6 dnf-55e6369.tar.xz
fbb483d00d6132732f3413a7d118adb3 dnf-4b96ea8.tar.xz