diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-04-04 18:09:56 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-04-04 18:09:56 +0000 |
commit | 33e24f9003f2704c4ab2f4f91bb5b57dc2829140 (patch) | |
tree | 72974f8c75dc85b53bdf5df372ca939dc1a2ee41 /rpmdrake.spec | |
parent | a11c4671e8af6041124ffc9a0188e8efead80802 (diff) | |
download | rpmdrake-33e24f9003f2704c4ab2f4f91bb5b57dc2829140.tar rpmdrake-33e24f9003f2704c4ab2f4f91bb5b57dc2829140.tar.gz rpmdrake-33e24f9003f2704c4ab2f4f91bb5b57dc2829140.tar.bz2 rpmdrake-33e24f9003f2704c4ab2f4f91bb5b57dc2829140.tar.xz rpmdrake-33e24f9003f2704c4ab2f4f91bb5b57dc2829140.zip |
rpmdrake: small UI change to follow #3610, e.g. in
"maximum information" mode, have the source and currently installed
version closer to the top
Diffstat (limited to 'rpmdrake.spec')
-rw-r--r-- | rpmdrake.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index 9419f801..a248f3a5 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.1 -%define release 14mdk +%define release 15mdk Name: %{name} Version: %{version} @@ -116,6 +116,11 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/*.pm %changelog +* Fri Apr 4 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-15mdk +- rpmdrake: small UI change to follow #3610, e.g. in + "maximum information" mode, have the source and currently installed + version closer to the top + * Wed Mar 26 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-14mdk - grpmi/curl_download: fixes for MandrakeClub: - don't verify peer's certificate (-k option of commandline curl) |