diff options
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | perl-URPM.spec | 12 |
2 files changed, 39 insertions, 5 deletions
@@ -1,3 +1,35 @@ +2004-11-10 18:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm: Version bump + +2004-11-10 18:14 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: When resolving dependencies, keep track of the + packages that we just deselected because newer versions were + found, but that were not actually installed. + +2004-11-10 15:17 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, URPM.xs: Indentation, documentation + +2004-10-27 11:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * perl-URPM.spec: Release for amd64 + +2004-10-27 10:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: Support for the 'strict-arch' option : upgrade + only packages that have the same architecture than the one of the + already-installed version. + +2004-10-25 14:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: Comments + +2004-10-19 16:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * perl-URPM.spec: 1.03-2mdk + 2004-10-18 10:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM/Resolve.pm: A few perl_checker fixes diff --git a/perl-URPM.spec b/perl-URPM.spec index 88f2381..5a2a2c7 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,8 +6,8 @@ %define name perl-URPM %define real_name URPM -%define version 1.03 -%define release 2mdk +%define version 1.04 +%define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -49,7 +49,7 @@ hdlist files and manage them in memory. %{__rm} -rf %{buildroot} %{compat_makeinstall_std} -%clean +%clean %{__rm} -rf %{buildroot} %files @@ -61,8 +61,10 @@ hdlist files and manage them in memory. %dir %{compat_perl_vendorarch}/auto/URPM %{compat_perl_vendorarch}/auto/URPM/URPM.so - %changelog +* Wed Nov 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.04-1mdk +- More info reported about failures in dependency resolution. + * Wed Oct 27 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.03-2mdk - Support for urpmi --strict-arch option - Multiarch fix (Gwenole Beauchesne) @@ -118,7 +120,7 @@ hdlist files and manage them in memory. * Wed Feb 25 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.94-11mdk - parse_rpm_build_headers - rebuild for perl - + * Tue Dec 9 2003 François Pons <fpons@mandrakesoft.com> 0.94-10mdk - added compability with RH 7.3. |