tools/librpm-tizen.git
23 years agoAdded Package to build list
rjray [Sun, 8 Oct 2000 10:05:36 +0000 (10:05 +0000)]
Added Package to build list

CVS patchset: 4190
CVS date: 2000/10/08 10:05:36

23 years agochanged for 0.29
rjray [Thu, 5 Oct 2000 05:33:59 +0000 (05:33 +0000)]
changed for 0.29

CVS patchset: 4189
CVS date: 2000/10/05 05:33:59

23 years agoVarious updates in prelude to 0.29, mainly rpm 4.0 compatibility
rjray [Thu, 5 Oct 2000 04:48:59 +0000 (04:48 +0000)]
Various updates in prelude to 0.29, mainly rpm 4.0 compatibility

CVS patchset: 4188
CVS date: 2000/10/05 04:48:59

23 years agodoxygen annotations.
jbj [Fri, 29 Sep 2000 19:50:29 +0000 (19:50 +0000)]
doxygen annotations.
- fix: more (possible) xstrdup side effects.

CVS patchset: 4186
CVS date: 2000/09/29 19:50:29

23 years agomanpage fix (johnsonm@redhat.com)
jbj [Fri, 29 Sep 2000 00:51:41 +0000 (00:51 +0000)]
manpage fix (johnsonm@redhat.com)

CVS patchset: 4184
CVS date: 2000/09/29 00:51:41

23 years ago- handle possible db3 dependency on -lpthread more gracefully.
jbj [Thu, 28 Sep 2000 22:58:40 +0000 (22:58 +0000)]
- handle possible db3 dependency on -lpthread more gracefully.

CVS patchset: 4181
CVS date: 2000/09/28 22:58:40

