aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-URPM.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec
index e0b3ad0..d3738d7 100644
--- a/perl-URPM.spec
+++ b/perl-URPM.spec
@@ -1,7 +1,7 @@
%define name perl-URPM
%define real_name URPM
%define version 0.94
-%define release 12mdk
+%define release 13mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"')
%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)
@@ -58,6 +58,11 @@ hdlist files and manage them in memory.
%changelog
+* Fri Apr 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.94-13mdk
+- A few bugfixes
+- Add the methods $pkg->queryformat() and $urpm->list_rpm_tag()
+- More tests
+
* Wed Apr 21 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.94-12mdk
- cleanup and documentation