Version 5.x-1.1 identifier incorrectly left in version 5.x-1.4 adminrole.info file
majortom - April 8, 2008 - 20:04
| Project: | Admin Role |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-5--1-4 -d adminrole contributions/modules/adminrole
results in this error from update status:
Admin Role 5.x-1.1
Recommended version: 5.x-1.4 (2007-Jun-22) Download · Release notes
Includes: Admin Role

#1
The cause of this error is that the previous automatically-added version information in the .info file must have gotten committed to the project at some point. As a result, this first listing of 5.x-1.1 overrides the automatically-added correct version. This is what the .info file looks like when downloaded through the packaging system --
The first listing is not automatic and (like the second listing) should NOT be part of the file committed to CVS.
The attached patch should fix this.
benjamin, Agaric Design Collective
#2
Which means that the patch needs review...
#3
Put this in DRUPAL-5
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.