Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
cbff17b43e | |||
5dafb3e2eb | |||
de05518bc1 | |||
1fbfe88aec | |||
3759e4dc48 | |||
66c2a2dfc4 | |||
ca38b5b837 | |||
b74e00a7b5 | |||
93bd737469 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:392a8916dc95131abe8c913dfcac7698484bf4866b42af5f7043c0062e742229
|
|
||||||
size 147842
|
|
3
Graph-0.9735.tar.gz
Normal file
3
Graph-0.9735.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c9a51f89efe7a36db288590bf66753f2417afd41b82363e39f2f3101d498065
|
||||||
|
size 151875
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 21:34:45 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Normalize CPAN version
|
||||||
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 05:35:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.9735
|
||||||
|
see /usr/share/doc/packages/perl-Graph/Changes
|
||||||
|
|
||||||
|
0.9735 2025-03-27
|
||||||
|
- better connectedness docs (#36 #37) - thanks @gwselke
|
||||||
|
|
||||||
|
0.9734 2025-03-01
|
||||||
|
- add connected_subgraphs (#35) - thanks @merkys
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 13 05:31:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.9733
|
||||||
|
see /usr/share/doc/packages/perl-Graph/Changes
|
||||||
|
|
||||||
|
0.9733 2025-01-12
|
||||||
|
- added max_cliques (#33,#34) - thanks @choroba
|
||||||
|
- restore 0.9716 behaviour of random_graph (#32) - thanks @kester-habermann for report
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 05:31:29 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.9732
|
||||||
|
see /usr/share/doc/packages/perl-Graph/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 14:22:43 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.9729
|
||||||
|
see /usr/share/doc/packages/perl-Graph/Changes
|
||||||
|
|
||||||
|
0.9729
|
||||||
|
- add is_planar (#31) - thanks @merkys
|
||||||
|
|
||||||
|
0.9728
|
||||||
|
- add is_bipartite (#30) - thanks @merkys
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 26 03:06:21 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Mon Jun 26 03:06:21 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Graph
|
# spec file for package perl-Graph
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,30 +18,51 @@
|
|||||||
|
|
||||||
%define cpan_name Graph
|
%define cpan_name Graph
|
||||||
Name: perl-Graph
|
Name: perl-Graph
|
||||||
Version: 0.9727
|
Version: 0.973.500
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.9735 -> normalize -> 0.973.500
|
||||||
|
%define cpan_version 0.9735
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Graph data structures and algorithms
|
Summary: Graph data structures and algorithms
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Heap) >= 0.80
|
BuildRequires: perl(Heap) >= 0.800
|
||||||
BuildRequires: perl(List::Util) >= 1.45
|
BuildRequires: perl(List::Util) >= 1.45
|
||||||
BuildRequires: perl(Set::Object) >= 1.40
|
BuildRequires: perl(Set::Object) >= 1.400
|
||||||
BuildRequires: perl(Test::More) >= 0.82
|
BuildRequires: perl(Test::More) >= 0.82
|
||||||
Requires: perl(Heap) >= 0.80
|
Requires: perl(Heap) >= 0.800
|
||||||
Requires: perl(List::Util) >= 1.45
|
Requires: perl(List::Util) >= 1.45
|
||||||
Requires: perl(Set::Object) >= 1.40
|
Requires: perl(Set::Object) >= 1.400
|
||||||
|
Provides: perl(Graph) = %{version}
|
||||||
|
Provides: perl(Graph::AdjacencyMap)
|
||||||
|
Provides: perl(Graph::AdjacencyMap::Light)
|
||||||
|
Provides: perl(Graph::AdjacencyMatrix)
|
||||||
|
Provides: perl(Graph::Attribute)
|
||||||
|
Provides: perl(Graph::BitMatrix)
|
||||||
|
Provides: perl(Graph::Directed)
|
||||||
|
Provides: perl(Graph::MSTHeapElem)
|
||||||
|
Provides: perl(Graph::Matrix)
|
||||||
|
Provides: perl(Graph::SPTHeapElem)
|
||||||
|
Provides: perl(Graph::TransitiveClosure)
|
||||||
|
Provides: perl(Graph::TransitiveClosure::Matrix)
|
||||||
|
Provides: perl(Graph::Traversal)
|
||||||
|
Provides: perl(Graph::Traversal::BFS)
|
||||||
|
Provides: perl(Graph::Traversal::DFS)
|
||||||
|
Provides: perl(Graph::Undirected)
|
||||||
|
Provides: perl(Graph::UnionFind)
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
graph data structures and algorithms
|
graph data structures and algorithms
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user