From 47f3d5fc7c9a0ef2b8e8ac1a435f0b4951c9c37a Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 14 Dec 2011 19:37:14 +0000 Subject: 0.25 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@166 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/NEWS | 2 ++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index 4563561..fd8e257 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,5 @@ +Version 0.25 - 14 December 2011 + - disable tests segfaulting in rpmSpecBuild() - disable tests using unimplemented functions regarding rpm-4.9 - disable 2 tests that fails with rpm-4.9 diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index d543e1e..f0dae9e 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.24'; +our $VERSION = '0.25'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1