From 30bca2c8f13de4f0b4b82120eb77ab1686ee98f8 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Wed, 17 Apr 2013 15:14:59 +0200 Subject: [PATCH] New upstream version: 8b435e9 --- .gitignore | 1 + dnf.spec | 37 +++++++++++++++++++++++++++++++++---- sources | 2 +- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f4cb3d7..fb4be77 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /dnf-3e52d13.tar.xz /dnf-7b1d503.tar.xz /dnf-f3818b4.tar.xz +/dnf-8b435e9.tar.xz diff --git a/dnf.spec b/dnf.spec index 41b9498..3ad96b9 100644 --- a/dnf.spec +++ b/dnf.spec @@ -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 - 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 '. (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 - 0.3.2-1.gitf3818b4 - remove: dnf.yum.failover. (Ales Kozumplik) - 'reviving' repositories using checksum information from metalink. (Ales Kozumplik) diff --git a/sources b/sources index 9492b10..2320263 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2f4cc7c49a03f626d0ad2679ab646c8 dnf-f3818b4.tar.xz +d57d4dc8c58aa24ae460e460cc4e5605 dnf-8b435e9.tar.xz