From ea9234dd339ec436b6f544eb2132923827525e96 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 7 Dec 2005 16:54:01 +0000 Subject: 1.30 --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ URPM.pm | 2 +- perl-URPM.spec | 12 +++++++++--- 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e18585f..fbbc301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2005-12-07 17:48 Rafael Garcia-Suarez + + * perl-URPM.spec, URPM/Resolve.pm: Fix longstanding epoch promotion + bug, caused by braindead API design + +2005-12-07 17:44 Rafael Garcia-Suarez + + * URPM.pm: Document trap in that braindead stupid API. + +2005-12-01 17:53 Rafael Garcia-Suarez + + * Makefile.PL: Be verbose about the detected RPM version + +2005-12-01 14:57 Rafael Garcia-Suarez + + * URPM.xs: RPMTAG_SERIAL (old name of RPMTAG_EPOCH) has been + removed in rpm 4.4.3 + +2005-11-30 14:48 Rafael Garcia-Suarez + + * URPM.xs: Fix a couple of compilation warnings + +2005-11-30 14:45 Rafael Garcia-Suarez + + * URPM.xs: Fix cast error + +2005-11-30 14:21 Rafael Garcia-Suarez + + * Makefile.PL: libbzip2 is actually not used by URPM. + +2005-11-15 17:14 Rafael Garcia-Suarez + + * URPM.pm: Add an URPM::Package::dump_flags method, to help + debugging the depsolver + +2005-11-15 11:45 Rafael Garcia-Suarez + + * .cvsignore: Ignore MakeMaker build files + +2005-11-02 15:44 Rafael Garcia-Suarez + + * URPM.pm, perl-URPM.spec: 1.29-1mdk + 2005-11-02 11:42 Rafael Garcia-Suarez * URPM.pm: Mention noscripts option in docs diff --git a/URPM.pm b/URPM.pm index 4a4525e..2bfa08e 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.29'; +our $VERSION = '1.30'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index ca9fb29..b6dd58a 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,8 +5,8 @@ %define name perl-URPM %define real_name URPM -%define version 1.29 -%define release %mkrel 1.1 +%define version 1.30 +%define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -26,7 +26,6 @@ URL: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/perl-URPM BuildRequires: perl%{?mdkversion:-devel} BuildRequires: rpm-devel >= 4.2.3 Requires: rpm >= %{rpm_version} -Requires: bzip2 >= 1.0 Requires: perl(MDV::Packdrakeng) Requires: perl-base >= 2:5.8.7 Provides: perl(URPM::Build) = %{version}-%{release} @@ -64,6 +63,13 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Wed Dec 07 2005 Rafael Garcia-Suarez 1.30-1mdk +- Fix epoch comparison bug +- Be compatible with rpm 4.4.3 +- Add a URPM::Package::dump_flags debug method +- C code and makefile cleanup +- Don't require bzip2 anymore + * Wed Nov 02 2005 Rafael Garcia-Suarez 1.29-1mdk - Don't require packdrake, use MDV::Packdrakeng instead - Support for --ignoresize -- cgit v1.2.1