diff --git a/File-DesktopEntry-0.12.tar.gz b/File-DesktopEntry-0.12.tar.gz deleted file mode 100644 index 1932553..0000000 --- a/File-DesktopEntry-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5448c064bfedaf9c13e838f2213d1dfbcbfb5b95a3a0d0a06bef8487b7a4910 -size 17509 diff --git a/File-DesktopEntry-0.20.tar.gz b/File-DesktopEntry-0.20.tar.gz new file mode 100644 index 0000000..6802406 --- /dev/null +++ b/File-DesktopEntry-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4383f122dcfcfac002df1533783b1dbbafe3f05e7a369b36ca2d8a8ca7df82 +size 18146 diff --git a/perl-File-DesktopEntry.changes b/perl-File-DesktopEntry.changes index a8ac567..7b6bc9b 100644 --- a/perl-File-DesktopEntry.changes +++ b/perl-File-DesktopEntry.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 25 09:31:50 UTC 2015 - coolo@suse.com + +- updated to 0.20 + see /usr/share/doc/packages/perl-File-DesktopEntry/Changes + + 0.20 2015-11-23 + - Fix opening files with special characters + RT 93168 - fix provided by Romain Vavassori. + ------------------------------------------------------------------- Sun Jun 21 08:24:44 UTC 2015 - coolo@suse.com diff --git a/perl-File-DesktopEntry.spec b/perl-File-DesktopEntry.spec index a2f32d1..4da5e84 100644 --- a/perl-File-DesktopEntry.spec +++ b/perl-File-DesktopEntry.spec @@ -17,7 +17,7 @@ Name: perl-File-DesktopEntry -Version: 0.12 +Version: 0.20 Release: 0 %define cpan_name File-DesktopEntry Summary: Object to handle .desktop files @@ -31,18 +31,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::BaseDir) >= 0.03 +BuildRequires: perl(URI::Escape) %{perl_requires} %description -This module is used to work with _.desktop_ files. The format of these +This module is designed to work with _.desktop_ files. The format of these files is specified by the freedesktop "Desktop Entry" specification. This module can parse these files but also knows how to run the applications defined by these files. For this module version 1.0 of the specification was used. -This module was written to support the File::MimeInfo::Applications -manpage. +This module was written to support File::MimeInfo::Applications. Please remember: case is significant for the names of Desktop Entry keys.