23 years ago- fix: avoid calling getpass twice as side effect of xstrdup macro (#17672).
jbj [Tue, 26 Sep 2000 22:28:09 +0000 (22:28 +0000)]
- fix: avoid calling getpass twice as side effect of xstrdup macro (#17672).

CVS patchset: 4179
CVS date: 2000/09/26 22:28:09

23 years ago- order packages using tsort, clipping PreReq:'s in dependency loops.
jbj [Tue, 26 Sep 2000 18:04:12 +0000 (18:04 +0000)]
- order packages using tsort, clipping PreReq:'s in dependency loops.

CVS patchset: 4177
CVS date: 2000/09/26 18:04:12

23 years agoRemove bash2 dependency.
jbj [Tue, 26 Sep 2000 17:43:56 +0000 (17:43 +0000)]
Remove bash2 dependency.

CVS patchset: 4176
CVS date: 2000/09/26 17:43:56

23 years agoAdd rpmsort.
jbj [Tue, 26 Sep 2000 17:42:39 +0000 (17:42 +0000)]
Add rpmsort.

CVS patchset: 4175
CVS date: 2000/09/26 17:42:39

23 years agorpminject.c: add mtrace prologue.
jbj [Tue, 26 Sep 2000 17:42:00 +0000 (17:42 +0000)]
rpminject.c: add mtrace prologue.

CVS patchset: 4174
CVS date: 2000/09/26 17:42:00

23 years agodoxygen annotations.
jbj [Tue, 26 Sep 2000 17:21:51 +0000 (17:21 +0000)]
doxygen annotations.

CVS patchset: 4173
CVS date: 2000/09/26 17:21:51

23 years agorpmdb.c: Mark dead code, replaced with per-iterator cursors.
jbj [Tue, 26 Sep 2000 17:21:12 +0000 (17:21 +0000)]
rpmdb.c: Mark dead code, replaced with per-iterator cursors.

CVS patchset: 4172
CVS date: 2000/09/26 17:21:12

23 years agoAdd @todo Should directories have %doc/%config attributes? (#14531).
jbj [Tue, 26 Sep 2000 17:19:32 +0000 (17:19 +0000)]
Add @todo Should directories have %doc/%config attributes? (#14531).

CVS patchset: 4171
CVS date: 2000/09/26 17:19:32

23 years ago- don't trim leading ./ in rpmCleanPath() (#14961).
jbj [Sat, 16 Sep 2000 14:05:26 +0000 (14:05 +0000)]
- don't trim leading ./ in rpmCleanPath() (#14961).

CVS patchset: 4169
CVS date: 2000/09/16 14:05:26

23 years agofix 64bit lib stuff
notting [Thu, 14 Sep 2000 23:05:30 +0000 (23:05 +0000)]
fix 64bit lib stuff

CVS patchset: 4166
CVS date: 2000/09/14 23:05:30

23 years agoRevert rpmrc excision for now.
jbj [Thu, 14 Sep 2000 11:42:48 +0000 (11:42 +0000)]
Revert rpmrc excision for now.
rpmio: add rpmlog.c/rpmlog.h.

CVS patchset: 4163
CVS date: 2000/09/14 11:42:48

23 years ago- fix: honor --test when doing --freshen.
jbj [Wed, 13 Sep 2000 17:26:54 +0000 (17:26 +0000)]
- fix: honor --test when doing --freshen.

CVS patchset: 4158
CVS date: 2000/09/13 17:26:54

23 years ago- popt: support for float/double args.
jbj [Mon, 11 Sep 2000 17:09:32 +0000 (17:09 +0000)]
- popt: support for float/double args.

CVS patchset: 4155
CVS date: 2000/09/11 17:09:32

23 years agoadd (lib64) stuff on ia64 as well
notting [Thu, 7 Sep 2000 20:47:18 +0000 (20:47 +0000)]
add (lib64) stuff on ia64 as well

CVS patchset: 4151
CVS date: 2000/09/07 20:47:18

23 years ago- unify rpmError and rpmMessge interfaces through rpmlog.
jbj [Fri, 1 Sep 2000 21:15:40 +0000 (21:15 +0000)]
- unify rpmError and rpmMessge interfaces through rpmlog.
- collect and display rpm build error messages at end of build.

CVS patchset: 4149
CVS date: 2000/09/01 21:15:40

23 years agoUnify rpmError() and rpmMessage() on top of rpmlog().
jbj [Thu, 31 Aug 2000 02:38:57 +0000 (02:38 +0000)]
Unify rpmError() and rpmMessage() on top of rpmlog().

CVS patchset: 4148
CVS date: 2000/08/31 02:38:57

23 years agoDoxygen annotations.
jbj [Wed, 30 Aug 2000 17:47:53 +0000 (17:47 +0000)]
Doxygen annotations.

CVS patchset: 4147
CVS date: 2000/08/30 17:47:53

23 years ago- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).
jbj [Tue, 29 Aug 2000 22:04:33 +0000 (22:04 +0000)]
- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).
Doxygen annotations.

CVS patchset: 4146
CVS date: 2000/08/29 22:04:33

23 years agoDocument global/system/user configuration hierarchy in rpmrc/macros (#17038).
jbj [Mon, 28 Aug 2000 15:25:04 +0000 (15:25 +0000)]
Document global/system/user configuration hierarchy in rpmrc/macros (#17038).

CVS patchset: 4142
CVS date: 2000/08/28 15:25:04

23 years ago- rip out rpm{get,put}text, use getpo.sh and specspo instead.
jbj [Mon, 28 Aug 2000 01:50:45 +0000 (01:50 +0000)]
- rip out rpm{get,put}text, use getpo.sh and specspo instead.

CVS patchset: 4139
CVS date: 2000/08/28 01:50:45

23 years agoDoxygen annotations.
jbj [Mon, 28 Aug 2000 01:08:57 +0000 (01:08 +0000)]
Doxygen annotations.

CVS patchset: 4138
CVS date: 2000/08/28 01:08:57

23 years ago- consistent return for all signature verification.
jbj [Sun, 27 Aug 2000 21:35:14 +0000 (21:35 +0000)]
- consistent return for all signature verification.
- use enum for signature header tags.

CVS patchset: 4137
CVS date: 2000/08/27 21:35:14

23 years agoAdd todo note.
jbj [Sun, 27 Aug 2000 21:32:23 +0000 (21:32 +0000)]
Add todo note.

CVS patchset: 4136
CVS date: 2000/08/27 21:32:23

23 years agoEliminate.
jbj [Sun, 27 Aug 2000 20:03:44 +0000 (20:03 +0000)]
Eliminate.

CVS patchset: 4135
CVS date: 2000/08/27 20:03:44

23 years agoRip out rpmrc configuration.
jbj [Sun, 27 Aug 2000 19:43:51 +0000 (19:43 +0000)]
Rip out rpmrc configuration.

CVS patchset: 4134
CVS date: 2000/08/27 19:43:51

23 years agoDoxygen annotations.
jbj [Sun, 27 Aug 2000 19:40:35 +0000 (19:40 +0000)]
Doxygen annotations.

CVS patchset: 4133
CVS date: 2000/08/27 19:40:35

23 years agoDoxygen annotations.
jbj [Sun, 27 Aug 2000 19:27:03 +0000 (19:27 +0000)]
Doxygen annotations.

CVS patchset: 4132
CVS date: 2000/08/27 19:27:03

23 years agoEliminate rpm_malloc.h.
jbj [Sun, 27 Aug 2000 19:19:44 +0000 (19:19 +0000)]
Eliminate rpm_malloc.h.

CVS patchset: 4131
CVS date: 2000/08/27 19:19:44

23 years agoDoxygen annotations.
jbj [Sun, 27 Aug 2000 19:18:25 +0000 (19:18 +0000)]
Doxygen annotations.

CVS patchset: 4130
CVS date: 2000/08/27 19:18:25

23 years agoDoxygen annotations.
jbj [Sun, 27 Aug 2000 18:34:02 +0000 (18:34 +0000)]
Doxygen annotations.

CVS patchset: 4129
CVS date: 2000/08/27 18:34:02

23 years agodoc fixes
rjray [Fri, 25 Aug 2000 15:21:34 +0000 (15:21 +0000)]
doc fixes

CVS patchset: 4128
CVS date: 2000/08/25 15:21:34

23 years agofixes to rpmhdr_STORE
rjray [Fri, 25 Aug 2000 15:21:11 +0000 (15:21 +0000)]
fixes to rpmhdr_STORE

CVS patchset: 4127
CVS date: 2000/08/25 15:21:11

23 years agocode and doc for vercmp()
rjray [Fri, 25 Aug 2000 15:20:26 +0000 (15:20 +0000)]
code and doc for vercmp()

CVS patchset: 4126
CVS date: 2000/08/25 15:20:26

23 years ago*** empty log message ***
rjray [Fri, 25 Aug 2000 15:18:58 +0000 (15:18 +0000)]
*** empty log message ***

CVS patchset: 4125
CVS date: 2000/08/25 15:18:58

23 years agoUpdate from Ken Estes.
jbj [Thu, 24 Aug 2000 17:31:01 +0000 (17:31 +0000)]
Update from Ken Estes.

CVS patchset: 4121
CVS date: 2000/08/24 17:31:01

23 years agoConsistent example for gendiff (#16669).
jbj [Thu, 24 Aug 2000 15:56:51 +0000 (15:56 +0000)]
Consistent example for gendiff (#16669).

CVS patchset: 4120
CVS date: 2000/08/24 15:56:51

23 years agomerge
msw [Thu, 24 Aug 2000 06:21:08 +0000 (06:21 +0000)]
merge

CVS patchset: 4118
CVS date: 2000/08/24 06:21:08

23 years agofixed
msw [Thu, 24 Aug 2000 06:16:44 +0000 (06:16 +0000)]
fixed

CVS patchset: 4115
CVS date: 2000/08/24 06:16:44

23 years agoadded a hack to get the header that was passed to the transaction callback marshaller...
msw [Wed, 23 Aug 2000 22:53:05 +0000 (22:53 +0000)]
added a hack to get the header that was passed to the transaction callback marshaller but not passed as arguments to the python callback

CVS patchset: 4112
CVS date: 2000/08/23 22:53:05

23 years agolclint annotations.
jbj [Wed, 23 Aug 2000 13:49:07 +0000 (13:49 +0000)]
lclint annotations.

CVS patchset: 4109
CVS date: 2000/08/23 13:49:07

23 years agocomments only.
jbj [Wed, 23 Aug 2000 13:46:36 +0000 (13:46 +0000)]
comments only.

CVS patchset: 4108
CVS date: 2000/08/23 13:46:36

23 years agodoxygen/lclint annotations.
jbj [Wed, 23 Aug 2000 13:11:53 +0000 (13:11 +0000)]
doxygen/lclint annotations.

CVS patchset: 4107
CVS date: 2000/08/23 13:11:53

23 years agodoxygen/lclint annotations.
jbj [Wed, 23 Aug 2000 13:05:01 +0000 (13:05 +0000)]
doxygen/lclint annotations.

CVS patchset: 4106
CVS date: 2000/08/23 13:05:01

23 years agodoxygen annotations.
jbj [Wed, 23 Aug 2000 13:02:13 +0000 (13:02 +0000)]
doxygen annotations.

CVS patchset: 4105
CVS date: 2000/08/23 13:02:13

23 years agolclint annotations.
jbj [Wed, 23 Aug 2000 12:59:48 +0000 (12:59 +0000)]
lclint annotations.

CVS patchset: 4104
CVS date: 2000/08/23 12:59:48

23 years agodoxygen additions.
jbj [Wed, 23 Aug 2000 12:58:25 +0000 (12:58 +0000)]
doxygen additions.

CVS patchset: 4103
CVS date: 2000/08/23 12:58:25

23 years agolclint additions.
jbj [Wed, 23 Aug 2000 12:40:12 +0000 (12:40 +0000)]
lclint additions.

CVS patchset: 4102
CVS date: 2000/08/23 12:40:12

23 years agolclint/doxygen additions.
jbj [Wed, 23 Aug 2000 12:39:49 +0000 (12:39 +0000)]
lclint/doxygen additions.

CVS patchset: 4101
CVS date: 2000/08/23 12:39:49

23 years ago- add callbacks on package erasure.
jbj [Sun, 20 Aug 2000 21:39:13 +0000 (21:39 +0000)]
- add callbacks on package erasure.
- fix: preserve cpio errno when using Fclose with libio.
- fix: initialize sigs everywhere in python header object.

CVS patchset: 4097
CVS date: 2000/08/20 21:39:13

23 years ago- fix: preserve cpio errno when using Fclose with libio.
jbj [Sun, 20 Aug 2000 21:30:32 +0000 (21:30 +0000)]
- fix: preserve cpio errno when using Fclose with libio.

CVS patchset: 4096
CVS date: 2000/08/20 21:30:32

23 years agoIdentify signature bindings in version 3.0.6.
jbj [Sat, 19 Aug 2000 13:41:42 +0000 (13:41 +0000)]
Identify signature bindings in version 3.0.6.

CVS patchset: 4089
CVS date: 2000/08/19 13:41:42

23 years agoRemove fprintf.
jbj [Sat, 19 Aug 2000 13:37:41 +0000 (13:37 +0000)]
Remove fprintf.

CVS patchset: 4086
CVS date: 2000/08/19 13:37:41

23 years ago- python bindings to query and verify signatures.
jbj [Sat, 19 Aug 2000 13:10:34 +0000 (13:10 +0000)]
- python bindings to query and verify signatures.

CVS patchset: 4085
CVS date: 2000/08/19 13:10:34

23 years agoUpdated for 0.28
rjray [Fri, 18 Aug 2000 08:29:07 +0000 (08:29 +0000)]
Updated for 0.28

CVS patchset: 4082
CVS date: 2000/08/18 08:29:07

23 years agoSome error-fixing around reading header data from files, and some additional
rjray [Fri, 18 Aug 2000 08:25:39 +0000 (08:25 +0000)]
Some error-fixing around reading header data from files, and some additional
fixing when reading from an ftp source. Also added a source_name() method
to access the struct element that remembers the source when the header data
comes from a file, ftp or http.

CVS patchset: 4081
CVS date: 2000/08/18 08:25:39

23 years agoSupport and docs for the source_name() class method.
rjray [Fri, 18 Aug 2000 08:24:22 +0000 (08:24 +0000)]
Support and docs for the source_name() class method.

CVS patchset: 4080
CVS date: 2000/08/18 08:24:22

23 years agoYet more docs.
rjray [Fri, 18 Aug 2000 08:23:43 +0000 (08:23 +0000)]
Yet more docs.

CVS patchset: 4079
CVS date: 2000/08/18 08:23:43

23 years agoAdded a field to the RPM_Header struct.
rjray [Fri, 18 Aug 2000 08:23:25 +0000 (08:23 +0000)]
Added a field to the RPM_Header struct.

CVS patchset: 4078
CVS date: 2000/08/18 08:23:25

23 years agoReinstated some tags, now that they are better-documented.
rjray [Thu, 17 Aug 2000 09:23:44 +0000 (09:23 +0000)]
Reinstated some tags, now that they are better-documented.

CVS patchset: 4075
CVS date: 2000/08/17 09:23:44

23 years agoRemoved RPMTAG_SOURCE from the list of scalars; it's actually a
rjray [Thu, 17 Aug 2000 09:23:19 +0000 (09:23 +0000)]
Removed RPMTAG_SOURCE from the list of scalars; it's actually a
list. Changed the open in new_from_fname() to be "r" instead of "r+"
because of assertions in the rpmio code when the input source is
stdin.

CVS patchset: 4074
CVS date: 2000/08/17 09:23:19

23 years agoMore documentation, including several corrections.
rjray [Thu, 17 Aug 2000 09:22:10 +0000 (09:22 +0000)]
More documentation, including several corrections.

CVS patchset: 4073
CVS date: 2000/08/17 09:22:10

23 years ago- fix: rebuild db1 -> db3 ate 1st header (#16263).
jbj [Wed, 16 Aug 2000 13:37:08 +0000 (13:37 +0000)]
- fix: rebuild db1 -> db3 ate 1st header (#16263).

CVS patchset: 4072
CVS date: 2000/08/16 13:37:08

23 years agoBumped version number
rjray [Wed, 16 Aug 2000 09:38:05 +0000 (09:38 +0000)]
Bumped version number

CVS patchset: 4069
CVS date: 2000/08/16 09:38:05

23 years agoLots more documentation
rjray [Wed, 16 Aug 2000 09:31:58 +0000 (09:31 +0000)]
Lots more documentation

CVS patchset: 4068
CVS date: 2000/08/16 09:31:58

23 years agoSome clean-up, re-instated a deleted tag.
rjray [Wed, 16 Aug 2000 09:31:46 +0000 (09:31 +0000)]
Some clean-up, re-instated a deleted tag.

CVS patchset: 4067
CVS date: 2000/08/16 09:31:46

23 years agorpmprune is no longer managed as a *.PL file.
rjray [Wed, 16 Aug 2000 09:31:04 +0000 (09:31 +0000)]
rpmprune is no longer managed as a *.PL file.

CVS patchset: 4066
CVS date: 2000/08/16 09:31:04

23 years agoRenamed rpmprune.PL to rpmprune (MakeMaker now handles fixing up #! line).
rjray [Tue, 15 Aug 2000 07:59:24 +0000 (07:59 +0000)]
Renamed rpmprune.PL to rpmprune (MakeMaker now handles fixing up #! line).

CVS patchset: 4065
CVS date: 2000/08/15 07:59:24

23 years agoIgnore rpmpopt-4.x.
jbj [Mon, 14 Aug 2000 19:27:20 +0000 (19:27 +0000)]
Ignore rpmpopt-4.x.

CVS patchset: 4064
CVS date: 2000/08/14 19:27:20

23 years agoUpdate versions, rpm -> 4.1, popt -> 1.7.
jbj [Mon, 14 Aug 2000 19:26:47 +0000 (19:26 +0000)]
Update versions, rpm -> 4.1, popt -> 1.7.

CVS patchset: 4063
CVS date: 2000/08/14 19:26:47

23 years ago- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
jbj [Mon, 14 Aug 2000 18:18:54 +0000 (18:18 +0000)]
- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
- man page fixes.

CVS patchset: 4062
CVS date: 2000/08/14 18:18:54

23 years ago- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
jbj [Mon, 14 Aug 2000 13:25:09 +0000 (13:25 +0000)]
- disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
- typo in configure.in (#16096).

CVS patchset: 4060
CVS date: 2000/08/14 13:25:09

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Sun, 13 Aug 2000 19:29:11 +0000 (19:29 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4059
CVS date: 2000/08/13 19:29:11

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Sun, 13 Aug 2000 18:47:06 +0000 (18:47 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4058
CVS date: 2000/08/13 18:47:06

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Sun, 13 Aug 2000 18:36:34 +0000 (18:36 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4057
CVS date: 2000/08/13 18:36:34

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Sun, 13 Aug 2000 17:40:22 +0000 (17:40 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4056
CVS date: 2000/08/13 17:40:22

23 years agoSimplify environment setting for braindead (i.e. solaris) shells.
jbj [Fri, 11 Aug 2000 15:25:44 +0000 (15:25 +0000)]
Simplify environment setting for braindead (i.e. solaris) shells.

CVS patchset: 4055
CVS date: 2000/08/11 15:25:44

23 years agoFixes related to possible bad return values in error conditions.
rjray [Fri, 11 Aug 2000 08:17:42 +0000 (08:17 +0000)]
Fixes related to possible bad return values in error conditions.

CVS patchset: 4054
CVS date: 2000/08/11 08:17:42

23 years agoAuto-update by kmaraas@online.no
jbj [Fri, 11 Aug 2000 00:13:51 +0000 (00:13 +0000)]
Auto-update by kmaraas@online.no

CVS patchset: 4053
CVS date: 2000/08/11 00:13:51

23 years agoAdd refresh-po.
jbj [Thu, 10 Aug 2000 16:29:06 +0000 (16:29 +0000)]
Add refresh-po.

CVS patchset: 4051
CVS date: 2000/08/10 16:29:06

23 years agoRecognize embedded quotes in description/summary/group header text.
jbj [Thu, 10 Aug 2000 15:34:37 +0000 (15:34 +0000)]
Recognize embedded quotes in description/summary/group header text.

CVS patchset: 4050
CVS date: 2000/08/10 15:34:37

23 years agoDocument --noscripts when verifying (#7905).
jbj [Thu, 10 Aug 2000 06:05:50 +0000 (06:05 +0000)]
Document --noscripts when verifying (#7905).

CVS patchset: 4049
CVS date: 2000/08/10 06:05:50

23 years agoDocument "?" output with -Va (#8113).
jbj [Thu, 10 Aug 2000 05:55:20 +0000 (05:55 +0000)]
Document "?" output with -Va (#8113).

CVS patchset: 4048
CVS date: 2000/08/10 05:55:20

23 years agoFree fn after error message, not before.
jbj [Wed, 9 Aug 2000 16:49:10 +0000 (16:49 +0000)]
Free fn after error message, not before.

CVS patchset: 4047
CVS date: 2000/08/09 16:49:10

23 years agoAuto-update by kmaraas@online.no
jbj [Wed, 9 Aug 2000 15:33:22 +0000 (15:33 +0000)]
Auto-update by kmaraas@online.no

CVS patchset: 4046
CVS date: 2000/08/09 15:33:22

23 years agoAuto-update by milan.kerslager@spsselib.hiedu.cz
jbj [Tue, 8 Aug 2000 20:38:46 +0000 (20:38 +0000)]
Auto-update by milan.kerslager@spsselib.hiedu.cz

CVS patchset: 4045
CVS date: 2000/08/08 20:38:46

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Tue, 8 Aug 2000 13:37:28 +0000 (13:37 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4044
CVS date: 2000/08/08 13:37:28

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Tue, 8 Aug 2000 13:34:20 +0000 (13:34 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4043
CVS date: 2000/08/08 13:34:20

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Tue, 8 Aug 2000 13:20:07 +0000 (13:20 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4042
CVS date: 2000/08/08 13:20:07

23 years agoChanges for 0.27 release
rjray [Tue, 8 Aug 2000 07:19:18 +0000 (07:19 +0000)]
Changes for 0.27 release

CVS patchset: 4041
CVS date: 2000/08/08 07:19:18

23 years agoMinor changes to reflect new RPM::Database and RPM::Header interfaces.
rjray [Tue, 8 Aug 2000 07:18:47 +0000 (07:18 +0000)]
Minor changes to reflect new RPM::Database and RPM::Header interfaces.

CVS patchset: 4040
CVS date: 2000/08/08 07:18:47

23 years agoCorrected small oversight that would have prevented exporting both $RPM
rjray [Tue, 8 Aug 2000 07:05:13 +0000 (07:05 +0000)]
Corrected small oversight that would have prevented exporting both $RPM
and %RPM at the same time.

CVS patchset: 4039
CVS date: 2000/08/08 07:05:13

23 years agoCovered some changes not yet reflected in the documentation.
rjray [Tue, 8 Aug 2000 07:02:06 +0000 (07:02 +0000)]
Covered some changes not yet reflected in the documentation.

CVS patchset: 4038
CVS date: 2000/08/08 07:02:06

23 years agoAuto-update by leon@geon.donetsk.ua
jbj [Mon, 7 Aug 2000 23:20:43 +0000 (23:20 +0000)]
Auto-update by leon@geon.donetsk.ua

CVS patchset: 4037
CVS date: 2000/08/07 23:20:43

23 years ago- fix: segfault when globbing on "" (#15593).
jbj [Mon, 7 Aug 2000 19:38:19 +0000 (19:38 +0000)]
- fix: segfault when globbing on "" (#15593).

CVS patchset: 4036
CVS date: 2000/08/07 19:38:19