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:
935e813
)
version bump
author
cturner
<devnull@localhost>
Sun, 16 Mar 2003 23:32:37 +0000
(23:32 +0000)
committer
cturner
<devnull@localhost>
Sun, 16 Mar 2003 23:32:37 +0000
(23:32 +0000)
CVS patchset: 6698
CVS date: 2003/03/16 23:32:37
perl-RPM2/Changes
patch
|
blob
|
history
perl-RPM2/RPM2.pm
patch
|
blob
|
history
diff --git
a/perl-RPM2/Changes
b/perl-RPM2/Changes
index 0e2bddab6cf1b9c5ad351ebe5fe852030aad3ecd..0a6efddb3dc9cdac8736fc8e23bf431f8b785f25 100644
(file)
--- a/
perl-RPM2/Changes
+++ b/
perl-RPM2/Changes
@@
-1,3
+1,6
@@
+0.62 2003-03-16 cturner
+ * fix a few rpmlib 4.0.4/perl 5.6.x issues
+
0.61 2003-03-10 cturner
* test release for CPAN
diff --git
a/perl-RPM2/RPM2.pm
b/perl-RPM2/RPM2.pm
index 6e248d18e49ba81c58f04c17ff015eba3bc63ba5..1abf9af81035736293d75d459a20fda11e061467 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
1
';
+$VERSION = '0.6
2
';
use vars qw/@ISA/;
@ISA = qw/DynaLoader/;