0.5.15lorg2-alt11.1

- Fixed typo in output of help command in apt-shell (#5400)
- Fixed wrong message during remove package(s) in apt-shell (#7618)
This commit is contained in:
Slava Semushin 2007-08-01 00:59:13 +07:00
parent 7bc07200d0
commit d4f21fc971
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ https://bugzilla.altlinux.org/show_bug.cgi?id=5400
--- apt/cmdline/apt-shell.cc.orig 2007-07-31 23:15:06 +0700
+++ apt/cmdline/apt-shell.cc 2007-07-31 23:15:56 +0700
@@ -3769,7 +3769,7 @@ bool ShowHelp(CommandLine &CmdL)
@@ -3817,7 +3817,7 @@ bool ShowHelp(CommandLine &CmdL)
" remove - Remove packages\n"
" keep - Keep packages\n"
" upgrade - Perform a global upgrade\n"

View File

@ -3,7 +3,7 @@ https://bugzilla.altlinux.org/show_bug.cgi?id=7618
--- apt/cmdline/apt-shell.cc.orig 2007-07-31 23:23:46 +0700
+++ apt/cmdline/apt-shell.cc 2007-07-31 23:42:10 +0700
@@ -824,7 +824,7 @@ bool ShowChanges(CacheFile &Cache,pkgDep
@@ -829,7 +829,7 @@ bool ShowChanges(CacheFile &Cache,pkgDep
ioprintf(c1out,_("After unpacking will need more %sB of disk space.\n"),
SizeToStr(UsrSize).c_str());
else

View File

@ -2,7 +2,7 @@
Name: apt
Version: 0.5.15lorg2
Release: alt11
Release: alt11.1
Summary: Debian's Advanced Packaging Tool with RPM support
Summary(ru_RU.KOI8-R): Debian APT - õÓÏ×ÅÒÛÅÎÓÔ×Ï×ÁÎÎÏÅ ÓÒÅÄÓÔ×Ï ÕÐÒÁ×ÌÅÎÉÑ ÐÁËÅÔÁÍÉ Ó ÐÏÄÄÅÒÖËÏÊ RPM
@ -392,6 +392,10 @@ fi
# Probably %%doc with README.rsync?
%changelog
* Tue Jul 31 2007 Slava Semushin <php-coder@altlinux.ru> 0.5.15lorg2-alt11.1
- Fixed typo in output of help command in apt-shell (#5400)
- Fixed wrong message during remove package(s) in apt-shell (#7618)
* Mon Apr 09 2007 Alexey Tourbin <at@altlinux.ru> 0.5.15lorg2-alt11
- Updated 'apt-get install' algorithm for versioned dependencies:
+ fixed wrong usage of ScoreSort condition introduced in previous release;