Compare commits

9 Commits

Author SHA256 Message Date
cbff17b43e Add Gitea build results 2025-08-12 18:14:25 +02:00
5dafb3e2eb Accepting request 1272892 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1272892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Graph?expand=0&rev=34
2025-04-27 20:54:15 +00:00
de05518bc1 Accepting request 1269396 from devel:languages:perl:autoupdate
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details
- 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

OBS-URL: https://build.opensuse.org/request/show/1269396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=57
2025-04-27 00:59:02 +00:00
1fbfe88aec Accepting request 1238350 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1238350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Graph?expand=0&rev=33
2025-01-17 17:38:06 +00:00
3759e4dc48 Accepting request 1237595 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1237595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=55
2025-01-17 00:04:10 +00:00
66c2a2dfc4 Accepting request 1233980 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1233980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Graph?expand=0&rev=32
2025-01-01 22:07:35 +00:00
ca38b5b837 Accepting request 1203077 from devel:languages:perl:autoupdate
- updated to 0.9732
   see /usr/share/doc/packages/perl-Graph/Changes

OBS-URL: https://build.opensuse.org/request/show/1203077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=53
2024-12-31 00:20:14 +00:00
b74e00a7b5 Accepting request 1184867 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1184867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Graph?expand=0&rev=31
2024-07-02 16:19:36 +00:00
93bd737469 Accepting request 1184365 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1184365
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=51
2024-07-02 12:51:27 +00:00
5 changed files with 90 additions and 11 deletions

View File

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

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Graph/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Graph)

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,30 +18,51 @@
%define cpan_name Graph
Name: perl-Graph
Version: 0.9727
Version: 0.973.500
Release: 0
# 0.9735 -> normalize -> 0.973.500
%define cpan_version 0.9735
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Graph data structures and algorithms
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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Heap) >= 0.80
BuildRequires: perl(Heap) >= 0.800
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Set::Object) >= 1.40
BuildRequires: perl(Set::Object) >= 1.400
BuildRequires: perl(Test::More) >= 0.82
Requires: perl(Heap) >= 0.80
Requires: perl(Heap) >= 0.800
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}
%description
graph data structures and algorithms
%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