3eeb20b43e
4.0.4-alt98.7
...
- platform.in (%configure): Do not run libtoolize, to avoid
"libtool version mismatch" disaster.
- python: Fixed build with libtool.
2009-04-23 23:10:19 +00:00
199c65f90d
python/Makefile.am: Fix build with libtool
2009-04-23 23:10:12 +00:00
c5b740c8d8
platform.in (%configure): Do not run libtoolize
...
With libtool >=1.9b, the libtool script will complain if it was built
from mismatched ltmain.sh and libtool m4 macro versions.
To avoid libtool version mismatch disaster, %configure itself
no longer calls libtoolize. Note that autoreconf, unlike %configure,
runs libtoolize in proper order.
2009-04-23 22:15:41 +00:00
Alexey Tourbin
0b94ae2a35
4.0.4-alt98.6
...
- rpmdb: Rebuilt with libdb4.7.
2009-04-23 18:18:13 +04:00
Alexey Tourbin
2e360d78e9
4.0.4-alt97.M50.7
...
- rpmdb: Rebuilt with libdb4.7.
2009-04-23 18:17:11 +04:00
Alexey Tourbin
6347b01663
spec: rebuild with libdb4.7
2009-04-23 18:16:18 +04:00
Alexey Tourbin
d7abcfb9dc
4.0.4-alt98.5
...
- rpmdb: Removed db1 support.
- db3.c (db3close): Backported fix for double close (RH#138589).
2009-04-23 17:51:22 +04:00
Alexey Tourbin
4ea6d71109
4.0.4-alt97.M50.6
...
- rpmdb: Removed db1 support.
- db3.c (db3close): Backported fix for double close (RH#138589).
2009-04-23 17:49:25 +04:00
Alexey Tourbin
fcf51a9c59
4.0.4-alt95.M41.17
...
- rpmdb: Removed db1 support.
- db3.c (db3close): Backported fix for double close (RH#138589).
2009-04-23 17:31:39 +04:00
Alexey Tourbin
5bc035fdbd
4.0.4-alt77.M40.16
...
- rpmdb: Removed db1 support.
- db3.c (db3close): Backported fix for double close (RH#138589).
2009-04-23 17:18:49 +04:00
Alexey Tourbin
d141414717
db3.c (db3close): removed dobule close code (rpm5.org, RH#138589)
2009-04-23 16:48:19 +04:00
Alexey Tourbin
37bfe52994
rpmdb: include <db.h> and link with -ldb without configure check for now
2009-04-23 14:46:46 +04:00
Alexey Tourbin
2ec0a7bf9f
rpmdb.c (rpmdbNextIterator): removed db1-related part
2009-04-23 13:57:36 +04:00
Alexey Tourbin
4657ef7c57
rpmdb.c (openDatabase): removed db1-related part
2009-04-23 13:57:15 +04:00
Alexey Tourbin
af4053bfa0
rpmdb: removed db1 support
2009-04-23 13:49:52 +04:00
3df8cccd04
Reduce macro abuse in %pre and %post scripts
...
(cherry picked from commit 0ecfddcdcd
)
2009-04-23 13:39:13 +04:00
93430b8c85
4.0.4-alt98.4
...
- rpm.8: Fixed typo (closes : #19356 ).
- platform.in: Added macros: %_logrotatedir, %_runtimedir (closes : #13639 ).
- Dropped deprecated RPMTAG_RHNPLATFORM support.
- Dropped unused RPMTAG_PLATFORM support.
- rpmVersionCompare(): Added handling of omitted tags.
- rpmevrcmp: Changed to use rpmVersionCompare() instead of rpmEVRcmp().
- 0common-files.req.list: Added /etc/X11/wms-methods.d (Igor Vlasenko).
2009-04-18 20:34:48 +00:00
925bdb7cd4
4.0.4-alt97.M50.5
...
- rpm.8: Fixed typo (closes : #19356 ).
- platform.in: Added macros: %_logrotatedir, %_runtimedir (closes : #13639 ).
2009-04-18 20:33:07 +00:00
9538baeb7d
4.0.4-alt95.M41.16
...
- rpm.8: Fixed typo (closes : #19356 ).
- platform.in: Added macros: %_logrotatedir, %_runtimedir (closes : #13639 ).
2009-04-18 20:31:03 +00:00
24b4ba2e3a
4.0.4-alt77.M40.15
...
- rpm.8: Fixed typo (closes : #19356 ).
- platform.in: Added macros: %_logrotatedir, %_runtimedir (closes : #13639 ).
2009-04-18 18:56:45 +00:00
b40f11aecb
platform.in: Add %_runtimedir (ALT#13639)
2009-04-18 18:52:59 +00:00
8c7f046905
rpm.8: Fix typo (ALT#19356)
2009-04-16 22:38:54 +00:00
722d84d86e
platform.in: Add %_logrotatedir
2009-04-16 22:19:13 +00:00
ba484a92a3
platform.in: Add %_initddir for FC compatibility
2009-04-16 22:12:47 +00:00
72c0ed9c48
4.0.4-alt97.M50.4
...
- Dropped deprecated RPMTAG_RHNPLATFORM support.
- Dropped unused RPMTAG_PLATFORM support.
- rpmVersionCompare(): Added handling of omitted tags.
- rpmevrcmp: Changed to use rpmVersionCompare() instead of rpmEVRcmp().
- 0common-files.req.list: Added /etc/X11/wms-methods.d (Igor Vlasenko).
2009-04-14 16:55:49 +00:00
aad1a695b5
tools/rpmevrcmp.c: Use rpmVersionCompare
...
Replace rpmEVRcmp() with rpmVersionCompare() which is more suitable.
Idea and original patch by Alexey Tourbin.
2009-04-14 16:50:00 +00:00
71ba99f754
tools/rpm*cmp.c: Reindent
2009-04-14 16:43:52 +00:00
258aa58b05
lib/psm.c (rpmVersionCompare): Handle omitted tags
...
Now it can handle headers with RPMTAG_VERSION/RPMTAG_RELEASE tags omitted.
2009-04-14 16:37:54 +00:00
e957d80905
lib/psm.c (rpmVersionCompare): Optimize code
...
RPMTAG_BUILDTIME and RPMTAG_EPOCH comparisons use the same algorithm.
Now they use the same code, too.
2009-04-14 16:37:53 +00:00
4e5557519f
build/parseSpec.c (parseSpec): Drop RPMTAG_PLATFORM support
2009-04-12 23:10:39 +00:00
26545f3846
Drop deprecated RPMTAG_RHNPLATFORM support
2009-04-12 22:39:46 +00:00
Igor Vlasenko
9d17c0b879
0common-files.req.list: Add /etc/X11/wms-methods.d (xinitrc)
2009-04-09 21:11:19 +00:00
Alexey Tourbin
bca67ec3de
4.0.4-alt98.3
...
- Improved fingerprint cache performance (credits: Florian Festi).
2009-03-26 11:43:41 +03:00
Alexey Tourbin
a8575523ec
4.0.4-alt97.M50.3
...
- Improved fingerprint cache performance (credits: Florian Festi).
2009-03-26 11:38:00 +03:00
Alexey Tourbin
0890b6456f
4.0.4-alt95.M41.15
...
- Improved fingerprint cache performance (credits: Florian Festi).
2009-03-26 11:23:19 +03:00
Alexey Tourbin
de9c375951
4.0.4-alt77.M40.14
...
- Improved fingerprint cache performance (credits: Florian Festi).
2009-03-26 11:21:54 +03:00
Alexey Tourbin
1ea6ca8d22
rpmhash.c (hashEqualityString): bare strcmp call
2009-03-26 11:20:50 +03:00
Alexey Tourbin
6652e778ca
rpmhash.c (hashBucket_s): added const and unsigned
2009-03-26 11:20:41 +03:00
Alexey Tourbin
34d8d48726
rpmhash.c: renamed findEntry to findBucket and made it inline
2009-03-26 11:20:34 +03:00
Alexey Tourbin
c204d6ad7a
rpmhash.c: allocate hash table and its buckets in single chunk
2009-03-26 11:20:23 +03:00
Alexey Tourbin
732a880e8c
fprint.h (fprintCacheEntry_s): removed isFake (unused)
2009-03-26 11:20:17 +03:00
Alexey Tourbin
6a2cc38410
fprint.c: fpCacheFree returns NULL
2009-03-26 11:20:07 +03:00
Alexey Tourbin
dba96abac5
deal with fpCacheCreate() size parameter
2009-03-26 11:19:53 +03:00
Alexey Tourbin
02104ae61f
Use only one, global fingerPrintCache to save a lot of stat calls
...
[Based on rpm.org af80c3de by Florian Festi.]
2009-03-26 11:19:43 +03:00
Alexey Tourbin
a443927f78
fprint.c (fpHashFunction): use Jenkins hash
2009-03-26 11:19:30 +03:00
Alexey Tourbin
6d4fea769d
jhash.h, rpmhash.c: switch to Jenkins One-at-a-time hash
2009-03-26 11:19:01 +03:00
Alexey Tourbin
6a9eae99c7
fprint.c: removed fpLookupHeader(), unused
2009-03-26 11:18:11 +03:00
Alexey Tourbin
d1539cd25c
fprint.c: clarify malloc confusion
2009-03-26 11:18:01 +03:00
Alexey Tourbin
c4170e6003
rpmhash.c: htFree() takes freeKey and freeData fns and returns NULL
2009-03-26 11:17:46 +03:00
Alexey Tourbin
97e48a2da9
rpmhash.c: Make the data array part of the hash bucket to save one pointer per bucket
...
[Based on rpm.org 0ba387b4 by Florian Festi.]
2009-03-26 11:17:33 +03:00