SHA256
8
0
forked from pool/perl-Graph

Accepting request 1065492 from devel:languages:perl:autoupdate

- updated to 0.9726
   see /usr/share/doc/packages/perl-Graph/Changes
  0.9726 2023-02-11
  - fix subgraph of undirected (#28) - thanks @merkys for report

OBS-URL: https://build.opensuse.org/request/show/1065492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Graph?expand=0&rev=47
This commit is contained in:
2023-02-13 19:08:41 +00:00
committed by Git OBS Bridge
parent a3bec93084
commit f016a6906e
4 changed files with 16 additions and 6 deletions

View File

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

3
Graph-0.9726.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 12 03:06:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.9726
see /usr/share/doc/packages/perl-Graph/Changes
0.9726 2023-02-11
- fix subgraph of undirected (#28) - thanks @merkys for report
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 11 03:06:53 UTC 2021 - Tina Müller <timueller+perl@suse.de> Mon Oct 11 03:06:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Graph # spec file for package perl-Graph
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 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,10 +18,10 @@
%define cpan_name Graph %define cpan_name Graph
Name: perl-Graph Name: perl-Graph
Version: 0.9725 Version: 0.9726
Release: 0 Release: 0
Summary: Graph data structures and algorithms
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
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}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
@@ -42,6 +42,7 @@ graph data structures and algorithms
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build