From 86ea6395e481d92e63b664bb390b0e7db1572b0b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 24 May 2012 17:41:43 +0000 Subject: [PATCH] 0.5.15lorg2-alt41 - apt-get, apt-shell: when a package could not be found, print the unmangled package request string (by Igor Vlasenko; closes: #27364). - apt-shell: do not abort when commit is cancelled (closes: #13877); Unlike one may suppose, this change will not cause the cache of accumulated changes to be cleared by cancelled "commit" operation, but this is exactly what Vitaly Lipatov has proposed in his comments to #13877. --- apt.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apt.spec b/apt.spec index fbd316c..21af785 100644 --- a/apt.spec +++ b/apt.spec @@ -1,6 +1,6 @@ Name: apt Version: 0.5.15lorg2 -Release: alt40 +Release: alt41 Summary: Debian's Advanced Packaging Tool with RPM support Summary(ru_RU.UTF-8): Debian APT - Усовершенствованное средство управления пакетами с поддержкой RPM @@ -374,6 +374,14 @@ unset RPM_PYTHON # Probably %%doc with README.rsync? %changelog +* Thu May 24 2012 Dmitry V. Levin 0.5.15lorg2-alt41 +- apt-get, apt-shell: when a package could not be found, print the + unmangled package request string (by Igor Vlasenko; closes: #27364). +- apt-shell: do not abort when commit is cancelled (closes: #13877); + Unlike one may suppose, this change will not cause the cache of + accumulated changes to be cleared by cancelled "commit" operation, but + this is exactly what Vitaly Lipatov has proposed in his comments to #13877. + * Wed May 16 2012 Dmitry V. Levin 0.5.15lorg2-alt40 - Increased default APT::Cache-Limit on x86_64 up to 64M.