summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-04-18 12:48:43 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-04-18 12:48:43 +0000
commit1d9390cc1a788d384ff9c53d2468796b0025bac7 (patch)
treef3061dab58036aded6d8a668ab0bd5f0f33cf868
parentf5efcf15c8aa446d692039befe9d71ebdc9bb6df (diff)
downloadurpmi-1d9390cc1a788d384ff9c53d2468796b0025bac7.tar
urpmi-1d9390cc1a788d384ff9c53d2468796b0025bac7.tar.gz
urpmi-1d9390cc1a788d384ff9c53d2468796b0025bac7.tar.bz2
urpmi-1d9390cc1a788d384ff9c53d2468796b0025bac7.tar.xz
urpmi-1d9390cc1a788d384ff9c53d2468796b0025bac7.zip
fix gurpmi.desktop (#50047)6.25.3
-rw-r--r--NEWS4
-rw-r--r--gurpmi.desktop.in2
-rw-r--r--urpm.pm2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7d7d9ada..419c884b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 6.25.3 - 18 April 2009
+
+- fix gurpmi.desktop (#50047)
+
Version 6.25.2 - 15 April 2009
- translation updates
diff --git a/gurpmi.desktop.in b/gurpmi.desktop.in
index a05fbc09..1b5e64df 100644
--- a/gurpmi.desktop.in
+++ b/gurpmi.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
_Name=Software Installer
_Comment=Graphical front end to install RPM files
-Exec=%{_bindir}/gurpmi %%F
+Exec=gurpmi %F
Terminal=false
Type=Application
StartupNotify=true
diff --git a/urpm.pm b/urpm.pm
index 645e8c7f..713e3ab1 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.25.2';
+our $VERSION = '6.25.3';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');