From c519b48b8628f7734e6bee33b44602b84f0d9897e48158ca0472534bbfc4ff7d Mon Sep 17 00:00:00 2001 From: Papa Smurf Date: Fri, 22 Sep 2017 06:04:56 +0000 Subject: [PATCH] Accepting request 528173 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/528173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Linux-DesktopFiles?expand=0&rev=2 --- Linux-DesktopFiles-0.21.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Linux-DesktopFiles-0.20.tar.gz | 3 --- perl-Linux-DesktopFiles.changes | 10 ++++++++++ perl-Linux-DesktopFiles.spec | 14 ++++++++------ 5 files changed, 49 insertions(+), 9 deletions(-) create mode 100644 Linux-DesktopFiles-0.21.tar.gz create mode 100644 cpanspec.yml delete mode 100644 perl-Linux-DesktopFiles-0.20.tar.gz diff --git a/Linux-DesktopFiles-0.21.tar.gz b/Linux-DesktopFiles-0.21.tar.gz new file mode 100644 index 0000000..8117c6e --- /dev/null +++ b/Linux-DesktopFiles-0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3479eb6b2abbb7d3cc95fa8b17d011e5bfbda2c68a8d7fd9e2b5d0a6c3438a8c +size 13088 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Linux-DesktopFiles-0.20.tar.gz b/perl-Linux-DesktopFiles-0.20.tar.gz deleted file mode 100644 index 74bd9ae..0000000 --- a/perl-Linux-DesktopFiles-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:218695fff16688720f2cd8b022abe2a5c516763367722aea30f939a9a06e1052 -size 12646 diff --git a/perl-Linux-DesktopFiles.changes b/perl-Linux-DesktopFiles.changes index 5953a7c..057029f 100644 --- a/perl-Linux-DesktopFiles.changes +++ b/perl-Linux-DesktopFiles.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 22 05:36:57 UTC 2017 - coolo@suse.com + +- updated to 0.21 + see /usr/share/doc/packages/perl-Linux-DesktopFiles/Changes + + 0.21 2017-09-21 + - Fixed a minor bug for icon names that contain one or more dots (e.g.: "foo.bar.baz"). + Thanks to Erik Dubois for reporting this issue (https://github.com/trizen/obmenu-generator/issues/16). + ------------------------------------------------------------------- Fri Sep 15 21:48:39 UTC 2017 - smurf.anon@gmail.com diff --git a/perl-Linux-DesktopFiles.spec b/perl-Linux-DesktopFiles.spec index 5967572..2330f23 100644 --- a/perl-Linux-DesktopFiles.spec +++ b/perl-Linux-DesktopFiles.spec @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define cpan_name Linux-DesktopFiles Name: perl-Linux-DesktopFiles -Version: 0.20 +Version: 0.21 Release: 0 -Summary: A very fast and simple way to parse the Linux desktop files -License: Artistic-1.0 +%define cpan_name Linux-DesktopFiles +Summary: Fast parsing of the Linux desktop files +License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Linux-DesktopFiles/ -Source0: https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/%{cpan_name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,6 +34,8 @@ BuildRequires: perl(Module::Build) %{perl_requires} %description +The 'Linux::DesktopFiles', a very fast and simple way to parse the Linux +desktop files. %prep %setup -q -n %{cpan_name}-%{version} @@ -55,4 +58,3 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %license LICENSE %changelog -