From 84581f40a6951ce51a7cc1aef155d2ff1fa1d1eae2a186ed383cca765f7ee239 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 12 Jun 2016 14:11:47 +0000 Subject: [PATCH] Accepting request 401423 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/401423 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph-Easy?expand=0&rev=3 --- Graph-Easy-0.75.tar.gz | 3 --- Graph-Easy-0.76.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Graph-Easy.changes | 17 +++++++++++++++++ perl-Graph-Easy.spec | 15 ++++++++------- 5 files changed, 56 insertions(+), 10 deletions(-) delete mode 100644 Graph-Easy-0.75.tar.gz create mode 100644 Graph-Easy-0.76.tar.gz create mode 100644 cpanspec.yml diff --git a/Graph-Easy-0.75.tar.gz b/Graph-Easy-0.75.tar.gz deleted file mode 100644 index dc06840..0000000 --- a/Graph-Easy-0.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4f33427c5c0f3ba1791beaa06d1b3369f900dbc7a8232859b0462e8e487c1a -size 468028 diff --git a/Graph-Easy-0.76.tar.gz b/Graph-Easy-0.76.tar.gz new file mode 100644 index 0000000..8fd4330 --- /dev/null +++ b/Graph-Easy-0.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a2c10aebef663b598ea37f3aa3e3b752acf1fbbb961232c3dbe1155008d1fa +size 467184 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-Graph-Easy.changes b/perl-Graph-Easy.changes index c7d7918..0d6866b 100644 --- a/perl-Graph-Easy.changes +++ b/perl-Graph-Easy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jun 12 13:08:49 UTC 2016 - coolo@suse.com + +- updated to 0.76 + see /usr/share/doc/packages/perl-Graph-Easy/CHANGES + + 2016-06-06 v0.76 Shlomi Fish 2939 tests + * Remove trailing whitespace. + * Apply a patch from Debian to fix some spelling errors. + - https://rt.cpan.org/Ticket/Display.html?id=115105 + - Thanks to Salvatore Bonaccorso and the Debian Perl Group. + * Fix more spelling errors - some reported by codespell, but also others. + - https://github.com/lucasdemarchi/codespell + - Thanks! + * Fix an undef warning in the tests with recent perls. + - Uninitialized $2. + ------------------------------------------------------------------- Mon Apr 13 19:19:35 UTC 2015 - coolo@suse.com diff --git a/perl-Graph-Easy.spec b/perl-Graph-Easy.spec index 0e965a8..07cb521 100644 --- a/perl-Graph-Easy.spec +++ b/perl-Graph-Easy.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Graph-Easy # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,20 @@ Name: perl-Graph-Easy -Version: 0.75 +Version: 0.76 Release: 0 %define cpan_name Graph-Easy Summary: Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) License: GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Graph-Easy/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.36 +BuildRequires: perl(Module::Build) >= 0.360000 Recommends: perl(Graph::Easy::As_svg) >= 0.23 %{perl_requires} @@ -37,15 +38,15 @@ Recommends: perl(Graph::Easy::As_svg) >= 0.23 'Graph::Easy' lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). -It can read and write graphs in a varity of formats, as well as render them -via its own grid-based layouter. +It can read and write graphs in a variety of formats, as well as render +them via its own grid-based layouter. Since the layouter works on a grid (manhattan layout), the output is most useful for flow charts, network diagrams, or hierarchy trees. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Build.PL installdirs=vendor