From 4d70a5b8a01e34ed76152dcfdf0a990f6a734e46 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 19 Jan 2005 19:35:33 +0000 Subject: 4.6.12-1mdk --- ChangeLog | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 8 +++++- 3 files changed, 92 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6714147..f37f5290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2005-01-19 20:28 Rafael Garcia-Suarez + + * Makefile: Fix installation of gurpmi2 + +2005-01-19 20:10 Karl Ove Hufthammer + + * po/nn.po: Updated Norwegian Nynorsk translation. + +2005-01-19 19:53 Rafael Garcia-Suarez + + * urpmi: Add perl-base in the priority upgrades. This will help for + upgrades from 10.1 to 10.2, where the new perl is binary + incompatible with the old one. + +2005-01-19 19:42 Rafael Garcia-Suarez + + * gurpmi: Make gurpmi save srpms + +2005-01-19 19:38 Rafael Garcia-Suarez + + * gurpmi, gurpmi.pm, gurpmi2: Factorize some code in a new module + +2005-01-19 19:13 Rafael Garcia-Suarez + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, + pt.po, pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, + sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot, + uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: Merge po + files + +2005-01-19 18:28 Rafael Garcia-Suarez + + * po/Makefile: Add gurpmi2 in the po makefile + +2005-01-19 18:26 Rafael Garcia-Suarez + + * gurpmi, gurpmi2: perl_checker fixes + +2005-01-19 18:13 Rafael Garcia-Suarez + + * gurpmi, gurpmi2: Split fixes + +2005-01-19 18:06 Rafael Garcia-Suarez + + * Makefile, urpmi.spec: consolehelper is now used for gurpmi2 + instead of gurpmi + +2005-01-19 17:50 Rafael Garcia-Suarez + + * gurpmi, gurpmi2: Split gurpmi in two executables (one of them to + be run as root) + +2005-01-19 17:33 Rafael Garcia-Suarez + + * po/fr.po: Fix French translation for gurpmi + +2005-01-19 12:55 Rafael Garcia-Suarez + + * urpm/args.pm: Insignificant patch + +2005-01-18 23:14 Pablo Saratxaga + + * po/eu.po: updated po file + +2005-01-18 22:49 Rafael Garcia-Suarez + + * urpm.pm: Formatting nit (suggested by Jerome Quelin) + +2005-01-17 18:55 Pablo Saratxaga + + * po/sv.po: updated po file + +2005-01-16 15:01 Tibor Pittich + + * po/sk.po: updated slovak translation + +2005-01-15 02:24 Tibor Pittich + + * po/sk.po: updated slovak translation + 2005-01-13 16:22 Pablo Saratxaga * po/eo.po: updated po file diff --git a/urpm.pm b/urpm.pm index 7590fb2a..2487723e 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.11'; +our $VERSION = '4.6.12'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index c507c0ed..87636bb2 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.11 +%define version 4.6.12 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -98,6 +98,7 @@ EOF mkdir -p %{buildroot}%{compat_perl_vendorlib} install -m 644 urpm.pm %{buildroot}%{compat_perl_vendorlib}/urpm.pm %if %{allow_gurpmi} +install -m 644 gurpmi.pm %{buildroot}%{compat_perl_vendorlib}/gurpmi.pm %else rm -rf %{buildroot}%{_sbindir}/gurpmi %endif @@ -215,6 +216,7 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{_bindir}/gurpmi2 %{_sbindir}/gurpmi2 %{_menudir}/gurpmi +%{compat_perl_vendorlib}/gurpmi.pm %endif %files -n urpmi-parallel-ka-run @@ -230,6 +232,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Jan 19 2005 Rafael Garcia-Suarez 4.6.12-1mdk +- perl-base is now a priority upgrade by default +- gurpmi has been split in two programs, so users can save rpms without being root + * Mon Jan 10 2005 Rafael Garcia-Suarez 4.6.11-1mdk - Add an option to urpmi, --expect-install, that tells urpmi to return with an exit status of 15 if it installed nothing. -- cgit v1.2.1