]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#16826
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Mar 2014 06:06:52 +0000 (08:06 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 21 Mar 2014 06:06:52 +0000 (08:06 +0200)
commitdcf7866712dfa5a0007554c59e54dea91951c746
tree34eb57e976e819b6be48905e745bde2fb9626d3d
parent1fc8f6559a8ef1df2f55a12d6dd70ee62f34f1f6
Fix bug#16826

* lisp/emacs-lisp/package.el (package-compute-transaction):
Use `version-list-<=' to compare the requirement version against
the package version already to be installed.  Update the error
message.
lisp/ChangeLog
lisp/emacs-lisp/package.el
test/automated/data/package/archive-contents
test/automated/data/package/simple-two-depend-1.1.el [new file with mode: 0644]
test/automated/package-test.el