- update to elfutils-0.56.
- have debug sub-subpackage use external, not internal, elfutils.
- apply patches 1-6 to db-4.1.24.
+ - resurrect availablePackages one more time.
4.0.4 -> 4.1:
- loosely wire beecrypt library into rpm.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-11-15 13:34-0500\n"
+"POT-Creation-Date: 2002-11-15 16:10-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
}
if (_rpmts_debug < 0 || (_rpmts_debug > 0 && *how != 'a'))
-fprintf(stderr, "*** rpmts_AddInstall(%p) ts %p\n", s, s->ts);
+fprintf(stderr, "*** rpmts_AddInstall(%p,%p,%p,%s) ts %p\n", s, h, key, how, s->ts);
if (how && strcmp(how, "a") && strcmp(how, "u") && strcmp(how, "i")) {
PyErr_SetString(PyExc_TypeError, "how argument must be \"u\", \"a\", or \"i\"");
/** \ingroup python
*/
static int
-rpmts_SolveCallback(rpmts ts, rpmds ds, void * data)
+rpmts_SolveCallback(rpmts ts, rpmds ds, const void * data)
/*@*/
{
- struct rpmtsCallbackType_s * cbInfo = data;
+ struct rpmtsCallbackType_s * cbInfo = (struct rpmtsCallbackType_s *) data;
PyObject * args, * result;
int res = 1;
static long hdr_hash(hdrObject *h)
{
- return h;
+ return (long) h;
}
/** \ingroup python
cbInfo.pythonError = 0;
cbInfo._save = PyEval_SaveThread();
+ /* XXX resurrect availablePackages one more time ... */
+ rpmalMakeIndex(&s->ts->availablePackages);
+
xx = rpmtsCheck(s->ts);
ps = rpmtsProblems(s->ts);
- if (cbInfo.cb) {
+ if (cbInfo.cb)
xx = rpmtsSetSolveCallback(s->ts, rpmtsSolve, NULL);
- }
PyEval_RestoreThread(cbInfo._save);
%define version @VERSION@
Version: %{version}
%{expand: %%define rpm_version %{version}}
-Release: 0.9
+Release: 0.10
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Copyright: GPL
%{__prefix}/include/popt.h
%changelog
-* Fri Nov 15 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.9
+* Fri Nov 15 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.10
- update to elfutils-0.56.
- have debug sub-subpackage use external, not internal, elfutils.
- apply patches 1-6 to db-4.1.24.
+- resurrect availablePackages one more time.
* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.8
- fix: bash must have functional libtermcap.so.2.