diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-01-02 16:18:36 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-01-02 16:18:36 +0000 |
commit | eece690f37ba92a876a7e80ba5168ad6a1a63d69 (patch) | |
tree | e8a1f0ab603c833b6f1a245a547f12c65f0c1810 | |
parent | bfdb300fd65ca4d20a90e146f3f0ceadd1fc1df7 (diff) | |
download | perl-RPM4-0.27.tar perl-RPM4-0.27.tar.gz perl-RPM4-0.27.tar.bz2 perl-RPM4-0.27.tar.xz perl-RPM4-0.27.zip |
0.270.27
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@180 971eb68f-4bfb-0310-8326-d2484c010a4c
-rw-r--r-- | RPM4/NEWS | 2 | ||||
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 0.27 - 21 December 2011 + - make Spec->build works with rpm-4.9 - make initdb do all the needed work - make traverse usefull again with rpm-4.9 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 3593000..55cb973 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -30,7 +30,7 @@ use RPM4::Header::Dependencies; use RPM4::Header::Files; use RPM4::Spec; -our $VERSION = '0.26'; +our $VERSION = '0.27'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |