| Commit message (Expand) | Author | Age | Files | Lines |
* | (Header_fullname) get_arch() already handle SRPMs | tv | 2012-06-15 | 1 | -8/+2 |
* | (srcrpm) fix a FIXME: s/src/no/ again accordingly | tv | 2012-06-15 | 1 | -2/+3 |
* | (osscore) alias archscore() on it | tv | 2012-06-15 | 1 | -16/+9 |
* | (platformscore) kill it (unimplemented for 5 years) | tv | 2012-06-15 | 1 | -10/+0 |
* | (tag) simplify | tv | 2012-06-13 | 1 | -6/+3 |
* | simplify using mPUSHs() | tv | 2012-06-13 | 1 | -9/+9 |
* | (listtag,tag,tagtype) use rpmtdTag() & rpmtdType() accessors | tv | 2012-06-13 | 1 | -3/+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 | 1 | -0/+4 |
* | (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 | 1 | -29/+33 |
* | (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 |
* | (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 |
* | (traverse) make it usefull again with rpm-4.9 | tv | 2012-01-02 | 1 | -5/+2 |
* | (rpmdbinit) do all the needed work | tv | 2012-01-02 | 1 | -1/+1 |
* | (_specbuild) make it works with rpm-4.9 | tv | 2012-01-02 | 1 | -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 | 1 | -0/+3 |
* | (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 | 1 | -2/+2 |
* | (_headername_vs_dep,Header_tag,Header_tagtype) fix signedness of | tv | 2012-01-02 | 1 | -5/+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 | 1 | -3/+17 |
* | (buildhost) kill commented out croak since it's implemented | tv | 2011-12-14 | 1 | -1/+0 |
* | (_newspec) simplify | tv | 2011-11-09 | 1 | -4/+1 |
* | add rpm-4.9 support (tv, 2011-08) | tv | 2011-11-09 | 3 | -9/+146 |
* | declare 4.8.0 & 4.8.1 in order to make 4.9.x checks work | tv | 2011-11-09 | 1 | -0/+2 |
* | drop support for rpm-4.4.x | tv | 2011-11-09 | 1 | -35/+0 |
* | add rpm-4.8 support (by Dexter Morgan on 2011-02) | tv | 2011-11-09 | 1 | -2/+2 |
* | add rpm-4.6 support (by pixel on 2009-01-20) | tv | 2011-11-09 | 5 | -180/+86 |
* | - fix compil against rpm.org 4.4.2.2 | nanardon | 2007-12-14 | 2 | -2/+10 |
* | - fix #7: installsrpms return one value in scalar context | nanardon | 2007-07-22 | 1 | -0/+2 |
* | - fix another memleak | nanardon | 2007-07-21 | 1 | -0/+2 |
* | - string: fix test, then fix the function | nanardon | 2007-07-21 | 1 | -3/+8 |