From cdad7452b3c66458d5d5745535df053eb9acc5fd Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 30 May 2013 06:17:37 +0000 Subject: 0.33 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@251 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/NEWS | 4 ++++ RPM4/lib/RPM4.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RPM4/NEWS b/RPM4/NEWS index 3dcd77d..4c1f248 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,3 +1,7 @@ +Version 0.33 - 29 May 2013 + +- fix build (fix detecting stable rpm) + Version 0.32 - 17 December 2012 - drop support for repackage (not working anymore since rpm-4.6) diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index caaaeab..e1c48cb 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.32'; +our $VERSION = '0.33'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp -- cgit v1.2.1