New upstream version: 8b435e9

This commit is contained in:
Ales Kozumplik 2013-04-17 15:14:59 +02:00
parent ad47af074d
commit 30bca2c8f1
3 changed files with 35 additions and 5 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/dnf-3e52d13.tar.xz
/dnf-7b1d503.tar.xz
/dnf-f3818b4.tar.xz
/dnf-8b435e9.tar.xz

View File

@ -1,11 +1,11 @@
%global gitrev f3818b4
%global gitrev 8b435e9
%global hawkey_version 0.3.10
%global librepo_version 0.0.2-3.20130408git720d68d%{dist}
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.3.2
Version: 0.3.3
Release: 1.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
@ -65,8 +65,6 @@ make ARGS="-V" test
%post
%systemd_post dnf-makecache.timer
systemctl enable dnf-makecache.timer
systemctl start dnf-makecache.timer
%preun
%systemd_preun dnf-makecacache.timer
@ -75,6 +73,37 @@ systemctl start dnf-makecache.timer
%systemd_postun_with_restart dnf-makecache.timer
%changelog
* Wed Apr 17 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.3-1.git8b435e9
- packaging: do not run 'systemctl' to enable the timer service manually. (Ales Kozumplik)
- cosmetic: trailing whitespace in dnf/cli/callback.py (Ales Kozumplik)
- UI: call updates upgrades. (RhBug:903775) (Ales Kozumplik)
- doc: the logging setup. (Ales Kozumplik)
- logging: in logfiles, mark the start of the logging session. (Ales Kozumplik)
- logging: replace setup_from_dnf_levels with a helpers that takes the conf object. (Ales Kozumplik)
- put the name of the loglevel into the logfiles (Ales Kozumplik)
- logging: do not do logging.basicConfig() from CLI. (Ales Kozumplik)
- remove: dnf.const.LOG_TRANSACTION no longer needed. (Ales Kozumplik)
- doc: fix documentation build. (Ales Kozumplik)
- remove: dnf.yum.logginglevels (Ales Kozumplik)
- finally, setup logging via the new module. (Ales Kozumplik)
- Migrate the remaining DEBUG_3 and DEBUG_4 levels. (Ales Kozumplik)
- semi-automatically migrate the old logging levels to the new ones. (Ales Kozumplik)
- Fix how checking whether the CLI is verbose is done. (Ales Kozumplik)
- Use the new DNF loggers instead of the old ones. (Ales Kozumplik)
- add the logger for rpm transactions. (Ales Kozumplik)
- tests: unified stdout/stderr patching. (Ales Kozumplik)
- implement dnf.logging module (Ales Kozumplik)
- refactor: add absolute imports some places so I can have dnf.logging module. (Ales Kozumplik)
- fix traceback with 'dnf history info <number>'. (Ales Kozumplik)
- cosmetic: trailing whitespace in comps.py (Ales Kozumplik)
- refactor: use print() the python3 function-style. (Ales Kozumplik)
- rename: dnf.exceptions.YumBaseError to dnf.exceptions.Error. (Ales Kozumplik)
- move: dnf.yum.Errors to dnf.exceptions. (Ales Kozumplik)
- remove deprecation exceptions and warnings. (Ales Kozumplik)
- remove: dnf/yum/mdparser.py (Ales Kozumplik)
- remove: unused exception classes. (Ales Kozumplik)
- remove: dnf/yum/repoMDObject.py (Ales Kozumplik)
* Mon Apr 8 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.2-1.gitf3818b4
- remove: dnf.yum.failover. (Ales Kozumplik)
- 'reviving' repositories using checksum information from metalink. (Ales Kozumplik)

View File

@ -1 +1 @@
c2f4cc7c49a03f626d0ad2679ab646c8 dnf-f3818b4.tar.xz
d57d4dc8c58aa24ae460e460cc4e5605 dnf-8b435e9.tar.xz