summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 15:59:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 15:59:08 +0000
commitaea6ca1de499e91e990648883b997a00bacb2b07 (patch)
treeab5cc43eeb7a7bec50944407b81918664defc56b /urpmi.spec
parentf51b03cc11847b03d052c6eff44e1e1e5fb63328 (diff)
downloadurpmi-aea6ca1de499e91e990648883b997a00bacb2b07.tar
urpmi-aea6ca1de499e91e990648883b997a00bacb2b07.tar.gz
urpmi-aea6ca1de499e91e990648883b997a00bacb2b07.tar.bz2
urpmi-aea6ca1de499e91e990648883b997a00bacb2b07.tar.xz
urpmi-aea6ca1de499e91e990648883b997a00bacb2b07.zip
4.8.13
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 34997145..bad0e2fe 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.12
+%define version 4.8.13
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -27,8 +27,8 @@ Summary: Command-line software installation tools
URL: http://search.cpan.org/dist/%{name}/
Requires: %{req_webfetch} eject gnupg
Requires(pre): perl-Locale-gettext >= 1.01-14mdk
-Requires(pre): perl-URPM >= 1.36
-Requires: perl-URPM >= 1.36
+Requires(pre): perl-URPM >= 1.37
+Requires: perl-URPM >= 1.37
#- this one is require'd by urpmq, so it's not found [yet] by perl.req
Requires: perl-MDV-Packdrakeng >= 1.01
BuildRequires: bzip2-devel
@@ -276,6 +276,11 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Fri Mar 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.13-1mdk
+- Doc
+- Fix cache cleanup (bug #17913)
+- Require latest perl-URPM
+
* Tue Feb 28 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.12-1mdk
- Less verbosity with urpmi -q
- Translation and doc updates