-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
79 lines (59 loc) · 2.39 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Revision history for perl-generators.
1.16 Thu Jan 5 2023
- Add file perlcompat.attr which generates replacement for versioned
MODULE_COMPAT (BZ#2158233)
1.15 Tue Dec 6 2022
- Relative imports (./) are ignored (BZ#2150992)
1.14 Wed Aug 17 2022
- Find requires on 'BEGIN {' lines (BZ#2029995) - thanks Charles R. Anderson
- Properly filter parameter '-norequire'
1.13 Fri May 7 2021
- Fix broken call to perl.prov when filenames contain spaces
1.12 Wed Feb 10 2021
- Add perltest.attr to generate dependencies for tests sub-packages
1.11 Thu May 22 2018
- Squash multiple perl(:VERSION) symbols into one
- Remove perl dependencies that are provided in the same file
1.10 Fri Jul 1 2016
- Update Makefile.PL to be able change requires/provides namespace for
software collection
1.09 Thu Jun 23 2016
- Fix regression in parsing of heredoc
1.08 Fri Mar 18 2016
- Accept square brackets for list of dependencies
- Fixed generator to produce provides from code like this
"package IRI {}" (BZ#1318658)
1.07 Tue Oct 20 2015
- Return perl version as normalized perl(:VERSION) symbol
This changes two things how "require 5.006" is handled:
1) The version is "5.006" is normalized to RPM-friendly format "5.6.0"
without any epoch number. If the version cannot be normalized, the
dependency is not exported.
2) The requirement is exported as version of "perl(:VERSION)" RPM
symbol instead of "perl" RPM symbol.
1.06 Tue Oct 5 2015
- Do not process results that contain direct method calls
1.05 Fri Oct 2 2015
- Fixed parsing of "use base" to find out a bareword (BZ#1267267)
- Update parsing of provides version when 'use version' is called
1.04 Tue Jul 28 2015
- Update parsing of provide's version
- Add changes released in rpm 4.12.0
1.03 Mon Feb 2 2015
- Update parsing of here-doc and quoted section which should be skipped
- Update tests suite
1.02 Fri Dec 12 2014
- Fix BZ#1172716 - update regex to properly match the module name
- Update tests suite
- Update the steps to get package version
1.01 Tue Oct 21 2014
- Fixed BZ#1160263 - do not catch numeric substring in the
variable name for VERSION
- Update requires generator to:
- ignore variables in statement
- .pm files are not added with 'use'
- argument of 'aliased' is added
1.00 Tue May 22 2014
- First version
- Take the Perl generators and fileattrs file from rpm-build 4.11.2
and create perl-generators package