Commit Graph

7079 Commits

Author SHA1 Message Date
Ralf Corsépius bebeb89735 Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. 2007-10-26 13:24:14 +02:00
Panu Matilainen bbce158102 Fix invalid ifdef-outed code breaking syntax highlighting :) 2007-10-26 12:08:34 +03:00
Panu Matilainen 7964312e1a Remove dead rpmal code 2007-10-26 11:21:31 +03:00
Panu Matilainen eabf92f842 Rename rpmcliImportPubkey() -> rpmtsImportPubkey()
- it's not a cli function in any way
- move to rpmts group
2007-10-26 10:21:12 +03:00
Ralf Corsépius 4b185fc48d Add rpmdb/rpmints.h.in. 2007-10-24 18:38:18 +02:00
Ralf Corsépius 7445f99b38 Pass HEADERS to doxygen instead of pkginclude_HEADERS. 2007-10-24 18:36:19 +02:00
Ralf Corsépius d46dd7352f Minor fixes to generation of hacking 2007-10-24 18:26:07 +02:00
Panu Matilainen 462b0dbca0 Regenerate translations 2007-10-24 15:59:28 +03:00
Panu Matilainen 44b1137f09 Fix a format specification error in the Catalan translation 2007-10-24 15:58:19 +03:00
Panu Matilainen c00f5828e5 Add Catalan translation (rhbz#350401)
From Xavier Conde & others
2007-10-24 15:56:48 +03:00
Panu Matilainen b2e90be346 Use NEVRA, not NEVR everywhere for rpmProblems 2007-10-24 10:31:42 +03:00
Panu Matilainen 1933008699 Remove dead code 2007-10-24 09:48:02 +03:00
Panu Matilainen 62cc76e25c Don't mess up problem pkgNEVR in python ts.check() (rhbz#349091) 2007-10-24 09:47:22 +03:00
Ralf Corsépius dd8bbe42a3 Remove AC_CHECK_FUNC(fchmod). 2007-10-24 03:11:19 +02:00
Ralf Corsépius b990c6737a Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code. 2007-10-24 03:10:57 +02:00
Ralf Corsépius 0034893b78 doScript: Change 'what' to rpmBuildFlags. 2007-10-24 03:04:01 +02:00
Ralf Corsépius f5a2728aa1 Pass -1 to setVarDefault for optflags. 2007-10-23 13:21:52 +02:00
Ralf Corsépius 4c647570dc Eliminate dead code in setPathDefault, setVarDefault. 2007-10-23 13:20:19 +02:00
Panu Matilainen 2f40e20540 Remove unused python header stubs 2007-10-23 11:04:31 +03:00
Panu Matilainen 9832bc5330 One more useless rpmio_internal include removal 2007-10-23 11:03:52 +03:00
Panu Matilainen fda6c48f00 Remove bunch of unnecessary rpmio_internal & related includes from python 2007-10-23 09:50:23 +03:00
Panu Matilainen 3b7a6a5a95 Remove bunch of unnecessary rpmio_internal includes 2007-10-22 16:51:41 +03:00
Panu Matilainen c0e198bd62 Remove ancient test-stuff 2007-10-22 16:32:58 +03:00
Panu Matilainen 2c499d40dc Fix rpmts.h internal includes instead of working around in rpminstall.c 2007-10-22 15:51:04 +03:00
Panu Matilainen 549fb4393e Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNAL 2007-10-22 13:37:02 +03:00
Panu Matilainen 8d70f18681 Add set + get methods from ts dbmode 2007-10-22 13:33:53 +03:00
Ralf Corsépius b96a582dd4 Reflect changes to doxygen docs. 2007-10-19 17:22:08 +02:00
Ralf Corsépius 25ffe1cef9 Add Doxyheader. 2007-10-19 17:21:36 +02:00
Ralf Corsépius ef6ea9b508 New (copied from Doxyheader). 2007-10-19 17:21:08 +02:00
Ralf Corsépius 4a465aff3b New (renamed from Doxyfile.in). 2007-10-19 17:20:09 +02:00
Ralf Corsépius 7c517216e7 Remove. 2007-10-19 17:19:20 +02:00
Ralf Corsépius afaba3f831 Remove. 2007-10-19 17:19:05 +02:00
Panu Matilainen 8e59724a58 Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer 2007-10-19 13:25:08 +03:00
Panu Matilainen 92919c2f73 Make rpmProblem standalone "object"
- problem set contains array of pointers to problems, not problems themselves
- add functions for creating and destroying problems
- use iterators for freeing the problems in rpmpsFree()
- new rpmpsAppendProblem() API for appending existing problem item to
  problem set
- implement rpmpsAppend using the new methods
2007-10-19 13:01:58 +03:00
Panu Matilainen 63f94fb4a8 Eliminate rpmps and rpmProblem structure details from the API 2007-10-19 12:30:26 +03:00
Panu Matilainen 1e74fccef7 Use rpmProblem access methods instead of direct access to the struct 2007-10-19 12:28:30 +03:00
Panu Matilainen 494c56e94a Add methods for accessing rpmProblem data 2007-10-19 12:27:41 +03:00
Panu Matilainen dffede2350 Only permit appending to a problem set from python
- remove subscript assignment (which mucks about rpmps internals way
  too deeply)
- add append() method instead
2007-10-19 12:15:35 +03:00
Panu Matilainen 7f96787054 Use iterators for rpmpsPrint() 2007-10-18 16:09:05 +03:00
Panu Matilainen b882a428bd Implement python rpmps iteration with rpmlib level iterator 2007-10-19 12:36:11 +03:00
Panu Matilainen 36f1ac2c7b Convert rpmts-py to use rpmps iterator 2007-10-19 12:35:20 +03:00
Panu Matilainen b1c64e37fd Make verifyDependencies() use rpmps iterator interface
- use stock problem string for problem descriptions instead of handcrafted
  messages, changes output format quite a bit but OTOH reports conflicts
  and requires separately and more clearly
- should perhaps filter out duplicates, otoh the old code didn't either...
- return number of problems encountered instead of 0 vs 1
2007-10-18 13:46:59 +03:00
Panu Matilainen 96ad2a1fee Add API for iterating over rpmps problems 2007-10-18 13:45:25 +03:00
Ralf Corsépius 2240b4f8d6 Ship Doxyfile.in, doc/librpm.doxy.in. 2007-10-19 07:04:15 +02:00
Ralf Corsépius 8059dfcdf0 Regenerate. 2007-10-19 07:03:23 +02:00
Ralf Corsépius 39454472fc Reflect changes to apidocs generation. 2007-10-18 18:13:02 +02:00
Ralf Corsépius 6f74ccbb75 Eliminate @WITH_APIDOCS_TARGET@.
Add EXCLUDE.
2007-10-18 18:12:29 +02:00
Ralf Corsépius b9d56b6dc9 Remove WITH_APIDOCS, WITH_APIDOCS_TARGET.
Add AM_CONDITIONALS DOXYGEN and APIDOCS. Don't generate Doxyfile.
2007-10-18 16:04:00 +02:00
Ralf Corsépius 5c923b9b77 Add stub doxygen @param to silence doxygen. 2007-10-18 16:02:14 +02:00
Ralf Corsépius 4d02494caa Remove doc/librpm during maintainer-clean. 2007-10-18 09:51:32 +02:00