- xdg-open man page needs updating to include FILE and SEE ALSO (#603841)

- xdg-open should call mimeopen with -L option (#430072)
- xdg-desktop-icon : use localized desktop folder name (fdo#19011)
This commit is contained in:
Rex Dieter 2010-07-09 14:46:25 +00:00
parent 35444c7368
commit 09f994577c
4 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
xdg-utils-20100409.tgz
xdg-utils-20100709.tgz

View File

@ -1 +1 @@
c10d1dabf25180c7daf336e928b0d505 xdg-utils-20100409.tgz
0142e452fd0c0a5cd25d670648294680 xdg-utils-20100709.tgz

View File

@ -1,8 +1,7 @@
#!/bin/bash
#CVSUSER=:pserver:anonymous
CVSUSER=rdieter
CVSUSER=:pserver:anonymous
MODULE=$(basename $0 -cvs_checkout.sh)
DATE=$(date +%Y%m%d)

View File

@ -3,12 +3,12 @@
%define obsoletes_htmlview 1
%endif
%define cvs 20100409
%define cvs 20100709
Summary: Basic desktop integration functions
Name: xdg-utils
Version: 1.0.2
Release: 18.%{cvs}%{?dist}.1
Release: 19%{cvs}%{?dist}
URL: http://portland.freedesktop.org/
%if 0%{?cvs:1}
@ -111,6 +111,11 @@ rm -rf %{buildroot}
%changelog
* Fri Jul 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-19.20100709
- xdg-open man page needs updating to include FILE and SEE ALSO (#603841)
- xdg-open should call mimeopen with -L option (#430072)
- xdg-desktop-icon : use localized desktop folder name (fdo#19011)
* Fri Apr 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.2-18.20100409
- xdg-settings fixes (#580715, fdo#26284)