Compare commits
10 Commits
1c768410eb
...
88fb76b3aa
Author | SHA256 | Date | |
---|---|---|---|
88fb76b3aa | |||
6972bcd972 | |||
07a90b156e | |||
|
12651aaba9 | ||
617d2973f9 | |||
f8d49e48cc | |||
482af8672e | |||
6ce6b8b013 | |||
3c0a15dd67 | |||
4481a59253 |
@@ -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
3
GraphViz2-2.67.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c85c6edffcea4f96e6b4800f6f9512aeab19eb8d3b348301a721331bcb8580
|
||||
size 80936
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user