diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2015-08-01 15:37:02 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2015-08-01 15:37:02 +0000 |
commit | f08fb62c620457fd27df34310d6bae39f170db46 (patch) | |
tree | 8aafcd046694b96cf1cf755eb642889bcc792665 /RPM4 | |
parent | 0f051b6b1c4657737dbe6a2ea9917ab8f2311bec (diff) | |
download | perl-RPM4-f08fb62c620457fd27df34310d6bae39f170db46.tar perl-RPM4-f08fb62c620457fd27df34310d6bae39f170db46.tar.gz perl-RPM4-f08fb62c620457fd27df34310d6bae39f170db46.tar.bz2 perl-RPM4-f08fb62c620457fd27df34310d6bae39f170db46.tar.xz perl-RPM4-f08fb62c620457fd27df34310d6bae39f170db46.zip |
0.350.35
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@258 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4')
-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.35 - 1 August 2015 + - drop methods only supported in rpm < 4.9 - drop support for rpm > 4.9.0 - fix compiling with rpm-4.13 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index bbb9238..786f855 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.34'; +our $VERSION = '0.35'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |