summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-06-13 10:44:59 +0000
committerFrancois Pons <fpons@mandriva.com>2002-06-13 10:44:59 +0000
commit8a647dc46a2d889302ee7403f23300e801a37a7b (patch)
treea2042e67f77059ba6e12d3b37ceaf68ab404be6b /urpmi.spec
parentd6859567de322a1cf192f351ac509d5548aeaad7 (diff)
downloadurpmi-8a647dc46a2d889302ee7403f23300e801a37a7b.tar
urpmi-8a647dc46a2d889302ee7403f23300e801a37a7b.tar.gz
urpmi-8a647dc46a2d889302ee7403f23300e801a37a7b.tar.bz2
urpmi-8a647dc46a2d889302ee7403f23300e801a37a7b.tar.xz
urpmi-8a647dc46a2d889302ee7403f23300e801a37a7b.zip
3.5-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/urpmi.spec b/urpmi.spec
index e9ca655e..249780fc 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -1,14 +1,14 @@
%define group System/Configuration/Packaging
Name: urpmi
-Version: 3.4
-Release: 9mdk
+Version: 3.5
+Release: 1mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
Summary: User mode rpm install
Requires: eject webfetch perl-DateManip >= 5.40
-PreReq: perl-gettext rpmtools >= 4.3-2mdk perl-URPM >= 0.03-2mdk
+PreReq: perl-gettext rpmtools >= 4.3-2mdk perl-URPM >= 0.04-1mdk
BuildRequires: bzip2-devel gcc-c++ gettext rpm-devel rpmtools
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
@@ -144,6 +144,9 @@ fi
%changelog
+* Thu Jun 13 2002 François Pons <fpons@mandrakesoft.com> 3.5-1mdk
+- use perl-URPM >= 0.04 for new require resolution algorithms.
+
* Mon Jun 10 2002 François Pons <fpons@mandrakesoft.com> 3.4-9mdk
- fixed no output if root.
- use message function as most as possible. (why it wasn't used ?)