Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.00 !1.00 | Rafael Garcia-Suarez | 2004-08-02 | 3 | -6/+39 |
* | Protection against packages that obsolete themselves. | Rafael Garcia-Suarez | 2004-08-02 | 1 | -0/+1 |
* | - remove test that can't works | Olivier Thauvin | 2004-08-02 | 2 | -6/+6 |
* | - backward compatibility with perl 5.6 | Olivier Thauvin | 2004-08-02 | 1 | -6/+5 |
* | - don't check rpm rpm version but rpm binary version | Olivier Thauvin | 2004-08-02 | 1 | -3/+4 |
* | Silence a compilation warning | Rafael Garcia-Suarez | 2004-08-02 | 1 | -1/+1 |
* | Make perl_checker a bit more happy | Rafael Garcia-Suarez | 2004-08-02 | 3 | -30/+34 |
* | put back lost 0.98-2mdk's changelog | Thierry Vignaud | 2004-07-30 | 1 | -0/+3 |
* | 0.99-1mdk0.99 | Rafael Garcia-Suarez | 2004-07-30 | 3 | -2/+20 |
* | Resolution of requested packages: by default, don't propose a choice when | Rafael Garcia-Suarez | 2004-07-30 | 1 | -2/+6 |
* | Use lexical filehandles. | Rafael Garcia-Suarez | 2004-07-28 | 1 | -29/+25 |
* | Version 0.980.98 | Rafael Garcia-Suarez | 2004-07-22 | 3 | -2/+19 |
* | Add URPM::stream2header (borrowed from perl-Hdlist, thanks to Olivier | Rafael Garcia-Suarez | 2004-07-22 | 2 | -5/+41 |
* | - generate the manpage0.97 | Olivier Thauvin | 2004-07-14 | 3 | -4/+12 |
* | Version 0.960.96 | Rafael Garcia-Suarez | 2004-07-12 | 3 | -3/+78 |
* | Don't use keys() in scalar context | Rafael Garcia-Suarez | 2004-07-12 | 1 | -2/+2 |
* | Add a ChangeLog target in the makefile | Rafael Garcia-Suarez | 2004-07-12 | 1 | -0/+10 |
* | Simplify the compute_flags function (used for the {skip,inst}.list files) | Rafael Garcia-Suarez | 2004-07-09 | 1 | -44/+26 |
* | - fix segfault in queryformat if tag does not exist (return nothing instead) | Olivier Thauvin | 2004-06-27 | 1 | -1/+3 |
* | Clarify error message when a synthesis file can't be read or gunzipped | Rafael Garcia-Suarez | 2004-06-23 | 2 | -3/+5 |
* | 0.95-2mdk | Rafael Garcia-Suarez | 2004-05-21 | 1 | -2/+5 |
* | Allow urpmi to downgrade packages if it was invoked with --allow-force | Rafael Garcia-Suarez | 2004-05-21 | 1 | -1/+9 |
* | When an rpm installed locally had a version greater than the one found | Rafael Garcia-Suarez | 2004-05-19 | 1 | -77/+97 |
* | Version 0.950.95 | Rafael Garcia-Suarez | 2004-05-06 | 2 | -4/+7 |
* | Add a way to downgrade some errors (file not found) to non-fatal | Rafael Garcia-Suarez | 2004-05-06 | 5 | -17/+56 |
* | 0.94-13mdk | Rafael Garcia-Suarez | 2004-04-30 | 1 | -1/+6 |
* | - fix tag2id on old mdk, ensure all test are ok on 9.1 | Olivier Thauvin | 2004-04-27 | 1 | -1/+1 |
* | Silence warnings | Rafael Garcia-Suarez | 2004-04-26 | 1 | -3/+2 |
* | - make parse.t pass all test | Olivier Thauvin | 2004-04-25 | 2 | -8/+7 |
* | - add $pkg->queryformat() function | Olivier Thauvin | 2004-04-25 | 3 | -2/+41 |
* | *** empty log message *** | Thierry Vignaud | 2004-04-23 | 1 | -0/+104 |
* | - urpm optional arg to Urpm_list_rpm_tag function | Olivier Thauvin | 2004-04-23 | 1 | -1/+5 |
* | Better diagnostics in $package->build_info() | Rafael Garcia-Suarez | 2004-04-22 | 1 | -1/+2 |
* | - test rpm parsing and hdlist generation | Olivier Thauvin | 2004-04-22 | 1 | -1/+23 |
* | Add missing files in the MANIFEST | Rafael Garcia-Suarez | 2004-04-22 | 1 | -0/+4 |
* | Remove hardcoded packager | Rafael Garcia-Suarez | 2004-04-22 | 1 | -1/+0 |
* | - Don't pass whole %options to parse_rpm in parse_rpms_build_headers | Olivier Thauvin | 2004-04-22 | 1 | -1/+1 |
* | (return_list_tag) factorize common local variables declaration (though | Thierry Vignaud | 2004-04-22 | 1 | -20/+5 |
* | - remove unusefull function | Olivier Thauvin | 2004-04-22 | 4 | -17/+58 |
* | - export keep_all_tags trought function in parse_rpm_build_headers | Olivier Thauvin | 2004-04-22 | 1 | -2/+2 |
* | - return_list_tag is able to return some basic tags from synthesis | Olivier Thauvin | 2004-04-22 | 1 | -7/+61 |
* | - cleaning return_list_tag | Olivier Thauvin | 2004-04-21 | 1 | -47/+21 |
* | - add list_rpm_tag function | Olivier Thauvin | 2004-04-21 | 3 | -165/+40 |
* | 0.94-12mdk | Rafael Garcia-Suarez | 2004-04-21 | 1 | -1/+4 |
* | More cleanup. | Rafael Garcia-Suarez | 2004-04-21 | 1 | -25/+24 |
* | Don't install manpages. | Rafael Garcia-Suarez | 2004-04-21 | 1 | -0/+1 |
* | Minor cleanup | Rafael Garcia-Suarez | 2004-04-21 | 1 | -4/+1 |
* | - add query_pkg function | Olivier Thauvin | 2004-04-18 | 2 | -1/+21 |
* | - add Query.pm (starting to code) | Olivier Thauvin | 2004-04-17 | 2 | -2/+237 |
* | Improve some diagnostics | Rafael Garcia-Suarez | 2004-04-15 | 1 | -2/+2 |