index
:
perl-RPM4
master
perl module to access and manipulate RPM files
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
RPM4
Commit message (
Expand
)
Author
Age
Files
Lines
*
just drop test that will never work with rpm.org
tv
2012-06-12
1
-36
/
+1
*
0.29
0.29
tv
2012-06-12
2
-1
/
+3
*
do not use legacy compatibility header anymore
tv
2012-06-12
1
-2
/
+0
*
(fullname) alias nevr() on it, thus getting rid of deprecated pre-rpm-4.6 hea...
tv
2012-06-12
1
-11
/
+14
*
simplify through newSVpvs()
tv
2012-06-12
1
-26
/
+26
*
simplify by using mXPUSHs
tv
2012-06-12
1
-144
/
+144
*
make some functions that not implemented since switching to rpm-4.6 to die
tv
2012-06-12
2
-0
/
+5
*
(addtag) adapt to rpm 4.6 changes:
tv
2012-06-12
1
-4
/
+12
*
adapt to rpm 4.org changes: rpmMessage -> rpmlog
tv
2012-06-12
1
-1
/
+1
*
adapt to rpm 4.org changes: tagValue -> rpmTagGetValue
tv
2012-06-12
1
-6
/
+6
*
(listtag) do not use deprecated pre-rpm-4.6.0 function: headerNextIterator ->...
tv
2012-06-12
1
-3
/
+5
*
(removetag) adapt to rpm 4.6 changes: headerRemoveEntry -> headerDel
tv
2012-06-12
1
-1
/
+1
*
(_headername_vs_dep,Header_fullname,Header_tagtype) adapt to rpm 4.6 changes:...
tv
2012-06-12
2
-29
/
+36
*
(Spec_srcrpm) adapt to rpm 4.6 changes: headerNVR -> headerGet
tv
2012-06-12
1
-4
/
+4
*
(get_name, get_arch) introduce a couple helper from URPM (needed for next com...
tv
2012-06-12
1
-0
/
+24
*
kill unused variable
tv
2012-06-12
1
-1
/
+1
*
0.28
0.28
tv
2012-06-09
2
-1
/
+3
*
fix build with rpm-4.10.0
tv
2012-06-09
2
-3
/
+4
*
(transCallback) mark as static
tv
2012-01-02
1
-1
/
+1
*
kill more dead code (we don't have RPM4_4* definitions anyway...)
tv
2012-01-02
1
-64
/
+1
*
compress with xz instead of default (gzip)
tv
2012-01-02
1
-0
/
+1
*
0.27
0.27
tv
2012-01-02
2
-1
/
+3
*
reeanble traverse() tests now that it's usefull again with rpm-4.9
tv
2012-01-02
1
-40
/
+40
*
(traverse) make it usefull again with rpm-4.9
tv
2012-01-02
2
-5
/
+3
*
reeanble 2nd rpmdbverify() test now rpmdbinit() really works
tv
2012-01-02
1
-2
/
+2
*
(rpmdbinit) do all the needed work
tv
2012-01-02
2
-1
/
+2
*
reenable some tests:
tv
2012-01-02
1
-7
/
+7
*
(_specbuild) make it works with rpm-4.9
tv
2012-01-02
2
-1
/
+5
*
0.26
0.26
tv
2012-01-02
2
-1
/
+3
*
kill dead variables
tv
2012-01-02
1
-4
/
+0
*
(Spec_sources, Spec_sources_url) fix unused parameter with rpm-4.9.x
tv
2012-01-02
1
-0
/
+4
*
(transCallback) handle RPMCALLBACK_SCRIPT_ERROR
tv
2012-01-02
2
-0
/
+4
*
(logcallback) fix it not returning any valyes (since introduced years ago)
tv
2012-01-02
1
-0
/
+1
*
(Spec_binheader,Spec_binrpm) use right iterator
tv
2012-01-02
2
-2
/
+4
*
(_headername_vs_dep,Header_tag,Header_tagtype) fix signedness of
tv
2012-01-02
1
-5
/
+5
*
0.25
0.25
tv
2011-12-14
2
-1
/
+3
*
disable 2 tests that fails with rpm-4.9
tv
2011-12-14
2
-3
/
+5
*
disable tests using unimplemented functions
tv
2011-12-14
2
-43
/
+44
*
disable tests segfaulting in rpmSpecBuild()
tv
2011-12-14
2
-4
/
+5
*
(Spec_binheader) implement it for rpm-4.9.x
tv
2011-12-14
1
-9
/
+4
*
(Spec_binrpm) implement it for rpm-4.9.x
tv
2011-12-14
1
-1
/
+6
*
(Spec_binrpm) hide struct details
tv
2011-12-14
1
-2
/
+4
*
(Spec_srcrpm) implement it for rpm-4.9.x
tv
2011-12-14
1
-2
/
+3
*
(Spec_srcrpm) hide struct details
tv
2011-12-14
1
-5
/
+7
*
explicit which functions are unused (and thus those we don't care about)
tv
2011-12-14
1
-10
/
+10
*
(Spec_sources, Spec_sources_url) implement them for rpm-4.9
tv
2011-12-14
2
-3
/
+19
*
update usage in the wild somewhat
tv
2011-12-14
1
-4
/
+4
*
properly indent
tv
2011-12-14
1
-2
/
+2
*
(buildhost) kill commented out croak since it's implemented
tv
2011-12-14
1
-1
/
+0
*
0.24
0.24
tv
2011-11-09
2
-1
/
+3
[next]