blob: a17503f414a75e9b5990d5376c4c41f3ebfc94d7 (
plain)
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
|
- fix srcrpm()
Version 0.31 - 25 June 2012
- drop rpm5 functions: rpmsysinfodep, rpmgetconfdep, rpmcpuinfodep, rpmpipedep
& rpmunamedep (unimplemented for 4 years...)
- new spec:
o fix forcing 'noarch_check' & 'force' parameters
o drop unused 'cookie', 'passphrase', 'rootdir' & 'verify' parameters (useless with rpm-4.9.x anyway)
Version 0.30 - 15 June 2012
- functions that not are implemented since switching to rpm-4.6 now die
- internal cleanups
- srcrpm(): fix returning "...nosrc.rpm" instead of "...src.rpm" when needed
(it always returned "...src.rpm" since rpm-4.9+)
- use rpm-4.6+ API, not rpm-4.4 compatibility one
(fix some memleaks btw)
Version 0.28 - 9 June 2012
- fix build with rpm-4.10.0
Version 0.27 - 21 December 2011
- make Spec->build works with rpm-4.9
- make initdb do all the needed work
- make traverse usefull again with rpm-4.9
Version 0.26 - 21 December 2011
- fix for a random segfault
- report script errors
Version 0.25 - 14 December 2011
- disable tests segfaulting in rpmSpecBuild()
- disable tests using unimplemented functions regarding rpm-4.9
- disable 2 tests that fails with rpm-4.9
(all functions needed by iurt & youri* pass the testsuite)
- implement more functions with rpm-4.9
Version 0.24 - 09 November 2011
- add rpm-4.6 support (pixel, 2009-01-20)
- add rpm-4.8 support (Dexter Morgan, 2011-02)
- add rpm-4.9 support (tv, 2011-08)
- drop support for rpm-4.4.x (spaghetti...)
|