New upstream version: e113d94

This commit is contained in:
Ales Kozumplik 2013-10-14 15:11:19 +02:00
parent 804cbe8700
commit d7eb977613
3 changed files with 16 additions and 6 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/dnf-4b96ea8.tar.xz
/dnf-c1716d7.tar.xz
/dnf-83504fe.tar.xz
/dnf-e113d94.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 83504fe
%global gitrev e113d94
%global hawkey_version 0.4.2
%global librepo_version 1.2.0
%global libcomps_version 0.1.3
@ -6,8 +6,8 @@
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.4.3
Release: 2%{?dist}
Version: 0.4.4
Release: 1%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
# For a breakdown of the licensing, see PACKAGE-LICENSING
@ -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,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
%changelog
* Mon Oct 14 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.4-1
- fix: missing config file shouldn't cause a LibrepoExeption-triggered traceback. (Ales Kozumplik)
- basic python 3 support added. (Jan Silhan)
- input function in dnf.i18n renamed to ucd_input to avoid conflicts with buildin function (Jan Silhan)
- Improve error reporting in hdrFromPackage() (Ales Kozumplik)
- Resetting base.goal. (Ales Kozumplik)
- fix: install does not report file conflicts (RhBug:1017278) (Ales Kozumplik)
- Base.download_packages() must not assume self.progress exists. (Ales Kozumplik)
* Mon Oct 7 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.3-2
- remove: dnf.yum.rpmsack.RPMDBProblem*. (Ales Kozumplik)
- Update some old-style classes. (Ales Kozumplik)

View File

@ -1 +1 @@
a55fc2b756348317578b990a921a0c15 dnf-83504fe.tar.xz
baa9775de210d647991d4e55b88431d7 dnf-e113d94.tar.xz