From d3fce3be5a425fc335e0bc8844c0ac120afe87a4 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Jan 2006 16:15:14 +0000 Subject: 5.8.7-1mdk --- ChangeLog | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- urpm.pm | 2 +- urpmi.spec | 10 +++++- 3 files changed, 110 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 261f2d2b..5faecd8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,104 @@ -2006-01-04 13:15 Rafael Garcia-Suarez +2006-01-13 12:01 Rafael Garcia-Suarez - * urpm.pm: Refactoring + * urpmi.spec: Add BuildRequires for regression tests + +2006-01-13 11:50 Rafael Garcia-Suarez + + * gurpmi2, urpm.pm, urpmi, urpmq: Remove force_local download + option (which was always on) + +2006-01-13 11:46 Rafael Garcia-Suarez + + * urpm.pm: Code cleanup, remove obsolete code. + +2006-01-12 17:56 Rafael Garcia-Suarez + + * urpm.pm: Verify signature in order + +2006-01-11 17:07 Rafael Garcia-Suarez + + * urpm.pm: Code factorization + +2006-01-11 14:17 Rafael Garcia-Suarez + + * urpm/args.pm: Turn nolock on when using a chroot + +2006-01-11 12:21 Rafael Garcia-Suarez + + * urpmi, pod/rurpmi.8.pod: Allow --nolock in restricted mode + +2006-01-11 12:18 Rafael Garcia-Suarez + + * urpmi: --help rewrites + +2006-01-11 12:09 Rafael Garcia-Suarez + + * urpm.pm, urpmq: Fix minor locking bug in urpmq + +2006-01-11 12:06 Rafael Garcia-Suarez + + * urpmi, pod/urpmi.8.pod: Document --nolock + +2006-01-11 11:22 Pjetur G. Hjaltason + + * po/is.po: Close unstranslated entries + +2006-01-11 10:41 Rafael Garcia-Suarez + + * pod/: urpmi.8.pod, urpmi.addmedia.8.pod, urpmi.files.5.pod, + urpmi.removemedia.8.pod, urpmq.8.pod: Documentation nits: wording + and presentation. + +2006-01-11 10:27 Rafael Garcia-Suarez + + * pod/urpmi.removemedia.8.pod: Some options were not documented. + +2006-01-11 10:23 Rafael Garcia-Suarez + + * pod/urpmi.addmedia.8.pod: Clarify what --no-probe does + +2006-01-10 16:56 Rafael Garcia-Suarez + + * urpmi, pod/urpmi.8.pod: In test mode, don't scare the user and + tell him that no package will be actually installed or removed. + +2006-01-10 10:24 Rafael Garcia-Suarez + + * urpmi: Display usage if no rpm name, nor auto-select was given + +2006-01-06 17:19 Wanderlei Antonio Cavassin + + * po/pt_BR.po: More pt_BR fixes. + +2006-01-05 12:04 Rafael Garcia-Suarez + + * pod/urpmi.8.pod: Document last change to --install-src option; + plus a formatting nit. + +2006-01-05 11:59 Rafael Garcia-Suarez + + * urpmi: Fix ununderstandable error message + +2006-01-05 11:56 Rafael Garcia-Suarez + + * urpmi: Allow to install SRPMs as a non-root user (patch by Pascal + Terjan) + +2006-01-05 10:27 Rafael Garcia-Suarez + + * po/fr.po: French translation nits + +2006-01-05 07:56 neoclust + + * po/fr.po: Update translation by kournikola + +2006-01-04 15:28 Rafael Garcia-Suarez + + * pod/urpmi.8.pod: Rework urpmi manpage intro + +2006-01-04 14:31 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.8.6-1mdk 2006-01-04 12:09 Rafael Garcia-Suarez diff --git a/urpm.pm b/urpm.pm index 5a5ec4f5..18c813f6 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.6'; +our $VERSION = '4.8.7'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index de50fe3b..8006033d 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.8.6 +%define version 4.8.7 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -249,6 +249,14 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Fri Jan 13 2006 Rafael Garcia-Suarez 4.8.7-1mdk +- Allow to install SRPMs as a non-root user (Pascal Terjan) +- Better diagnostics in a few cases +- Doc improvements; document --nolock option +- Don't lock when installing into a chroot +- Code cleanup in download routines +- Fix BuildRequires + * Wed Jan 04 2006 Rafael Garcia-Suarez 4.8.6-1mdk - rurpmi now doesn't install packages with unmatching signatures - Fix MD5SUM bug -- cgit v1.2.1