diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-21 09:53:58 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-21 09:53:58 +0000 |
commit | 23ce371aa81d775c49f05c905356797b489a5050 (patch) | |
tree | ff595967e5198c5c5d9ba722139d96a78d315054 | |
parent | 517d91c1b016cafd32b7d37e3e57cff283a0f9f8 (diff) | |
download | perl-URPM-23ce371aa81d775c49f05c905356797b489a5050.tar perl-URPM-23ce371aa81d775c49f05c905356797b489a5050.tar.gz perl-URPM-23ce371aa81d775c49f05c905356797b489a5050.tar.bz2 perl-URPM-23ce371aa81d775c49f05c905356797b489a5050.tar.xz perl-URPM-23ce371aa81d775c49f05c905356797b489a5050.zip |
1.07-3mdk
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | perl-URPM.spec | 8 |
2 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,24 @@ +2005-01-20 21:35 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * perl-URPM.spec: Require perl-base >= 5.8.6, so perl will be + upgraded early in the process 10.1 to 10.2 + +2005-01-04 12:06 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Build.pm: Croak if build_base_files can't write files + +2004-12-21 16:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm: Typos in documentation + +2004-12-21 15:25 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: Indentation and comments + +2004-12-13 18:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * perl-URPM.spec: 1.07-2mdk + 2004-12-13 14:43 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM.pm, perl-URPM.spec: 1.07-1mdk diff --git a/perl-URPM.spec b/perl-URPM.spec index 4d8c4e6..7a18eed 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -1,5 +1,5 @@ # Do not edit this spec from src.rpm -# This spec is part of MandrakeSoft's cvs +# This spec is part of Mandrakesoft's cvs # See http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/ # $Id$ @@ -7,7 +7,7 @@ %define name perl-URPM %define real_name URPM %define version 1.07 -%define release 2mdk +%define release 3mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -66,6 +66,10 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Fri Jan 21 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-3mdk +- Require perl-base >= 5.8.6 +- Error handling nits. + * Mon Dec 13 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-2mdk - Require packdrake (and no longer rpmtools) |