From fed13afa73113cde0a5c1c5ba92038c6b62315d1 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Oct 20 2013 07:19:47 +0000 Subject: New upstream version: 57d1d09 --- diff --git a/.gitignore b/.gitignore index 8e02acd..5c33567 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /dnf-c1716d7.tar.xz /dnf-83504fe.tar.xz /dnf-e113d94.tar.xz +/dnf-57d1d09.tar.xz diff --git a/dnf.spec b/dnf.spec index aeb0b59..3acc1c5 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,12 +1,12 @@ -%global gitrev e113d94 -%global hawkey_version 0.4.2 +%global gitrev 57d1d09 +%global hawkey_version 0.4.3 %global librepo_version 1.2.0 %global libcomps_version 0.1.3 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.4.4 +Version: 0.4.5 Release: 1%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -51,8 +51,8 @@ make doc-man rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -# %check -# make ARGS="-V" test +%check +make ARGS="-V" test %files %doc AUTHORS README.rst COPYING PACKAGE-LICENSING @@ -77,6 +77,21 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Oct 20 2013 Aleš Kozumplík - 0.4.5-1 +- Fix tracebacks during downloads of obsoleting transactions. (RhBug:1021087) (Ales Kozumplik) +- fix: missing config file shouldn't cause a LibrepoExeption-triggered traceback. (Ales Kozumplik) +- py3: don't want float results here (Zdenek Pavlas) +- remove: repo.urlgrabber_opts() (Zdenek Pavlas) +- Add repo.get_handle() returning a cached librepo handle (Zdenek Pavlas) +- enhancement: LRO_FASTESTMIRROR (Zdenek Pavlas) +- enhancement: use proxy settings (Zdenek Pavlas) +- refactor: _handle_new_remote(), _handle_new_pkg_download() (Zdenek Pavlas) +- Don't confuse users when file already exists (Zdenek Pavlas) +- rename: YumBaseCli -> BaseCli. (Ales Kozumplik) +- remove: Output.printtime and Output.simpleProgressBar. (Ales Kozumplik) +- refactor: call YumOutput just Output. (Ales Kozumplik) +- refactor: move dnf.yum.base.Base to dnf.base.Base (Ales Kozumplik) + * Mon Oct 14 2013 Aleš Kozumplík - 0.4.4-1 - fix: missing config file shouldn't cause a LibrepoExeption-triggered traceback. (Ales Kozumplik) - basic python 3 support added. (Jan Silhan) diff --git a/sources b/sources index 331a122..b83d246 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -baa9775de210d647991d4e55b88431d7 dnf-e113d94.tar.xz +a7344c6e2e37c97385f9682993f876ca dnf-57d1d09.tar.xz