summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-20 15:28:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-06-20 15:28:16 +0000
commit7d7c3b805792f81ad375150b07c6ef489da08da8 (patch)
treebe997775243e4bbb4e79a6ce7161f0c8152f0495
parent7a7699c41d5c5f70bc1b0a1f9d120e72dfc30698 (diff)
downloadurpmi-4.8.21.tar
urpmi-4.8.21.tar.gz
urpmi-4.8.21.tar.bz2
urpmi-4.8.21.tar.xz
urpmi-4.8.21.zip
Release 4.8.214.8.21
-rw-r--r--ChangeLog41
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec8
3 files changed, 49 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9232d610..bbd9035b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2006-06-20 15:20 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi: Remove old rpm db log files when restarting one self
+
+2006-06-20 13:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi: Don't ignore modified but unselected media on
+ auto-update. (bug #22354)
+
+2006-06-14 10:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.recover: Check if we can open the rpmdb in urpmi.recover
+
+2006-06-13 15:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * rurpme: Typo (misc)
+
+2006-06-13 13:10 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * MANIFEST, pod/rurpmi.8.pod: Adjust manifest. Add new forbidden
+ option in rurpmi manpage.
+
+2006-06-13 13:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * Makefile.PL, pod/rurpme.8.pod, rurpme, urpm/args.pm, urpme,
+ urpmi.spec: Add the rurpme(8) command
+
+2006-06-13 12:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi: Forbid rurpmi --noscripts
+
+2006-06-12 11:57 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * ChangeLog, urpm.pm, urpmi.spec: 4.8.20
+
2006-06-12 09:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* pod/urpmi.addmedia.8.pod: Document the two new options in the
@@ -9,6 +44,12 @@
--all-media independent in urpmi.addmedia.
Plus spelling fixes.
+2006-06-12 09:43 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.addmedia: Make options --interactive and
+ --all-media independent in urpmi.addmedia.
+ Plus spelling fixes.
+
2006-06-11 18:40 Olivier Thauvin <thauvin at aerov.jussieu.fr>
* urpm/args.pm, urpmi.addmedia: - restore old behavior of
diff --git a/urpm.pm b/urpm.pm
index 80ac42bc..059fb7d3 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use MDV::Distribconf;
-our $VERSION = '4.8.20';
+our $VERSION = '4.8.21';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 194f04e9..245e3721 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -12,7 +12,7 @@
%{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install}
%define name urpmi
-%define version 4.8.20
+%define version 4.8.21
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -275,6 +275,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Tue Jun 20 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.21-1mdv2007.0
+- New command rurpme
+- Forbid rurpmi --noscripts
+- Don't ignore unselected media with --auto-update
+- Remove old rpmdb log files at restart
+
* Mon Jun 12 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.20-1mdv2007.0
- New options to urpmi.addmedia: --interactive and --all-media (Olivier Thauvin)
- urpmi.addmedia --distrib now uses media.cfg instead of hdlists (Olivier Thauvin)