aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* In spec2srcheader(): extend stack; fudge with errno.Rafael Garcia-Suarez2006-01-191-3/+5
* Return undef on spec parsing failureRafael Garcia-Suarez2006-01-191-3/+6
* - add Urpm_spec2srcheader(): return header of src.rpm from a specfileOlivier Thauvin2006-01-191-0/+28
* Update copyrightsRafael Garcia-Suarez2005-12-081-1/+3
* RPMTAG_SERIAL (old name of RPMTAG_EPOCH) has been removed in rpm 4.4.3Rafael Garcia-Suarez2005-12-011-1/+1
* Fix a couple of compilation warningsRafael Garcia-Suarez2005-11-301-4/+4
* Fix cast errorRafael Garcia-Suarez2005-11-301-3/+3
* Add the RPMPROB_FILTER_DISKNODES flag for running transactions with theRafael Garcia-Suarez2005-10-101-1/+1
* - add some options to parse_rpm (nomd5, nopayload)Olivier Thauvin2005-09-141-5/+29
* Make URPM::add_macro expand literal \n to \\\n in macro definitions.Rafael Garcia-Suarez2005-09-091-1/+1
* Add a "noscripts" option to run transactions. Inhibits pre, preun, post andRafael Garcia-Suarez2005-09-011-1/+7
* correctly handle -1 fileno returned by callback_openPascal Rigaux2005-08-231-2/+4
* update copyright and maintainerRafael Garcia-Suarez2005-07-281-1/+1
* Add function rpmErrorWriteTo($fd)Rafael Garcia-Suarez2005-06-301-0/+14
* add rpmErrorString functionRafael Garcia-Suarez2005-06-301-0/+3
* Add a binding for rpm internal debugging function setVerbosity()Rafael Garcia-Suarez2005-06-161-0/+6
* Add the URPM::Package::payload_format methodRafael Garcia-Suarez2005-05-301-0/+8
* Remove rpm 4.0 supportRafael Garcia-Suarez2005-05-021-171/+0
* Remove dead codeRafael Garcia-Suarez2005-05-021-73/+0
* Patch by Olivier Thauvin to adapt URPM for rpm 4.4Rafael Garcia-Suarez2005-05-021-326/+71
* More RPMSENSE_PREREQ deprecation. (this should do nothing with rpm 4.2)Rafael Garcia-Suarez2005-03-091-1/+1
* Prepare for obsolescence of PREREQ, introduce equivalent RPMSENSE_SCRIPT_* tagsRafael Garcia-Suarez2005-03-021-1/+1
* Add macro handling code from Olivier ThauvinRafael Garcia-Suarez2005-02-111-0/+30
* Indentation, documentationRafael Garcia-Suarez2004-11-101-66/+63
* - backport rpmvercmp binding from perl-HdlistOlivier Thauvin2004-08-291-0/+5
* From now, the nopromoteepoch argument will always default to 1Rafael Garcia-Suarez2004-08-241-3/+3
* Minor doc fixesRafael Garcia-Suarez2004-08-241-3/+3
* Don't panic on bad rpm fullnamesRafael Garcia-Suarez2004-08-111-0/+8
* - remove test that can't worksOlivier Thauvin2004-08-021-4/+4
* - backward compatibility with perl 5.6Olivier Thauvin2004-08-021-6/+5
* Add URPM::stream2header (borrowed from perl-Hdlist, thanks to OlivierRafael Garcia-Suarez2004-07-221-0/+23
* - fix segfault in queryformat if tag does not exist (return nothing instead)Olivier Thauvin2004-06-271-1/+3
* Clarify error message when a synthesis file can't be read or gunzippedRafael Garcia-Suarez2004-06-231-2/+4
* Add a way to downgrade some errors (file not found) to non-fatalRafael Garcia-Suarez2004-05-061-8/+17
* - make parse.t pass all testOlivier Thauvin2004-04-251-2/+0
* - add $pkg->queryformat() functionOlivier Thauvin2004-04-251-1/+33
* - urpm optional arg to Urpm_list_rpm_tag functionOlivier Thauvin2004-04-231-1/+5
* Better diagnostics in $package->build_info()Rafael Garcia-Suarez2004-04-221-1/+2
* (return_list_tag) factorize common local variables declaration (thoughThierry Vignaud2004-04-221-20/+5
* - return_list_tag is able to return some basic tags from synthesisOlivier Thauvin2004-04-221-7/+61
* - cleaning return_list_tagOlivier Thauvin2004-04-211-47/+21
* - add list_rpm_tag functionOlivier Thauvin2004-04-211-0/+11
* Improve some diagnosticsRafael Garcia-Suarez2004-04-151-2/+2
* added support for RH 7.3Francois Pons2003-12-091-2/+4
* fixed indentation and reworked code to be simplerFrancois Pons2003-11-151-85/+83
* applied patch from Olivier ThauvinFrancois Pons2003-11-151-0/+168
* added URPM::import_pubkey to import a key (only one) directly to opened rpmFrancois Pons2003-08-191-0/+199
* fixed files_md5sum returning not the same number as files method.Francois Pons2003-08-111-79/+1
* 0.91-13mdkFrancois Pons2003-07-241-108/+294
* fixed SvPV typos.Francois Pons2003-07-101-1/+1