Bug 7941

Summary: Fix version numbers in modules and set up a system to keep them up to date
Product: Koha Reporter: Chris Cormack <chris>
Component: Architecture, internals, and plumbingAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact: Paul Poulain <paul.poulain>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, kyle.m.hall, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 8315    
Attachments: Bug 7941 : Fix version numbers in modules
Bug 7941 : Fix version numbers in modules
Bug 7941 : Fix version numbers in modules

Description Chris Cormack 2012-04-10 23:03:34 UTC

    
Comment 1 Chris Cormack 2012-04-10 23:08:54 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2012-04-10 23:11:48 UTC
Once this patch is pushed, all that needs to be done to keep them up to date, is before a release run

perl-reversion -stringify -set 3.06.05.001 C4/

Where the number changes appropriately


You may need to do
 sudo apt-get install libperl-version-perl
Comment 3 Chris Cormack 2012-04-10 23:27:48 UTC Comment hidden (obsolete)
Comment 4 Jared Camins-Esakov 2012-05-13 15:02:38 UTC
Oddly perl-reversion does not appear to be included in the libperl-version-perl package for Debian. Any idea where it might be hiding, or how to get it?
Comment 5 Chris Cormack 2012-05-13 19:41:03 UTC
I think I just used cpan, in theory should only be rm and rmaint doing it just pre release
Comment 6 Kyle M Hall 2012-06-10 13:37:41 UTC
Created attachment 10106 [details] [review]
Bug 7941 : Fix version numbers in modules

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 7 Paul Poulain 2012-06-11 15:29:27 UTC
QA comment: nothing specific to say: set the VERSION number for all packages, passed QA
Comment 8 Paul Poulain 2012-06-11 15:30:26 UTC
can be backported to 3.8 or not, chris, it's up to you to decide
Comment 9 Chris Cormack 2012-06-14 07:18:30 UTC
Pushed to 3.8.x