Parent Directory | Revision Log
SILENT: new file ./SOURCES/RPM4-0.23-rpm48-bis.patch
1 | commit d5af6cbb0888845c63b9b8968d97442d8a927691 |
2 | Author: tv <thierry.vignaud@gmail.com> |
3 | Date: Fri Oct 7 17:34:31 2011 +0200 |
4 | |
5 | declare 4.8.0 & 4.8.1 in order to make 4.9.x checks work |
6 | |
7 | diff --git a/src/Makefile.PL b/src/Makefile.PL |
8 | index 9b48e95..db50c59 100644 |
9 | --- a/src/Makefile.PL |
10 | +++ b/src/Makefile.PL |
11 | @@ -33,6 +33,8 @@ foreach (qw( |
12 | 4.2.0 |
13 | 4.4.1 |
14 | 4.4.2 |
15 | + 4.8.0 |
16 | + 4.8.1 |
17 | )) { |
18 | $v = $_; |
19 | $v =~ s/\./_/g; |
ViewVC Help | |
Powered by ViewVC 1.1.30 |