diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-10-27 18:30:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-10-27 18:30:30 +0000 |
commit | 56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0 (patch) | |
tree | a5377c29a3160dd13e3edc6b59932d0dd13d24bf | |
parent | 9a535a669b82d374106c58d7407fc1033de467b0 (diff) | |
download | urpmi-56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0.tar urpmi-56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0.tar.gz urpmi-56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0.tar.bz2 urpmi-56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0.tar.xz urpmi-56f10d6faa0d28e4ce2c9ca18f1e8b13f7b257d0.zip |
- fix urpme with i18n (thanks to Andrej Borsenkow)
- fix urpme with regexp-like arguments (mainly things with "++") (thanks to Alexander Skwar)
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 1.7 -Release: 14mdk +Release: 15mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -114,6 +114,10 @@ rm -f /var/lib/urpmi/depslist %changelog +* Sat Oct 27 2001 Pixel <pixel@mandrakesoft.com> 1.7-15mdk +- fix urpme with i18n (thanks to Andrej Borsenkow) +- fix urpme with regexp-like arguments (mainly things with "++") (thanks to Alexander Skwar) + * Mon Sep 24 2001 François Pons <fpons@mandrakesoft.com> 1.7-14mdk - fixed stale rpm file (filesize set to 0) in urpmi cache. |