Ralf Corsépius [Fri, 19 Oct 2007 15:22:08 +0000 (17:22 +0200)]
Reflect changes to doxygen docs.
Ralf Corsépius [Fri, 19 Oct 2007 15:21:36 +0000 (17:21 +0200)]
Add Doxyheader.
Ralf Corsépius [Fri, 19 Oct 2007 15:21:08 +0000 (17:21 +0200)]
New (copied from Doxyheader).
Ralf Corsépius [Fri, 19 Oct 2007 15:20:09 +0000 (17:20 +0200)]
New (renamed from Doxyfile.in).
Ralf Corsépius [Fri, 19 Oct 2007 15:19:20 +0000 (17:19 +0200)]
Remove.
Ralf Corsépius [Fri, 19 Oct 2007 15:19:05 +0000 (17:19 +0200)]
Remove.
Panu Matilainen [Fri, 19 Oct 2007 10:25:08 +0000 (13:25 +0300)]
Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearer
Panu Matilainen [Fri, 19 Oct 2007 10:01:58 +0000 (13:01 +0300)]
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
Panu Matilainen [Fri, 19 Oct 2007 09:30:26 +0000 (12:30 +0300)]
Eliminate rpmps and rpmProblem structure details from the API
Panu Matilainen [Fri, 19 Oct 2007 09:28:30 +0000 (12:28 +0300)]
Use rpmProblem access methods instead of direct access to the struct
Panu Matilainen [Fri, 19 Oct 2007 09:27:41 +0000 (12:27 +0300)]
Add methods for accessing rpmProblem data
Panu Matilainen [Fri, 19 Oct 2007 09:15:35 +0000 (12:15 +0300)]
Only permit appending to a problem set from python
- remove subscript assignment (which mucks about rpmps internals way
too deeply)
- add append() method instead
Panu Matilainen [Thu, 18 Oct 2007 13:09:05 +0000 (16:09 +0300)]
Use iterators for rpmpsPrint()
Panu Matilainen [Fri, 19 Oct 2007 09:36:11 +0000 (12:36 +0300)]
Implement python rpmps iteration with rpmlib level iterator
Panu Matilainen [Fri, 19 Oct 2007 09:35:20 +0000 (12:35 +0300)]
Convert rpmts-py to use rpmps iterator
Panu Matilainen [Thu, 18 Oct 2007 10:46:59 +0000 (13:46 +0300)]
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
Panu Matilainen [Thu, 18 Oct 2007 10:45:25 +0000 (13:45 +0300)]
Add API for iterating over rpmps problems
Ralf Corsépius [Fri, 19 Oct 2007 05:04:15 +0000 (07:04 +0200)]
Ship Doxyfile.in, doc/librpm.doxy.in.
Ralf Corsépius [Fri, 19 Oct 2007 05:03:23 +0000 (07:03 +0200)]
Regenerate.
Ralf Corsépius [Thu, 18 Oct 2007 16:13:02 +0000 (18:13 +0200)]
Reflect changes to apidocs generation.
Ralf Corsépius [Thu, 18 Oct 2007 16:12:29 +0000 (18:12 +0200)]
Eliminate @WITH_APIDOCS_TARGET@.
Add EXCLUDE.
Ralf Corsépius [Thu, 18 Oct 2007 14:04:00 +0000 (16:04 +0200)]
Remove WITH_APIDOCS, WITH_APIDOCS_TARGET.
Add AM_CONDITIONALS DOXYGEN and APIDOCS. Don't generate Doxyfile.
Ralf Corsépius [Thu, 18 Oct 2007 14:02:14 +0000 (16:02 +0200)]
Add stub doxygen @param to silence doxygen.
Ralf Corsépius [Thu, 18 Oct 2007 07:51:32 +0000 (09:51 +0200)]
Remove doc/librpm during maintainer-clean.
Ralf Corsépius [Thu, 18 Oct 2007 07:04:17 +0000 (09:04 +0200)]
Use DOXYGEN instead of __DOXYGEN.
Rework processing pkginclude_HEADERS for doc/librpm.doxy.
Ralf Corsépius [Thu, 18 Oct 2007 07:03:42 +0000 (09:03 +0200)]
Use DOXYGEN instead of __DOXYGEN.
Ralf Corsépius [Thu, 18 Oct 2007 06:41:31 +0000 (08:41 +0200)]
Use DOXYGEN instead of __DOXYGEN.
Ralf Corsépius [Thu, 18 Oct 2007 06:36:00 +0000 (08:36 +0200)]
Use DOXYGEN instead of __DOXYGEN.
Rework processing pkginclude_HEADERS for doc/librpm.doxy.
Panu Matilainen [Thu, 18 Oct 2007 06:34:54 +0000 (09:34 +0300)]
debugedit mishandles empty DW_AT_comp_dir (Roland McGrath)
- fpc seems to produce DW_AT_comp_dir with value "" (empty string).
This is dubious, but debugedit makes it even worse by getting confused by it.
Ralf Corsépius [Thu, 18 Oct 2007 06:34:37 +0000 (08:34 +0200)]
Use DOXYGEN instead of __DOXYGEN.
Panu Matilainen [Thu, 18 Oct 2007 06:33:56 +0000 (09:33 +0300)]
debugedit mishandles DW_FORM_ref_addr (Roland McGrath)
Ralf Corsépius [Wed, 17 Oct 2007 14:42:21 +0000 (16:42 +0200)]
Add automake option nostdinc.
Ralf Corsépius [Wed, 17 Oct 2007 14:41:59 +0000 (16:41 +0200)]
Cleanup CPPFLAGS.
Ralf Corsépius [Wed, 17 Oct 2007 13:38:33 +0000 (15:38 +0200)]
Add find-provides, find-requires, db.h to DISTCLEANFILES.
Ralf Corsépius [Wed, 17 Oct 2007 13:23:15 +0000 (15:23 +0200)]
Move db.h handling to toplevel Makefile.am
Ralf Corsépius [Wed, 17 Oct 2007 13:08:01 +0000 (15:08 +0200)]
Expand AM_CPPFLAGS.
Ralf Corsépius [Wed, 17 Oct 2007 13:07:13 +0000 (15:07 +0200)]
More reversions.
Ralf Corsépius [Wed, 17 Oct 2007 12:36:47 +0000 (14:36 +0200)]
Add preliminary support for doc/librpm.
Ralf Corsépius [Wed, 17 Oct 2007 12:35:54 +0000 (14:35 +0200)]
#include <db.h>
Ralf Corsépius [Wed, 17 Oct 2007 12:31:06 +0000 (14:31 +0200)]
Add tput.
Panu Matilainen [Wed, 17 Oct 2007 11:55:41 +0000 (14:55 +0300)]
Use HAVE_DB_H for both internal and external BDB
- rpmdb only cares whether we have BDB or no, internal vs external
doesn't matter
- makes external BDB actually work
Ralf Corsépius [Wed, 17 Oct 2007 10:13:14 +0000 (12:13 +0200)]
Revert yesterday's patch (we're not ready for it).
Ralf Corsépius [Wed, 17 Oct 2007 09:33:52 +0000 (11:33 +0200)]
Set GENERATE_MAN=NO.
Ralf Corsépius [Wed, 17 Oct 2007 09:30:59 +0000 (11:30 +0200)]
New.
Ralf Corsépius [Wed, 17 Oct 2007 06:41:53 +0000 (08:41 +0200)]
Remove refs to emacs.
Ralf Corsépius [Tue, 16 Oct 2007 16:32:24 +0000 (18:32 +0200)]
Move tdbi, tjfn, tsql to toplevel Makefile.am.
Ralf Corsépius [Tue, 16 Oct 2007 16:22:23 +0000 (18:22 +0200)]
Move ACLOCAL_AMFLAGS to the top.
Ralf Corsépius [Tue, 16 Oct 2007 16:21:27 +0000 (18:21 +0200)]
Use \$(SED) instead of hard-coded sed.
Ralf Corsépius [Tue, 16 Oct 2007 12:25:04 +0000 (14:25 +0200)]
Fix broken doxygen comment.
Ralf Corsépius [Tue, 16 Oct 2007 12:24:38 +0000 (14:24 +0200)]
Don't unnecessarily include stdio.h
Panu Matilainen [Tue, 16 Oct 2007 10:40:45 +0000 (13:40 +0300)]
Remove unimplemented, unused RPMPROB_BADPRETRANS
- leftover from pretrans syscall hack before %pretrans script days
Ralf Corsépius [Tue, 16 Oct 2007 10:28:09 +0000 (12:28 +0200)]
s/dbiflags/flags/ in doxygen comment.
Ralf Corsépius [Tue, 16 Oct 2007 10:26:42 +0000 (12:26 +0200)]
Don't include stdio.h.
Panu Matilainen [Tue, 16 Oct 2007 08:51:57 +0000 (11:51 +0300)]
Rename norwegian translation no -> nb (rhbz#332271)
Ralf Corsépius [Mon, 15 Oct 2007 08:40:52 +0000 (10:40 +0200)]
Add usrsrcdir.
Reflect using $(usrsrcdir)/packages instead of $(usrsrcdir)/$(RPMCANONICALVENDOR).
Ralf Corsépius [Mon, 15 Oct 2007 08:03:16 +0000 (10:03 +0200)]
Regenerate.
Panu Matilainen [Sun, 14 Oct 2007 09:49:18 +0000 (12:49 +0300)]
match *.omf, not *omf in find-lang (Ville Skyttä)
Panu Matilainen [Sun, 14 Oct 2007 09:48:32 +0000 (12:48 +0300)]
find-lang Qt translation support (Ville Skyttä)
Panu Matilainen [Sun, 14 Oct 2007 09:42:47 +0000 (12:42 +0300)]
find-lang localized man page support (Ville Skyttä)
Panu Matilainen [Sun, 14 Oct 2007 09:31:24 +0000 (12:31 +0300)]
find-lang POSIX-compliant find(1) usage (Ville Skyttä)
Panu Matilainen [Sun, 14 Oct 2007 09:30:31 +0000 (12:30 +0300)]
find-lang spelling fixes (Ville Skyttä)
Panu Matilainen [Thu, 11 Oct 2007 11:14:00 +0000 (14:14 +0300)]
Clarify rpm manpage wrt rpmbuild binary vs package (rhbz#233232)
Panu Matilainen [Thu, 11 Oct 2007 10:50:05 +0000 (13:50 +0300)]
Clarify rpmtsCheck() documentation (rhbz#159638)
Panu Matilainen [Thu, 11 Oct 2007 08:17:48 +0000 (11:17 +0300)]
Make default _topdir vendor agnostic
- follow Suse behavior by using /usr/src/packages instead of /usr/src/redhat
- the default should probably be %(echo $HOME)/rpmbuild instead for
sane non-root behavior, revisit this later...
Panu Matilainen [Wed, 10 Oct 2007 11:37:18 +0000 (14:37 +0300)]
header_method.h is now private
Panu Matilainen [Wed, 10 Oct 2007 11:36:13 +0000 (14:36 +0300)]
Remove now unneeded hdrinline
Panu Matilainen [Wed, 10 Oct 2007 11:35:14 +0000 (14:35 +0300)]
Un-inline common header access functions
- implementations in new header_common.c
- definitions in main header.h
Panu Matilainen [Wed, 10 Oct 2007 11:25:29 +0000 (14:25 +0300)]
Move per-header method typedefs etc out of main header.h
- new header_method.h include
Panu Matilainen [Wed, 10 Oct 2007 08:30:37 +0000 (11:30 +0300)]
pkgconfig dependency script fixes
- don't make assumptions about package names, requires pkg-config executable
path instead
- always create pkg-config dependency if *.pc files are included, not just
in case the *.pc file requires other pkg-config modules
Ralf Corsépius [Wed, 10 Oct 2007 08:08:26 +0000 (10:08 +0200)]
Move pkginc_HEADERS to toplevel Makefile.am
Ralf Corsépius [Wed, 10 Oct 2007 07:54:39 +0000 (09:54 +0200)]
Recursively pick up files.
Ralf Corsépius [Wed, 10 Oct 2007 06:39:01 +0000 (08:39 +0200)]
Add support for lzma compressed "Sources".
Ralf Corsépius [Wed, 10 Oct 2007 06:37:35 +0000 (08:37 +0200)]
Kick out polish comment.
Ralf Corsépius [Wed, 10 Oct 2007 05:14:47 +0000 (07:14 +0200)]
Install libtooldeps.sh and pkgconfigdeps.sh (Used by lib/rpm/macros).
Panu Matilainen [Tue, 9 Oct 2007 12:47:15 +0000 (15:47 +0300)]
Permit src.rpm installation to be interrupted
Panu Matilainen [Tue, 9 Oct 2007 12:33:49 +0000 (15:33 +0300)]
Make rpmerr.h private, include directly where needed.
Panu Matilainen [Tue, 9 Oct 2007 12:07:08 +0000 (15:07 +0300)]
Let tufdio use rpmio_internal.. its for internal testing only anyway
Panu Matilainen [Tue, 9 Oct 2007 12:06:39 +0000 (15:06 +0300)]
Oops, one missed rpmError() user..
Panu Matilainen [Tue, 9 Oct 2007 12:02:57 +0000 (15:02 +0300)]
Remove rpmError() and rpmMessage() retrofitting
Panu Matilainen [Tue, 9 Oct 2007 12:01:52 +0000 (15:01 +0300)]
More RPMMESS -> RPMLOG verbosity fixes
Panu Matilainen [Tue, 9 Oct 2007 11:58:13 +0000 (14:58 +0300)]
Use RPMLOG_ levels instead of RPMMESS for verbosity setting
Panu Matilainen [Tue, 9 Oct 2007 11:54:28 +0000 (14:54 +0300)]
Replace all uses of RPMMESS_FATALERROR with RPMLOG_CRIT
Panu Matilainen [Tue, 9 Oct 2007 11:53:09 +0000 (14:53 +0300)]
Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFO
Panu Matilainen [Tue, 9 Oct 2007 11:52:01 +0000 (14:52 +0300)]
Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
Panu Matilainen [Tue, 9 Oct 2007 11:50:42 +0000 (14:50 +0300)]
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen [Tue, 9 Oct 2007 11:49:02 +0000 (14:49 +0300)]
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen [Tue, 9 Oct 2007 11:48:04 +0000 (14:48 +0300)]
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen [Tue, 9 Oct 2007 11:14:30 +0000 (14:14 +0300)]
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen [Tue, 9 Oct 2007 11:06:06 +0000 (14:06 +0300)]
Replace all rpmError() uses with rpmlog()
Panu Matilainen [Tue, 9 Oct 2007 10:41:59 +0000 (13:41 +0300)]
Fix tufdio build after rpmio cleanups
Panu Matilainen [Tue, 9 Oct 2007 10:33:39 +0000 (13:33 +0300)]
Hide rpmio vectors from API, only internal needs
Panu Matilainen [Tue, 9 Oct 2007 10:27:47 +0000 (13:27 +0300)]
Remove timedRead() define
Panu Matilainen [Tue, 9 Oct 2007 09:52:09 +0000 (12:52 +0300)]
Remember to remove fdFgets() definition too..
Panu Matilainen [Tue, 9 Oct 2007 09:48:04 +0000 (12:48 +0300)]
Rename __fd*() to fd*() for consistency now that the names are free
Panu Matilainen [Tue, 9 Oct 2007 09:42:27 +0000 (12:42 +0300)]
Remove unused legacy rpmio fd*() interfaces
- fdFileno(), fdOpen(), fdRead(), fdWrite(), fdClose() gone...
Panu Matilainen [Tue, 9 Oct 2007 09:28:59 +0000 (12:28 +0300)]
Remove unused rpmio fdFdopen() function
Panu Matilainen [Tue, 9 Oct 2007 09:28:08 +0000 (12:28 +0300)]
Remove unused rpmio fdFgets() function
Panu Matilainen [Tue, 9 Oct 2007 08:55:00 +0000 (11:55 +0300)]
Remove bunch of deprecated and unused rpmlog functions
Ralf Corsépius [Tue, 9 Oct 2007 08:02:49 +0000 (10:02 +0200)]
Use enums instead of ints for processing isCompressed ret-val.
Ralf Corsépius [Mon, 8 Oct 2007 15:12:10 +0000 (17:12 +0200)]
Add __LZMA.