diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 5 | ||||
-rw-r--r-- | URPM.xs | 11 |
3 files changed, 2 insertions, 16 deletions
@@ -1,3 +1,5 @@ +- kill functions unimplemented for years + Version 3.40 - 16 March 2012 - add URPM::traverse_tag_find() for urpme --env @@ -825,11 +825,6 @@ Sets rpm verbosity level. $level is an integer between 2 (RPMMESS_CRIT) and 7 =item rpmErrorWriteTo($fd) -=item platformscore($platform) - -Return the score of $platform according computer's configuration. -0 mean not compatible, lower is prefered. - =item archscore($arch) Return the score of the given arch. 0 mean not compatible, @@ -3684,17 +3684,6 @@ Urpm_osscore(os) OUTPUT: RETVAL -int -Urpm_platformscore(platform) - const char * platform - CODE: - read_config_files(0); - unused_variable(platform); - croak("platformscore() is available only since rpm 4.4.8"); - RETVAL=0; - OUTPUT: - RETVAL - void Urpm_stream2header(fp) FILE *fp |