projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e15227
)
version bump
author
cturner
<devnull@localhost>
Tue, 9 Dec 2003 17:15:29 +0000
(17:15 +0000)
committer
cturner
<devnull@localhost>
Tue, 9 Dec 2003 17:15:29 +0000
(17:15 +0000)
CVS patchset: 6969
CVS date: 2003/12/09 17:15:29
perl-RPM2/Changes
patch
|
blob
|
history
perl-RPM2/RPM2.pm
patch
|
blob
|
history
diff --git
a/perl-RPM2/Changes
b/perl-RPM2/Changes
index 6603fe03cf92bcb6b4f956b757d83db2cbc68c7a..53707aa0cf4eb84453aad80eaec75387c3bee87c 100644
(file)
--- a/
perl-RPM2/Changes
+++ b/
perl-RPM2/Changes
@@
-1,5
+1,6
@@
0.65 2003-12-08 cturner
* add RPM2->open_hdlist to read hdlists created by anaconda's genhdlist
+ * fix some typemap entries to allow compilation on older gcc's onces again
0.63 2003-03-16 cturner
* add support for install/erase from James Olin Oden; experimental but looks solid. API may change.
diff --git
a/perl-RPM2/RPM2.pm
b/perl-RPM2/RPM2.pm
index 282dbdc8e07d97b0e1ae60d7f0de32d14916caca..415f9692be173738a6f21e4a5d226a6c39644bcb 100644
(file)
--- a/
perl-RPM2/RPM2.pm
+++ b/
perl-RPM2/RPM2.pm
@@
-9,7
+9,7
@@
use File::Basename;
use File::Spec;
use vars qw/$VERSION/;
-$VERSION = '0.6
4
';
+$VERSION = '0.6
5
';
use vars qw/@ISA/;
@ISA = qw/DynaLoader/;