summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 16:17:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 16:17:43 +0000
commit3776d3da11bbcc654b36ed8fdf0cd02b72a27714 (patch)
treefb42f867350af254af4a963f4b041bae4610cf07 /urpmi.spec
parente9fa375494fd1cfba1bfd7c040d614792079d831 (diff)
downloadurpmi-3776d3da11bbcc654b36ed8fdf0cd02b72a27714.tar
urpmi-3776d3da11bbcc654b36ed8fdf0cd02b72a27714.tar.gz
urpmi-3776d3da11bbcc654b36ed8fdf0cd02b72a27714.tar.bz2
urpmi-3776d3da11bbcc654b36ed8fdf0cd02b72a27714.tar.xz
urpmi-3776d3da11bbcc654b36ed8fdf0cd02b72a27714.zip
4.8.8
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 8006033d..5ad822e6 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.7
+%define version 4.8.8
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -27,15 +27,15 @@ 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.22
-Requires: perl-URPM >= 1.22
+Requires(pre): perl-URPM >= 1.32
+Requires: perl-URPM >= 1.32
#- 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
BuildRequires: gettext
BuildRequires: perl-File-Slurp
BuildRequires: perl-ldap
-BuildRequires: perl-URPM >= 1.22
+BuildRequires: perl-URPM >= 1.32
BuildRequires: perl-MDV-Packdrakeng
BuildRequires: perl-Locale-gettext >= 1.01-14mdk
BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -249,6 +249,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/ldap.pm
%changelog
+* Wed Jan 25 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.8-1mdk
+- urpmi can now install specfile dependencies
+- Escape media names in urpmq --dump-config (Michael Scherer)
+- Require latest perl-URPM
+- Better docs
+
* Fri Jan 13 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.7-1mdk
- Allow to install SRPMs as a non-root user (Pascal Terjan)
- Better diagnostics in a few cases