diff options
-rw-r--r-- | ChangeLog | 114 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 12 |
3 files changed, 125 insertions, 3 deletions
@@ -1,3 +1,117 @@ +2005-11-25 15:21 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST: Add META file + +2005-11-25 15:13 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile, urpmi.spec: Don't use the old Makefile anymore. Add + check section in specfile. Install urpmi_rpm-find-leaves also as + rpm-find-leaves. + +2005-11-25 15:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Fix mistake in dir names + +2005-11-25 14:25 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Add some forgotten state directories + +2005-11-25 14:12 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Update required version + +2005-11-25 13:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Add an option to install gurpmi + +2005-11-25 13:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST: Remove placeholder files from listing + +2005-11-25 12:18 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/Makefile: Add recursive targets + +2005-11-25 12:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL: Add the ability to install locale files + +2005-11-25 11:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/: Makefile, create_placeholder: Remove old C placeholder + +2005-11-25 11:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/Makefile: Recognize DESTDIR from MakeMaker + +2005-11-25 10:43 Pixel <pixel at mandriva.com> + + * .perl_checker: perl_checker doesn't run on urpmi anymore + +2005-11-25 10:36 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST, Makefile.PL: Add a functional Makefile.PL aimed at + replacing the current Makefile + +2005-11-24 16:26 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * t/01compile.t: Avoid redefinition warnings when loading several + parallel modules + +2005-11-23 16:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile, urpmi.spec: Install inst.list and skip.list the same + way + +2005-11-23 13:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Quote package names in regular expressions, this could + cause problems with things like libstdc++ + +2005-11-23 12:18 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Add native error messages when build_synthesis fails + +2005-11-22 04:43 mmodem + + * po/pt.po: [no log message] + +2005-11-21 11:02 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Fix English grammar, noticed by Eskild Hustvedt + +2005-11-21 09:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Fix small typos, rework a few help messages + +2005-11-19 18:13 berthy + + * po/fr.po: Update french translation + +2005-11-18 16:37 Willy Sudiarto Raharjo <willysr at gmail.com> + + * po/id.po: Updated + +2005-11-18 05:27 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: typo fixes + +2005-11-18 04:02 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: update + +2005-11-18 03:51 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: typo fix + +2005-11-17 19:20 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: update + +2005-11-17 18:14 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.spec: 4.8.1-2mdk + 2005-11-17 17:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpmi: Better wording of the "Is it OK" message @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.1'; +our $VERSION = '4.8.2'; our @ISA = qw(URPM); use URPM; @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.8.1 -%define release 2mdk +%define version 4.8.2 +%define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -246,6 +246,14 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Fri Nov 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.2-1mdk +- Now build urpmi using MakeMaker. +- Some basic regression tests. +- Non-english man pages are not installed by default anymore. They were not at + all up to date with the development of the last years. +- English man pages are now in POD format. +- Correctly search for package names that contain regex metacharacters. + * Thu Nov 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.1-2mdk - urpmi: Move summary of number of packages / size installed at the end - Don't require ka-run directly, use virtual package parallel-tools |