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

rpm-build-4.0-0.45 RPM for i586

[BIEN - Basic Income Earth Network]

From Doors 2.4 / jr

Name: rpm-build 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:34:04 2000
Group: Development/Tools Build host: m1.megaloman.sk
Size: 190847 Source RPM: rpm-4.0-0.45.src.rpm
Packager: Peter Hanecak <hanecak(at)megaloman.sk>
Url:
Summary: Scripts and executable programs used to build packages.
This package contains scripts and executable programs that are used to
build packages using RPM.

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/bin/rpmb
/usr/bin/rpmt
/usr/lib/rpm/check-prereqs
/usr/lib/rpm/cpanflute
/usr/lib/rpm/find-lang.sh
/usr/lib/rpm/find-provides.perl
/usr/lib/rpm/find-requires.perl
/usr/lib/rpm/get_magic.pl
/usr/lib/rpm/getpo.sh
/usr/lib/rpm/http.req
/usr/lib/rpm/magic.prov
/usr/lib/rpm/magic.req
/usr/lib/rpm/perl.prov
/usr/lib/rpm/perl.req
/usr/lib/rpm/rpmb
/usr/lib/rpm/rpmdiff
/usr/lib/rpm/rpmdiff.cgi
/usr/lib/rpm/rpmgettext
/usr/lib/rpm/rpmputtext
/usr/lib/rpm/rpmt
/usr/lib/rpm/u_pkg.sh


[Feywa - Resource Allocation Tool]

Generated by rpm2html 1.11.3

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