Diff for /rpm2html/rdf.c between versions 1.9 and 1.10

version 1.9, 1998/05/11 04:44:17 version 1.10, 1998/05/13 01:42:09
Line 445  void dumpRpmRdf(rpmDataPtr rpm, rpmSubdi Line 445  void dumpRpmRdf(rpmDataPtr rpm, rpmSubdi
 #error "no strftime, please check !"  #error "no strftime, please check !"
 #endif  #endif
     rdfSetValue(desc, "BuildDate", rpmNs, buf);      rdfSetValue(desc, "BuildDate", rpmNs, buf);
       sprintf(buf, "%d", rpm->date);
       rdfSetValue(desc, "Date", rpmNs, buf);
     sprintf(buf, "%d", rpm->size);      sprintf(buf, "%d", rpm->size);
     rdfSetValue(desc, "Size", rpmNs, buf);      rdfSetValue(desc, "Size", rpmNs, buf);
     if (rpm->host)      if (rpm->host)

Removed from v.1.9  
changed lines
  Added in v.1.10


Webmaster