diff --git a/.gitignore b/.gitignore index 9a4eaf9..79d2043 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /dnf-8b435e9.tar.xz /dnf-91ba5e0.tar.xz /dnf-03fd687.tar.xz +/dnf-85c924f.tar.xz diff --git a/dnf.spec b/dnf.spec index e59d5ce..4887dd9 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,11 +1,11 @@ -%global gitrev 03fd687 -%global hawkey_version 0.3.11 +%global gitrev 85c924f +%global hawkey_version 0.3.12 %global librepo_version 0.0.4 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.3.4 +Version: 0.3.5 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-makecache.timer @@ -76,6 +74,35 @@ systemctl start dnf-makecache.timer %changelog +* Mon May 13 2013 Aleš Kozumplík - 0.3.5-1.git85c924f +- recognize 'dnf list upgrades' as an 'dnf list updates' alias. (Ales Kozumplik) +- transaction: add reinstall as a special action. (Ales Kozumplik) +- rename: Base.buildTransaction() -> build_transaction() (Ales Kozumplik) +- remove: dnf.yum.output.pkgname_ui() et al. (Ales Kozumplik) +- remove: dnf/yum/transactioninfo.py (Ales Kozumplik) +- transaction: migrate remaining legit uses of tsInfo before it's purged. (Ales Kozumplik) +- remove: SimpleCliCallBack, _getTxmbr from rpmtrans.py slimming it down. (Ales Kozumplik) +- transactions: fix post_transaction_output(). (Ales Kozumplik) +- transaction: make history work again. (Ales Kozumplik) +- refactor: Base.populate_ts() is now Transaction.populate_rpm_ts(). (Ales Kozumplik) +- rename: verify_pkg() -> verify_tsi_package(). (Ales Kozumplik) +- rename: verifyTransaction() -> verify_transaction() (Ales Kozumplik) +- transactions: reenable transaction verification. (Ales Kozumplik) +- remove: dnf/cli/callback.py, dnf/yum/callbacks.py. (Ales Kozumplik) +- populate_ts: handle obsoleting installs. (Ales Kozumplik) +- transaction: bring rpmtrans.py into a shape where transactions can be tested. (Ales Kozumplik) +- tests: adapt unit tests to dnf.transaction scheme of things. (Ales Kozumplik) +- transaction: migrate YumBaseCli.doTransaction() to dnf.transaction. (Ales Kozumplik) +- transaction: migrate YumOutput.list_transaction() to dnf.transaction. (Ales Kozumplik) +- transaction: rewrite Base.populate_ts() to use dnf.transaction. (Ales Kozumplik) +- transaction: use dnf.transaction instead of dnf.yum.transactioninfo in buildTransaction(). (Ales Kozumplik) +- add dnf.util.group_by_filter() (Ales Kozumplik) +- transaction: foundations of dnf.Transaction and a test. (Ales Kozumplik) +- transactions: do not use TransactionData to store the packaging requests. (Ales Kozumplik) +- tests: rename: test_transaction.py -> test_transactiondata.py (Ales Kozumplik) +- repo: handle reviving exceptions like any other librepo exception. (RhBug:961549) (Ales Kozumplik) +- doc: fix spellings of the distro-sync command. (RhBug:959990) (Ales Kozumplik) + * Thu May 2 2013 Aleš Kozumplík - 0.3.4-1.git03fd687 - tests: python3 absolute imports. (Ales Kozumplik) - tests: rename: tests/base.py -> tests/support.py (Ales Kozumplik) diff --git a/sources b/sources index 3075af7..3e9ad49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c366439b846b47e1672ff1a3fa8ac3a dnf-03fd687.tar.xz +ec5f833666f1186714fc43b0163ef0f9 dnf-85c924f.tar.xz