8
0

Accepting request 346196 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/346196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-DesktopEntry?expand=0&rev=7
This commit is contained in:
2015-11-25 12:39:33 +00:00
committed by Git OBS Bridge
parent ee835a9f03
commit 05b6d64457
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5448c064bfedaf9c13e838f2213d1dfbcbfb5b95a3a0d0a06bef8487b7a4910
size 17509

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae4383f122dcfcfac002df1533783b1dbbafe3f05e7a369b36ca2d8a8ca7df82
size 18146

View File

@@ -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 Sun Jun 21 08:24:44 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-File-DesktopEntry Name: perl-File-DesktopEntry
Version: 0.12 Version: 0.20
Release: 0 Release: 0
%define cpan_name File-DesktopEntry %define cpan_name File-DesktopEntry
Summary: Object to handle .desktop files Summary: Object to handle .desktop files
@@ -31,18 +31,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::BaseDir) >= 0.03 BuildRequires: perl(File::BaseDir) >= 0.03
BuildRequires: perl(URI::Escape)
%{perl_requires} %{perl_requires}
%description %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 files is specified by the freedesktop "Desktop Entry" specification. This
module can parse these files but also knows how to run the applications module can parse these files but also knows how to run the applications
defined by these files. defined by these files.
For this module version 1.0 of the specification was used. For this module version 1.0 of the specification was used.
This module was written to support the File::MimeInfo::Applications This module was written to support File::MimeInfo::Applications.
manpage.
Please remember: case is significant for the names of Desktop Entry keys. Please remember: case is significant for the names of Desktop Entry keys.