Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add Pkg_is_platform_compat() and Urpm_platformscore() coming with rpm 4.4.8 | Olivier Thauvin | 2007-07-04 | 1 | -1/+2 |
| | |||||
* | - make is_arch_compat rpm 4.4.8 compliant | Olivier Thauvin | 2007-06-19 | 1 | -1/+2 |
| | |||||
* | - chdir "t" | Pascal Rigaux | 2007-01-15 | 1 | -14/+16 |
| | | | | | - remove temporary "headers/" | ||||
* | move test-rpm.spec into t/ | Pascal Rigaux | 2007-01-15 | 1 | -1/+2 |
| | |||||
* | remove temp file | Pascal Rigaux | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | add some tests on empty header, buggy header, empty hdlist | Pascal Rigaux | 2006-11-17 | 1 | -1/+17 |
| | |||||
* | - parse_hdlist on a simple header was broken because pid was left unset, | Pascal Rigaux | 2006-11-17 | 1 | -1/+13 |
| | | | | | - add some tests for this | ||||
* | Be more Test::More-ish, add a TODO test | Rafael Garcia-Suarez | 2006-03-06 | 1 | -14/+19 |
| | |||||
* | In spec2srcheader(): extend stack; fudge with errno. | Rafael Garcia-Suarez | 2006-01-19 | 1 | -1/+7 |
| | |||||
* | Return undef on spec parsing failure | Rafael Garcia-Suarez | 2006-01-19 | 1 | -2/+7 |
| | |||||
* | - add Urpm_spec2srcheader(): return header of src.rpm from a specfile | Olivier Thauvin | 2006-01-19 | 1 | -1/+7 |
| | |||||
* | Use new MDV namespace | Rafael Garcia-Suarez | 2005-10-28 | 1 | -9/+1 |
| | |||||
* | Don't require Packdrakeng for running tests | Rafael Garcia-Suarez | 2005-10-04 | 1 | -3/+11 |
| | |||||
* | Rebuild test rpm when running tests. Add cleanup to files. | Rafael Garcia-Suarez | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | Silence warnings | Rafael Garcia-Suarez | 2004-12-09 | 1 | -1/+1 |
| | |||||
* | Adjust test count | Rafael Garcia-Suarez | 2004-12-09 | 1 | -1/+1 |
| | |||||
* | - backport rpmvercmp binding from perl-Hdlist | Olivier Thauvin | 2004-08-29 | 1 | -0/+8 |
| | |||||
* | - remove test that can't works | Olivier Thauvin | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | Add URPM::stream2header (borrowed from perl-Hdlist, thanks to Olivier | Rafael Garcia-Suarez | 2004-07-22 | 1 | -5/+18 |
| | | | | | Thauvin) | ||||
* | Silence warnings | Rafael Garcia-Suarez | 2004-04-26 | 1 | -3/+2 |
| | |||||
* | - make parse.t pass all test | Olivier Thauvin | 2004-04-25 | 1 | -6/+7 |
| | | | | | - add $pkg->queryformat test | ||||
* | - test rpm parsing and hdlist generation | Olivier Thauvin | 2004-04-22 | 1 | -1/+23 |
| | |||||
* | - remove unusefull function | Olivier Thauvin | 2004-04-22 | 1 | -0/+21 |
- start to add parsing test |