Compare commits

...

10 Commits

Author SHA256 Message Date
88fb76b3aa Normalize CPAN version\n See https://github.com/openSUSE/cpanspec/issues/47 for details
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=13
2025-04-14 21:33:20 +00:00
6972bcd972 - Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=12
2025-04-14 21:29:47 +00:00
07a90b156e Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=11
2024-07-22 21:02:42 +00:00
Stephan Kulow
12651aaba9 Accepting request 990977 from devel:languages:perl:autoupdate
- updated to 2.67
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.67 2022-07-21
  - update to latest allowed entity attributes - thanks @nowthis

OBS-URL: https://build.opensuse.org/request/show/990977
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=10
2022-07-28 12:39:20 +00:00
617d2973f9 Accepting request 874805 from devel:languages:perl:autoupdate
- updated to 2.66
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.66 2021-02-21
  - from_graph not drop isolated vertices - thanks @jhannah-mm for report

OBS-URL: https://build.opensuse.org/request/show/874805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=9
2021-02-25 12:20:00 +00:00
f8d49e48cc Accepting request 862577 from devel:languages:perl:autoupdate
- updated to 2.65
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.65 2021-01-09
  - undirected edges don't get doubled in from_graph, changes dot_input

OBS-URL: https://build.opensuse.org/request/show/862577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=8
2021-01-12 12:04:25 +00:00
482af8672e Accepting request 860275 from devel:languages:perl:autoupdate
- updated to 2.64
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.64 2021-01-01
  - fix multigraph-handling
  2.63 2021-01-01
  - from_graph to handle multigraphs

OBS-URL: https://build.opensuse.org/request/show/860275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=7
2021-01-04 16:39:08 +00:00
6ce6b8b013 Accepting request 849101 from devel:languages:perl:autoupdate
- updated to 2.62
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.62 2020-11-16
  - fix label quoting

OBS-URL: https://build.opensuse.org/request/show/849101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=6
2020-11-17 14:19:05 +00:00
3c0a15dd67 Accepting request 847114 from devel:languages:perl:autoupdate
- updated to 2.61
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.61 2020-11-08
  - support Perl 5.8.8

OBS-URL: https://build.opensuse.org/request/show/847114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=5
2020-11-09 11:14:25 +00:00
4481a59253 Accepting request 846166 from devel:languages:perl:autoupdate
- updated to 2.60
   see /usr/share/doc/packages/perl-GraphViz2/Changes
  2.60 2020-11-04
  - fix GraphViz2->from_graph object method
  - Parse::STT add visualise modes: REs become nodes or ports for clearer transitions
  - more robust quoting for record ports
  - add handling array-ref for record ports

OBS-URL: https://build.opensuse.org/request/show/846166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz2?expand=0&rev=4
2020-11-05 10:12:12 +00:00
4 changed files with 104 additions and 24 deletions

View File

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

3
GraphViz2-2.67.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,78 @@
-------------------------------------------------------------------
Mon Apr 14 21:29:19 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Fri Jul 22 03:07:41 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 2.67
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.67 2022-07-21
- update to latest allowed entity attributes - thanks @nowthis
-------------------------------------------------------------------
Mon Feb 22 03:07:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.66
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.66 2021-02-21
- from_graph not drop isolated vertices - thanks @jhannah-mm for report
-------------------------------------------------------------------
Sun Jan 10 03:08:12 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.65
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.65 2021-01-09
- undirected edges don't get doubled in from_graph, changes dot_input
-------------------------------------------------------------------
Sat Jan 2 03:08:28 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.64
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.64 2021-01-01
- fix multigraph-handling
2.63 2021-01-01
- from_graph to handle multigraphs
-------------------------------------------------------------------
Tue Nov 17 03:06:52 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.62
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.62 2020-11-16
- fix label quoting
-------------------------------------------------------------------
Mon Nov 9 03:08:33 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.61
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.61 2020-11-08
- support Perl 5.8.8
-------------------------------------------------------------------
Thu Nov 5 03:09:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.60
see /usr/share/doc/packages/perl-GraphViz2/Changes
2.60 2020-11-04
- fix GraphViz2->from_graph object method
- Parse::STT add visualise modes: REs become nodes or ports for clearer transitions
- more robust quoting for record ports
- add handling array-ref for record ports
-------------------------------------------------------------------
Wed Nov 4 10:34:14 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-GraphViz2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,40 @@
#
Name: perl-GraphViz2
Version: 2.59
Release: 0
%define cpan_name GraphViz2
Summary: Wrapper for AT&T's Graphviz
Name: perl-GraphViz2
Version: 2.670.0
Release: 0
# 2.67 -> normalize -> 2.670.0
%define cpan_version 2.67
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Wrapper for AT&T's Graphviz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Section::Simple) >= 0.02
BuildRequires: perl(File::Which) >= 1.21
BuildRequires: perl(Graph) >= 0.9706
BuildRequires: perl(IPC::Run3) >= 0.048
BuildRequires: perl(Data::Section::Simple) >= 0.20.0
BuildRequires: perl(File::Which) >= 1.210
BuildRequires: perl(Graph) >= 0.971.600
BuildRequires: perl(IPC::Run3) >= 0.48.0
BuildRequires: perl(Moo) >= 2.001001
BuildRequires: perl(Test::More) >= 1.001002
BuildRequires: perl(Test::Snapshot) >= 0.06
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Snapshot) >= 0.60.0
BuildRequires: perl(Types::Standard) >= 1.000005
Requires: perl(Data::Section::Simple) >= 0.02
Requires: perl(File::Which) >= 1.21
Requires: perl(Graph) >= 0.9706
Requires: perl(IPC::Run3) >= 0.048
Requires: perl(Data::Section::Simple) >= 0.20.0
Requires: perl(File::Which) >= 1.210
Requires: perl(Graph) >= 0.971.600
Requires: perl(IPC::Run3) >= 0.48.0
Requires: perl(Moo) >= 2.001001
Requires: perl(Types::Standard) >= 1.000005
Provides: perl(GraphViz2) = %{version}
Provides: perl(GraphViz2::Parse::Regexp) = 2.480.0
Provides: perl(GraphViz2::Parse::STT) = 2.470.0
Provides: perl(GraphViz2::Parse::Yacc) = 2.470.0
Provides: perl(GraphViz2::Parse::Yapp) = 2.470.0
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: graphviz
@@ -59,11 +65,11 @@ Requires: pango
A wrapper for AT&T's Graphviz
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -74,7 +80,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README.md
%license LICENSE