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
This commit is contained in:
Stephan Kulow
2016-06-12 14:11:47 +00:00
committed by Git OBS Bridge
parent 0952578091
commit 84581f40a6
5 changed files with 56 additions and 10 deletions

View File

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

3
Graph-Easy-0.76.tar.gz Normal file
View File

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

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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