From fdc83834629e43f2365cedf8df7093bd32c86b5b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 1 Sep 2005 11:07:34 +0000 Subject: 4.7.12-1mdk --- ChangeLog | 16 ++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 8 ++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 691a3063..6e0704c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-09-01 12:50 Rafael Garcia-Suarez + + * urpm.pm: Avoid another double encoding (nested N()) + +2005-09-01 12:04 Rafael Garcia-Suarez + + * urpmi: asking for removable media was broken with --gui option + +2005-08-31 18:27 Willy Sudiarto Raharjo + + * po/id.po: Updated plus added new Translator + +2005-08-31 14:58 Rafael Garcia-Suarez + + * urpmi.spec: 4.7.11-3mdk + 2005-08-31 14:33 Rafael Garcia-Suarez * urpm.pm, urpm/msg.pm: Turn off utf8 warnings in the caller each diff --git a/urpm.pm b/urpm.pm index a987f765..8f1011b7 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.11'; +our $VERSION = '4.7.12'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 80619277..0fc6663b 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.7.11 -%define release 3mdk +%define version 4.7.12 +%define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Thu Sep 01 2005 Rafael Garcia-Suarez 4.7.12-1mdk +- Fix urpmi --gui when changing CD-ROMs +- Fix a case of utf-8 double encoding + * Wed Aug 31 2005 Rafael Garcia-Suarez 4.7.11-3mdk - suppress wide character warnings -- cgit v1.2.1