From b462ed9fdca5ab8a3a6170e3f2ceff93229b6214 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Sep 16 2013 12:53:49 +0000 Subject: New upstream version: 55e6369 --- diff --git a/.gitignore b/.gitignore index 8ffd612..885d2c1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /dnf-eb9dddb.tar.xz /dnf-7d717c7.tar.xz /dnf-bfccb5c.tar.xz +/dnf-55e6369.tar.xz diff --git a/dnf.spec b/dnf.spec index 14f97ba..4104390 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,12 +1,12 @@ -%global gitrev bfccb5c -%global hawkey_version 0.4.0 -%global librepo_version 1.0.0 +%global gitrev 55e6369 +%global hawkey_version 0.4.1 +%global librepo_version 1.1.0 %global libcomps_version 0.1.3 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.4.0 +Version: 0.4.1 Release: 1.git%{gitrev}%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -79,6 +79,26 @@ make ARGS="-V" test %changelog +* Mon Sep 16 2013 Aleš Kozumplík - 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) +- remove: dnf.yum.config.mirrorlist_expire, it's unused. (Ales Kozumplik) +- The Fedora .repo files no longer use mirrorlist= for metalink. (Ales Kozumplik) +- leaner .gitignore. (Ales Kozumplik) +- Add Base.reset(). (Ales Kozumplik) +- reimplement urlopen() on top of librepo (Zdenek Pavlas) +- Add '--nocrypto' tsflag config value. (Ales Kozumplik) +- logging: TransactionDisplay.errorlog() logs to stderr. (Ales Kozumplik) +- Until urlbrabber is gone completely, the urlgrabber.progress must stay. (Ales Kozumplik) +- remove all users of urlgrabber.progress.TerminalLine() (Zdenek Pavlas) +- remove all users of urlgrabber.progress.format_time() (Zdenek Pavlas) +- remove all users of urlgrabber.progress.format_number() (Zdenek Pavlas) +- remove all users of urlgrabber.progress.terminal_width_cached() (Zdenek Pavlas) +- remove all users of urlgrabber.grabber.default_grabber (Zdenek Pavlas) +- makecache: do not run makecache on the LiveCD. (Ales Kozumplik) +- doc: what to do on failing %preun. (Ales Kozumplik) +- Fix TypeError raised when _enc called with None (RhBug:1003220) (Radek Holy) + * Fri Aug 30 2013 Aleš Kozumplík - 0.4.0-1.gitbfccb5c - Adapt to librepo-1.0.0, handle.url is handle.urls now. (Ales Kozumplik) - comps: adapt to changes in libcomps handling of env.group_ids. (Ales Kozumplik) diff --git a/sources b/sources index bef2443..21c0dd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a34b727f81bef8e79f1e9143834cd35 dnf-bfccb5c.tar.xz +900e224cc505bb7691759b90c381b7f6 dnf-55e6369.tar.xz