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:
@@ -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
3
Graph-0.9726.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a60c7746da3f2da43f4acea703be2ad8fa24b26a623a0745876020e6ecd970e
|
||||
size 147605
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Graph
|
||||
Name: perl-Graph
|
||||
Version: 0.9725
|
||||
Version: 0.9726
|
||||
Release: 0
|
||||
Summary: Graph data structures and algorithms
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
@@ -42,6 +42,7 @@ graph data structures and algorithms
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user