Compare commits

...

2 Commits
master ... f19

Author SHA1 Message Date
Radek Holy 6399c6228e New upstream version: 7bdc9e1 2013-09-10 18:28:02 +02:00
Ales Kozumplik 3c77467188 New upstream version: 54f55e0 2013-09-03 15:16:07 +02:00
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@
/dnf-eff4c49.tar.xz
/dnf-eb9dddb.tar.xz
/dnf-7d717c7.tar.xz
/dnf-54f55e0.tar.xz
/dnf-7bdc9e1.tar.xz

View File

@ -1,12 +1,12 @@
%global gitrev 7d717c7
%global gitrev 7bdc9e1
%global hawkey_version 0.3.16
%global librepo_version 0.0.5
%global librepo_version 1.0.0
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.3.11
Release: 1.git%{gitrev}%{?dist}
Release: 3.git%{gitrev}%{?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
@ -76,6 +76,16 @@ make ARGS="-V" test
%changelog
* Tue Sep 10 2013 Radek Holý <rholy@redhat.com> - 0.3.11-3.git7bdc9e1
- Fix TypeError raised when _enc called with None (RhBug:1003220) (Radek Holy)
* Tue Sep 3 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.11-2.git54f55e0
- Adapt to librepo-1.0.0, handle.url is handle.urls now. (Ales Kozumplik)
- repo: use all mirrors/baseurls when downloading a package. (Ales Kozumplik)
- Librepo API changes (Zdenek Pavlas)
- logging: log failed checksum check in verifyLocalPkg() (Ales Kozumplik)
- strings: fix suggestion to clean metadata to use 'dnf' (RhBug:997403) (Ales Kozumplik)
* Tue Aug 13 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.11-1.git7d717c7
- fix: UnicodeDecodeError during group install (RhBug:996138) (Ales Kozumplik)
- doc: update the README, move it to .rst (Ales Kozumplik)

View File

@ -1 +1 @@
50ee52d966ffcbcfb3cd32808181bb03 dnf-7d717c7.tar.xz
28851ba5e502499b98516ad58374240f dnf-7bdc9e1.tar.xz