Index index by Group index by Distribution index by Vendor index by date index by Name Hany

rpm-devel-4.0-0.45 RPM for i686

[BIEN - Basic Income Earth Network]

From Doors 2.4 / jr

Name: rpm-devel Distribution: M&L Doors 2.4
Version: 4.0 Vendor: Mega & Loman (http://www.megaloman.com/)
Release: 0.45 Build date : Sat Jun 24 17:39:04 2000
Group: Development/Libraries Build host: m1.megaloman.sk
Size: 792843 Source RPM: rpm-4.0-0.45.src.rpm
Packager: Peter Hanecak <hanecak(at)megaloman.sk>
Url:
Summary: Development files for applications which will manipulate RPM packages.
This package contains the RPM C library and header files.  These
development files will simplify the process of writing programs which
manipulate RPM packages and databases. These files are intended to
simplify the process of creating graphical package managers or any
other tools that need an intimate knowledge of RPM packages in order
to function.

This package should be installed if you want to develop programs that
will manipulate RPM packages and databases.

Provides

Requires

Copyright

GPL

Changelog

* Fri Jun 23 2000 Jeff Johnson <jbj(at)redhat.com>
  - i486 optflags typo fixed.
* Thu Jun 22 2000 Jeff Johnson <jbj(at)redhat.com>
  - internalize --freshen (Gordon Messmer <yinyang(at)eburg.com>).
  - support for separate source/binary compression policy.
  - support for bzip payloads.
* Wed Jun 21 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: don't expand macros in false branch of %if (kasal(at)suse.cz).
  - fix: macro expansion problem and clean up (#11484) (kasal(at)suse.cz).
  - uname on i370 has s390 as arch (#11456).
  - put version on rpmpopt filename to avoid legacy filename collision.
  - python: initdb binding (Dan Burcaw <dburcaw(at)terraplex.com>).
* Tue Jun 20 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: typo in brp-compress caused i18n man pages not to compress.
  - API: uncouple fadio from rest of librpmio.
  - API: externalize legacy fdOpen interface for rpmfind et al in librpmio.
  - update brp-* scripts from rpm-4.0, enable in per-platform config.
  - alpha: add -mieee to default optflags.
  - add RPMTAG_OPTFLAGS, configured optflags when package was built.
  - add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet).
  - teach brp-compress about /usr/info and /usr/share/info as well.
* Mon Jun 19 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: open all db indices before performing chroot.
* Sun Jun 18 2000 Jeff Johnson <jbj(at)redhat.com>
  - require --rebuilddb to convert db1 -> db3, better messages.
* Fri Jun 16 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: resurrect symlink unique'ifying property of finger prints.
* Wed Jun 14 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: don't count removed files if removed packages is empty set.
  - fix: permit '\0' as special case key (e.g. "/" in Basenames).
* Tue Jun 13 2000 Jeff Johnson <jbj(at)redhat.com>
  - make librpmio standalone.
  - fix: avoid clobbering db cursor in removeBinaryPackage.
  - expose cursors in dbi interfaces, remove internal cursors.
  - remove incremental link.
  - portability: sparc-sun-solaris2.5.1.
* Wed Jun 07 2000 Jeff Johnson <jbj(at)redhat.com>
  - create rpmio directory for librpmio.
* Tue Jun 06 2000 Jeff Johnson <jbj(at)redhat.com>
  - require db3 in default configuration.
* Mon Jun 05 2000 Jeff Johnson <jbj(at)redhat.com>
  - add optflags for i486 and i586.
  - fix: segfault with legacy packages missing RPMTAG_FILEINODES.
* Tue May 30 2000 Matt Wilson <msw(at)redhat.com>
  - change %configure, add %makeinstall macros to handle FHS changes.
* Tue May 30 2000 Jeff Johnson <jbj(at)redhat.com>
  - mark packaging with version 4 to reflect filename/provide changes.
  - change next version from 3.1 to 4.0 to reflect package format change.
* Fri May 26 2000 Jeff Johnson <jbj(at)redhat.com>
  - change popt exec alias in oreder to exec rpm children.
  - split rpm into 5 pieces along major mode fault lines with popt glue.
* Thu May 18 2000 Jeff Johnson <jbj(at)redhat.com>
  - 2nd try at db1 -> db3 stable functionality.
* Tue May 16 2000 Matt Wilson <msw(at)redhat.com>
  - build against bzip2 1.0
  - use the new fopencookie API in glibc 2.2
* Fri May 12 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix stupid mistakes (alpha segfaults).
* Wed May 10 2000 Jeff Johnson <jbj(at)redhat.com>
  - include RPM-GPG-KEY in file manifest.
  - simplify --last popt alias, date like -qi (bjerrick(at)easystreet.com).
  - fix: alloca'd memory used outside of scope (alpha segfault).
* Mon May 08 2000 Jeff Johnson <jbj(at)redhat.com>
  - FreeBSD fixes (bero(at)redhat.com).
* Sat May 06 2000 Jeff Johnson <jbj(at)redhat.com>
  - finish db1 and db3 cleanup.
* Tue May 02 2000 Jeff Johnson <jbj(at)redhat.com>
  - first try at db1 -> db3 stability.
* Mon May 01 2000 Jeff Johnson <jbj(at)redhat.com>
  - Rename db0.c to db1.c, resurrect db2.c (from db3.c).
  - Add ia64 and sparc64 changes.
  - rpm.spec: add per-platform sub-directories.
* Fri Apr 28 2000 Jeff Johnson <jbj(at)redhat.com>
  - Filter DB_INCOMPLETE on db->sync, it's usually harmless.
  - Add per-transaction cache of resolved dependencies (aka Depends).
  - Do lazy dbi{Open,Close} throughout.
  - Attempt fine grained dbi cursors throughout.
  - fix: free iterator *after* loop, not during.
  - fix: Depends needed keylen in dbiPut, rpmdbFreeIterator after use.
* Thu Apr 27 2000 Jeff Johnson <jbj(at)redhat.com>
  - API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.
  - API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration.
  - API: replace rpmdbGetRecord with iterators.
  - API: replace findMatches with iterators.
* Tue Apr 25 2000 Jeff Johnson <jbj(at)redhat.com>
  - rebuild to check autoconf configuration in dist-7.0.
* Sun Apr 23 2000 Jeff Johnson <jbj(at)redhat.com>
  - fix: cpio.c: pre-, not post-, decrement the link count.
  - make db indices as lightweight as possible, with per-dbi config.
  - db1.c will never be needed, eliminate.
  - API: merge rebuilddb.c into rpmdb.c.
* Thu Apr 13 2000 Jeff Johnson <jbj(at)redhat.com>
  - API: pass *SearchIndex() length of key (0 will use strlen(key)).
  - API: remove rpmdb{First,Next}RecNum routines.
  - drop rpm-python subpackage until bindings are fixed.
  - add explcit "Provides: name = [epoch:]version-release" to headers.
* Tue Apr 11 2000 Jeff Johnson <jbj(at)redhat.com>
  - solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren(at)cs.utwente.nl)
  - db3: save join keys in endian neutral binary format.
  - treat legacy falloc.c as "special" db[01] index for package headers.
* Thu Apr 06 2000 Jeff Johnson <jbj(at)redhat.com>
  - use hashed access for package headers.
* Tue Apr 04 2000 Jeff Johnson <jbj(at)redhat.com>
  - create dbi from template rather than passed args.
* Mon Apr 03 2000 Jeff Johnson <jbj(at)redhat.com>
  - prefer db3 as default.
  - permit db3 configuration using macros.
* Fri Mar 31 2000 Jeff Johnson <jbj(at)redhat.com>
  - try for db3 DB_INIT_CDB model.
* Fri Mar 24 2000 Jeff Johnson <jbj(at)redhat.com>
  - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.
  - configure.in fiddles for BSD systems (Patrick Schoo).
  - API: change dbi to pass by reference, not value.
  - cram all of db1, db_185, and db2 interfaces into rpmlib.
  - convert db1 -> db2 on-disk format using --rebuilddb.
* Mon Mar 13 2000 Jeff Johnson <jbj(at)redhat.com>
  - start rpm-3.1 development.

Files

/usr/include/rpm
/usr/include/rpm/header.h
/usr/include/rpm/misc.h
/usr/include/rpm/rpmbuild.h
/usr/include/rpm/rpmerr.h
/usr/include/rpm/rpmio.h
/usr/include/rpm/rpmlib.h
/usr/include/rpm/rpmmacro.h
/usr/include/rpm/rpmmessages.h
/usr/include/rpm/rpmspec.h
/usr/include/rpm/rpmurl.h
/usr/include/rpm/stringbuf.h
/usr/lib/librpm.a
/usr/lib/librpm.la
/usr/lib/librpm.so
/usr/lib/librpmbuild.a
/usr/lib/librpmbuild.la
/usr/lib/librpmbuild.so
/usr/lib/librpmio.a
/usr/lib/librpmio.la
/usr/lib/librpmio.so


[Feywa - Resource Allocation Tool]

Generated by rpm2html 1.11.3

Peter Hanecak, Fri Jun 10 14:09:19 2016